@charset "utf-8";
/* CSS Document */
#container{
margin-left:auto;
margin-right:auto;
width:960px;
text-align:left;
}
#toppicbox
{
	float:left;
	width:100%;
	height:150px;
	background:url(../images/fwjsbg.jpg) no-repeat;
}
#rightbox
{
	float:right;
	width:710px;
}
#rightbox .title
{
	width:100%;
	height:20px;
	font-weight:bold;
}
#rightbox .rightcontent
{
	width:708px;
	float:left;
	font-size:13px;
	border:1px solid #E6E6E6;
}
#rightbox .rightcontent a
{
	text-decoration:none;
	color:#582C2C;
}
#rightbox .rightcontent a:hover
{
	text-decoration:underline;
	color:#ef4a00;
}
#rightbox .bottom
{
	float:right;
	width:710px;
	height:30px;
}

#rightbox .jsbox{
	float:left;
	margin-top:15px;
	margin-left:25px;
	display:inline;
	width:200px;
	height:230px;
	border:1px solid #C0C0C0;
}
.jsbox .jstitle{
	float:left;
	width:200px;
	height:20px;
	padding-top:4px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #C0C0C0;
}

.jsbox .jscontent
{
	float:left;
	width:200px;
	height:210px;
	display:inline;
}