@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:524px;
	height:635px;
	float:left;
}
#right_index_meum {
	width:476px;
	height:66px;
	float:left;
	background-image: url(../img/index/index02.jpg)
}
#marquee {
	width:476px;
	height:54px;
	float:left;
	background-image: url(../img/index/index03.jpg)
}
#index_book {
	width:476px;
	height:336px;
	float:left;
	background-image:url(../img/index/index04.jpg);
}
#index_book .about {
	width:200px;
	height:266px;
	padding:70px 0px 0px 30px;
	float:left;
}
#index_book .album {
	width:231px;
	height:186px;
	float:left;
	padding:80px 0px 0px 15px;
}
#index_list {
	width:476px;
	height:179px;
	float:left;
}
#index_list .index_news {
	width:222px;
	height:179px;
	float:left;
}
#index_list .index_news_title {
	width:222px;
	height:57px;
	float:left;
}
#index_list .index_news_content {
	width:192px;
	height:122px;
	padding:0px 15px 0px 15px;
	float:left;
	background-image:url(../img/index/index_news_bg.jpg);
}
#index_list .index_favorable {
	width:254px;
	height:179px;
	float: right;
}
#index_list .index_favorable_title {
	width:254px;
	height:57px;
	float:left;
}
#index_list .index_favorable_content {
	width:189px;
	height:122px;
	float:left;
	padding:0px 45px 0px 20px;
	background-image:url(../img/index/index_favorable_bg.jpg);
}
#index_copyright {
	width:1000px;
	height:122px;
	float:left;
}
#index_copyright .left {
	width:220px;
	height:122px;
	float:left;
}
#index_copyright .right {
	width:580px;
	height:102px;
	float:left;
	padding:20px 200px 0px 0px;
	background-image:url(../img/index/copyright.jpg);
	text-align:center;
}
