/** feature.css **/

#page_feature {
	position: relative;
	width: 100%;
	height: auto;
}
/* */
#page_feature .pagebody {
	position: relative;
	width: 100%;
	height: auto;
}
/* */
#page_feature .pagebody header {
	position: relative;
	width:100%;
	height: auto;
	border-bottom: 1px solid #E8E5E4;
	text-align: center;
	margin:0 0 110px 0;
}
#page_feature .pagebody header h2 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 150px;
	background-image: url(../images/img_page_1_1.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#page_feature .pagebody header h2 img {
	display: block;
	position: absolute;
	left: 55px;
	top: 60px;
}
/* */
#page_feature .pagebody .sty_1 {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 420px;
	text-align: left;
}
#page_feature .pagebody .sty_1 h3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 165px;
}
#page_feature .pagebody p {
	position: absolute;
	left: 0;
	top: 165px;
	width: 320px;
	height: auto;
	font-size: 12px;
	line-height: 225%;
	letter-spacing: 1px;
}
#page_feature .pagebody p.photo {
	position: absolute;
	left: 400px;
	top: 0;
	width: 600px;
	height: 300px;
}
#page_feature .pagebody p.photo img {
	display:none;
}
#page_feature .pagebody p.photo img:first-child {
	display:block;
}
#page_feature .pagebody .blk_5 {
	height: 470px;
}


