@charset "utf-8";
/* CSS Document */

@import url("layout.css");



body{
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	background: url(../img/bg_contents.gif) repeat-x 0 0;
}


#c_main{
	height: 236px;
	width: 871px;
	background-image: url(../feature/img/main_img.jpg);
}


#c_main02{
	height: 236px;
	width: 871px;
	background-image: url(../feature/img/main_img01.jpg);
}


.contents_h_spece{
	height: 230px;
}


