﻿@charset "utf-8";

body{
	font-family: "メイリオ","ＭＳ Ｐゴシック",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	background: #f8f8f8;
	border-top: solid 10px #333333;
	color: #333333;
}

#header,
#menu,
#contents,
#footer{
	width: 960px;
	margin: auto;
}

/*header*/

#header{
	margin: 0 auto 15px;
}

#header h1{
	margin: 20px 0 10px;
	font-size: 0.75em;
}

#header .fright{
	margin: -25px 0 0 0;
}



/*menu*/

#menu{
	background: url(../img/top/img_top.jpg) no-repeat;
	width: 960px;
	height: 324px;
	margin: 0 auto 10px;
}

#menu ul{
	padding: 24px 20px 0;
}

#menu ul li{
	margin: 0 0 15px;
}





/*contents*/

#contents{
	line-height: 1.6em;
	font-size: 0.875em;
}

#contents h3{
	margin: 30px 0;
}

.serviceBox{
	width: 278px;
	border: solid 1px #cccccc;
	background: #ffffff;
	padding: 25px 15px 10px;
	margin: 10px 15px 0 0;
}

.serviceBox_last{
	margin-right: 0;
}

.serviceBox dl dt{
	margin: 0 0 15px;
}

.serviceBox dd img{
	 float: right;
	 margin-left: 20px;
}

#outlineTable{
	border-collapse: separate;
	border-spacing: 40px 0;
	margin: 20px 0 20px -40px;
	width: 1040px;
}


#outlineTable th{
	border-bottom: solid 1px #000000;
	padding: 15px 0 15px 40px;
	font-weight: bold;
	width: 180px;
	vertical-align: top;

}

#outlineTable td{
	border-bottom: solid 1px #666666;
	padding: 15px 0 15px 15px;
	width: 675px;
}

#outlineTable .last{
	border: none;
}

#googleMap{
	border: solid 1px #333333;
	margin: 0 0 10px;
}

.pageTop{
	margin: 60px 0 20px;
	text-align: right;
}

#contents a{
	color: #333333;
}


/*form*/


#formTable{
	margin: 20px 0 20px 0px;
}


#formTable th{
	border-bottom: solid 1px #000000;
	padding: 15px 0 15px 40px;
	font-weight: bold;
	width: 180px;
	vertical-align: top;

}

#formTable td{
	padding: 15px 0 15px 40px;
	width: 675px;
}

#formTable .last{
	border: none;
}

#formTable .require{
	color: #ff0000;
	display: block;
	float: right;
}




/*footer*/
#footer_wrap{
	background: #323232;
	padding: 30px 0;
}


#footer_wrap #footer{
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.6em;
}

#footer_wrap #footer a{
	color: #ffffff;
	text-decoration: none;

}

#footer .footerLogo{
	float: left;
	margin: 0 20px 0 0;
}

#footerLeft{
	width: 540px;
	float: left;
}

#footerRight{
	float: right;
	margin-right: -50px;
}

#footerRight li{
	float: left;
	margin: 0 50px 0 0;
}

#footer #copyright{
	text-align: right;
}


/*common*/
.fleft{
	float: left;
}

.fright{
	float: right;
}

/*clearfix*/

.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  