@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #69C;
}
h2 {
	font-size:12px;
	font-weight: 100;
}
#index {
	width:1000px;
	height:auto;
	margin:0 auto;
}
#left_index {
	width:410px;
	height:130px;
	float:left;
}
#right_index_meum {
	width:590px;
	height:80px;
	float:left;
	background-image: url(../img/index/index03.jpg)
}
#top_menu {
	width:290px;
	height:50px;
	float:left;
	background-image: url(../img/index/index02.jpg);
	padding: 0px 0px 0px 300px;
}
#index_flash {
	width:1000px;
	height:422px;
	float:left;
	background-image:url(../img/index/index04.jpg);
}
#album {
	width:231px;
	height:186px;
	float:left;
	padding:80px 0px 0px 15px;
}
#index_news {
	width:372px;
	height:211px;
	float:left;
}
#index_news .index_news_title {
	width:372px;
	height:91px;
	float:left;
}
#index_news .index_news_content {
	width:302px;
	height:120px;
	float:left;
	background-image:url(../img/index/index_news_bg.jpg);
	padding-left: 70px;
}
#index_favorable {
	width:330px;
	height:211px;
	float: left;
}
#index_favorable .index_favorable_title {
	width:330px;
	height:91px;
	float:left;
}
#index_favorable .index_favorable_content {
	width:310px;
	height:120px;
	float:left;
	background-image:url(../img/index/index_favorable_bg.jpg);
	padding-left: 20px;
}

#index_album {
	width:298px;
	height:211px;
	float: right;
}
#index_album .index_album_title {
	width:298px;
	height:46px;
	float:left;
}
#index_album .index_album_content {
	width:238px;
	height:165px;
	float:left;
	background-image:url(../img/index/index_album_bg.jpg);
	padding-left: 60px;
}
#index_copyright {
	width:1000px;
	height:33px;
	float:left;
}
#index_copyright .left {
	width:220px;
	height:122px;
	float:left;
}
#index_copyright .right {
	width:1000px;
	height:28px;
	float:left;
	background-image:url(../img/index/copyright.jpg);
	text-align:center;
	padding-top: 5px;
}

