@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	color:#666;
}
body {
	background:url(../images/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container-top{
	width:100%;
	height:80px;
	background:url(../images/bg_line.gif) repeat-x bottom;
}
#container-top-mid{
	width:760px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
#container-top-mid-left{
	padding-top:58px;
	width:300px;
	height:22px;
	float:left;
	text-align:left;
}
#container-top-mid-right{
	padding-top:44px;
	width:460px;
	height:26px;
	float:right;
	text-align:right;
}
#container-mid{
	background:#000;
}
#container-mid-sub{
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
}
#container-mid-mid{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
#container-mid-mid-body{
	width:500px;
	height:400px;
	padding:10px;
	background:#111;
	margin-left:auto;
	margin-right:auto;
	border:#333 solid thin;
}
#container-btm{
	width:100%;
	height:80px;
	background:url(../images/bg_line.gif) repeat-x top;
}
#container-btm-mid{
	width:760px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
#container-btm-mid-left{
	width:300px;
	height:60px;
	padding-top:10px;
	float:left;
	text-align:left;
}
#container-btm-mid-right{
	width:460px;
	height:60px;
	padding-top:10px;
	float:right;
	text-align:right;
}