html, body {
	width:100%;
	height:100%;
	background:url('../img/index/main_bg.jpg') no-repeat;
}
/*header*/
#header {
	width:1000px;
	height:130px;
	position:relative;	
}
/* container */
#container {
	
}
/*meta visual*/
.meta_visual {
	float:left;
	width:700px;
	height:640px;
}
.meta_visual img{
	float:left;
}
/*Content side*/
.content_side {
	float:left;
	width:300px;
}
.product {
	height:184px;
	float:left;
}
.product dd.pro_img {
	float:left;
	width:97px;
	height:85px;
	padding-right:5px;
}
.product dd.pro_txt {
	color: #FFFFFF;
    float: left;
    width: 182px;
	padding-top:5px;
}
.product dd.more, .story dd.more {	
    float: left;
    width: 70px;
	font-family:arial;
	font-size:11px;
	margin-top:10px;
	background:url('../img/index/arrow02.png') no-repeat 35px 50%;
}
.product dd.more a, .story dd.more a{
	color: #f27c25;
}
.story {
	height:172px;
	float:left;
}
.story dd.story_img {
	float:left;
	width:97px;
	height:96px;
	padding-right:5px;
}
.story dd.story_txt {
	color: #242424;
    float: left;
    width: 182px;
	padding-top:5px;
}
.banner {
	float:left;
	width:141px;
	height:116px;
	margin-left:8px;
}
.banner .first {float:left; }
.banner .second {float:left; padding-top:2px; }
.banner li{
	float:left;
}
.banner li.banner01 a {
	display:block;
	width:70px;
	height:57px;
	text-indent:-99999em;
	background:url('../img/index/banner01.png') no-repeat left top;
}
.banner li.banner01 a:hover {
	background:url('../img/index/banner01.png') no-repeat left bottom;
}
.banner li.banner02 a {
	display:block;
	width:71px;
	height:57px;
	text-indent:-99999em;
	background:url('../img/index/banner02.png') no-repeat left top;
}
.banner li.banner02 a:hover {
	background:url('../img/index/banner02.png') no-repeat left bottom;
}
.banner li.banner03 a {
	display:block;
	width:70px;
	height:57px;
	text-indent:-99999em;
	background:url('../img/index/banner03.png') no-repeat left top;
}
.banner li.banner03 a:hover {
	background:url('../img/index/banner03.png') no-repeat left bottom;
}
.banner li.banner04 a {
	display:block;
	width:71px;
	height:57px;
	text-indent:-99999em;
	background:url('../img/index/banner04.png') no-repeat left top;
}
.banner li.banner04 a:hover {
	background:url('../img/index/banner04.png') no-repeat left bottom;
}
.video {
	float:left;
	margin-left:8px;
}
.notice {
	float:left;
	margin:15px 0 0 8px;
}
.notice h2{
	padding-bottom:10px;

/*footer*/
#footer_wrap {
	clear:both;
	position:relative;
	overflow:hidden;
	background: url("../img/index/footer_bg.gif") repeat-x;
}