@charset "utf-8";

/* top_header */
body {
	position: relative;
	height: 1200px
}
#top_header {
	position: fixed;
	top: 0;
	left: 0;
	margin-bottom: 26px;
	background: #43225F url(../img/common/header_bg.jpg);
	overflow: hidden;
	width: 100%;
	zoom: 1;
	z-index: 4;
}
#top_header h1 {
	padding: 7px 0 13px;
	text-align: center
}

/* top_navi */
#top_navi {
	position: fixed;
	top: 220px;
	left: 0;
	width: 100%;
	z-index: 4;
}
#top_navi div {
	background-color: #F5C8C5;
	width: 100%
}
#top_navi ul {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	zoom: 1
}
#top_navi li {
	float: left
}

/* top_footer */
#top_footer {
	/*position: fixed;*/
	position: absolute;
	top: 940px;
	left: 0;
	padding: 0.5em 0 5em;
	background-color: #FFF;
	border-top: 5px solid #8500B2;
	width: 100%;
	z-index: 3;
}
#top_footer h3 {
	margin-bottom: 2em;
	text-align: center
}
#top_footer h5 {
	margin-bottom: 1em;
	text-align: center
}
#top_footer h6 {
	text-align: center
}

/* index */
/* bloc1 */
#bloc1 {
	/*position: fixed;*/
	position: absolute;
	top: 260px;
	left: 0;
	background-color: #FFF;
	width: 100%;
	z-index: 2;
}
#bloc1 div {
	margin: 30px auto 38px;
	overflow: hidden;
	width: 922px;
	zoom: 1;
}
#bloc1 h1 {
	float: right;
}
#bloc1 p {
	float: left;
}

/* bg */
#bg {
	/*position: fixed;*/
	position: absolute;
	top: 580px;
	left: 0;
	clear: both;
	background-color: #FFF8E1;
	overflow: hidden;
	width: 100%;
	height: 430px;
	zoom: 1;
	z-index: 1;
}

/* bloc2 */
#bloc2 {
	/*position: fixed;*/
	position: absolute;
	top: 480px;
	left: 0;
	width: 100%;
	z-index: 2;
}
#bloc2 .bloc_inner {
	margin: 0 auto;
	overflow: hidden;
	width: 922px;
	zoom: 1
}
#bloc2 .bloc_left {
	float: left;
	padding-top: 130px;
	overflow: hidden;
	width: 350px;
	zoom: 1
}
#bloc2 .bloc_left h2 {
	font-size: 110%;
	line-height: 1.7;
}

/* news */
#news {
	float: right;
	background-color: #FFF;
	border: 1px solid #000;
	width: 540px
}
#news #news_inner {
	padding: 25px;
}
#news #bloc_outer {
	overflow: auto;
	height: 320px
}
#news .bloc {
	margin: 0.5em 1em 0.5em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #EEE;
}
#news h3 {
	margin-bottom: 15px
}
#news h4 {
	font-size: 110%;
	font-weight: bold
}
#news h4 img {
	margin-right: 0.2em;
	vertical-align: middle
}
#news h5 {
	padding-left: 1em;
	font-size: 110%
}
#news h5 span {
	padding: 0 0.3em;
	background-color: #FF2626;
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
}
#news #next {
	padding: 1em;
	text-align: right
}






