@charset "utf-8";
@import "reset.css";

body{	
	width:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
}
.img{
	font-size:0px;
}
img{
	vertical-align:bottom;
}

/*--------------------
header
--------------------*/
#header{
	height:110px;
	background:#FFF;
}
#header .headerIn{
	width:980px;
	padding:31px 0 0 0;
	margin:0 auto;
}
#header .headerIn h1{
	float:left;
	width:105px;
	border-right:2px solid #E0E0E0;
	padding:4px 23px 0 0 ;
}
#header .headerIn h2{
	float:left;
	margin:4px 0 0 19px;
}
#header .headerIn .comment{
	float:left;
	margin:3px 0 0 44px;
}
#header .headerIn .comment02{
	float:left;
	margin:4px 0 0 10px;
}
#header .headerIn .telImg{
	float:left;
	margin:-1px 0 0 19px;
}


.secBtm{
	background:#9F195A;
	height:43px;
	text-align:center;
	padding:17px 0 0 0;
}

/*--------------------
footer
--------------------*/
#footer{
	height:110px;
	background:#FFF;
}
#footer .footerIn{
	width:980px;
	padding:30px 0 ;
	margin:0 auto;
}
#footer .footerIn .logo{
	float:left;
	width:105px;
	border-right:2px solid #E0E0E0;
	padding:4px 23px 0 0 ;
}
#footer .footerIn h2{
	float:left;
	margin:4px 0 0 19px;
}
#footer .footerIn .comment{
	float:left;
	margin:3px 0 0 44px;
}
#footer .footerIn .comment02{
	float:left;
	margin:3px 0 0 10px;
}
#footer .footerIn .telImg{
	float:left;
	margin:0 0 0 19px;
}

#footer .copy{
	background:#F0F0F0;
	text-align:center;
	padding:17px 0 18px;
}
