@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/software.jpg) no-repeat;
}
#rightbox
{
	float:right;
	width:710px;
}
#rightbox .title
{
	text-align:center; 
	margin-top:13px; 
	margin-bottom:13px; 
	font-size:14px;
	font-weight:bold;
}
#rightbox .split
{
	height:1px; 
	margin-left:54px;
	margin-top:5px; 
	margin-bottom:10px; 
	background:#CCC; 
	width:600px;
	overflow:hidden;
}
#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;
}