#swfBox{
	background-color: #130803;
	height: 502px;
}

.FB{
	width:350px;
	float:left;
	margin-top: 20px;
}

.container #textBox{
	margin-top: 20px;
	width:570px;
	float:left;
}
.container #textBox h2{
	width:550px;
	height: 128px;
	background: url(../images/top_mainText.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-left:20px;
}
.container #textBox #textBoxLeft{
	width: 150px;
	padding: 2px;
	border: 1px solid #BBB;
	float: left;
	margin-left:20px;
	overflow:hidden;
}
.container #textBox #textBoxRight{
}
.container #textBox #textBoxRight p{
	font-size: 13px;
	line-height: 2em;
	padding-left:20px;
}

.container #newsBox{
	margin: 30px 0;
	width:550px;
	padding-left:20px;
	
}
.container #newsBox h2{
	height: 35px;
	background-image: url(../images/h2_news.gif);
	text-indent: -9999px;
	margin-bottom: 10px;
}
.container #newsBox ul{
	background-color: #E6E6E6;
	padding: 10px 15px;
}
.container #newsBox ul li{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-indent: 10px;
	font-size: 12px;
}
.container #newsBox ul li span{
	color: #261306;
	font-weight: bold;
	margin-right: 20px;
}
.container #newsBox ul li a{
	color: #693E0D;
	font-weight: bold;
}
.container #bannerBox{
	margin-top: 30px;
	margin-bottom: 30px;
}
.container #bannerBox .banner{
	width: 300px;
	float: left;
	padding: 0 3px;
}
.container #bannerBox .banner p{
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	color: #777;
	padding-top: 5px;
}

