.container #contents{
	padding-bottom: 30px;
}
.container #contents #swfBox{
	width: 860px;
	height: 400px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.container #contents #conceptBox{
	width: 860px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-image: url(../images/conceptBox_bg.jpg);
	background-repeat: no-repeat;
}
.container #contents #conceptBox p{
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.8em;
}
.container #contents #conceptBox h2{
	width: 860px;
	height: 90px;
	background-image: url(../images/h2_bg.png);
	text-indent: -9999px;
	margin: 0 auto;
}

.container #contents #newsBox{
	padding-left: 30px;
	width: 560px;
	float: left;
}
.container #contents #newsBox h2{
	width: 560px;
	height: 30px;
	background-image: url(../images/h2_news.jpg);
	text-indent: -9999px;
}
.container #contents #newsBox ul li{
	margin-top: 10px;
	border-bottom: 1px dotted #333333;
	text-indent: 5px;
	height: 1%;
	font-size: 12px;
}
.container #contents #newsBox ul li a{
	color: #A16D24;
	text-decoration: none;
}
.container #contents #newsBox ul li a:hover{
	color: #F39700;
}
.container #contents #newsBox ul li span{
	color: #101010;
	margin-right: 10px;
}
.container #contents #bannerBox{
	padding-right: 30px;
	width: 290px;
	float: right;
}
.container #contents #bannerBox .imgBox{
	margin-bottom: 10px;
}
