@charset "utf-8";
/* CSS Document */

#mainbox {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#mainbox #topimg {
	background-image: url(img/topimg.jpg);
	background-repeat: no-repeat;
	height: 192px;
	width: 850px;
}
#mainbox #menu {
	float: left;
	height: auto;
	width: 160px;
	margin-top: 10px;
}
#mainbox #main {
	height: auto;
	width: 690px;
	float: right;
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
#mainbox #main #cont {
	height: 180px;
	width: 330px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
}
#mainbox #main #conta {
	height: 180px;
	width: 670px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
}
#mainbox #main #contb {
	height: 270px;
	width: 330px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px;
	line-height: 15px;
}
#footer {
	height: 30px;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
}
#mainbox #main h3 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#mainbox #main #subtitle {
	height: 54px;
	width: 690px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 5px;
	padding-top: 0px;
	font-size: 18px;
	color: #333333;
}
#mainbox #topimg h1 {
	display: none;
}
.style1 {
	font-size: 10px;
	line-height: 12px;
	color: #FF0000;
}

