@charset "utf-8";
/* Feature Index css */
@import"./common.css";
#header .gNavi #picFeature  a, 
#header .gNavi #picFeature a:hover {
	background-image: url(../img/button/feature3.gif);
	background-repeat: no-repeat;
}
#main {
	background-image: url(../feature/img/bg01.jpg);
	background-repeat: no-repeat;
	width: 900px;
	clear: both;
	background-position: left top;
}

#main   h1 {
	background-image: url(../feature/img/title.png);
	background-repeat: no-repeat;
	display: block;
	height: 142px;
	width: 563px;
	margin-left: 39px;
	margin-bottom: 70px;
	text-indent: -9999px;
	background-position: 0px 34px;
}
#main .leftBox {
	background-image: url(../feature/img/img01.jpg);
	height: 569px;
	width: 406px;
	text-indent: -9999px;
	display: block;
	margin-left: 32px;
	float: left;
	margin-right: 24px;
}
#main .rightBox {
	background-image: url(../feature/img/img02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 569px;
	width: 406px;
	float: left;
	margin-bottom: 75px;
}
#main .detail a {
	background-image: url(../feature/img/check_btn.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 49px;
	width: 184px;
	margin-left: 16px;
	margin-top: 455px;
}
#main .detail a:hover {
	background-position: 0px -49px;
}


#main .clear {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
* html #main .leftBox {
	display: inline;
}
* html #main h1 {
behavior: expression(IEPNGFIX.fix(this));
} 
