@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/nminfo.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;
}