@charset "utf-8";
@import "./reset.css";

/* --------------------------------------------------------- */
/*ヘッダー*/
/* --------------------------------------------------------- */

body{
	line-height:16px;
	font-size:13px;
}
header{
	margin:0 auto;
	width:940px;
}
h1{
	font-size:11px;
	margin:3px 0 20px 0;
	
}
div#siteTitle{
	overflow:hidden;
	margin-bottom:20px;
}
header h2{float:left;}
img.headInquiry{float:right}

nav ul{
	overflow:hidden;
	margin-bottom:30px;
}
nav li{float:left;}

/* --------------------------------------------------------- */
/*コンテンツ*/
/* --------------------------------------------------------- */

div#container{
	overflow:hidden;
	margin:0 auto;
	width:940px;
}
h2.headline{display:none;}
section#mainContent{
	width:640px;
	float:right;
}

aside.inquiry{
	position:relative;
}
aside.inquiry a.button{
	position:absolute;
	top:18px;
	left:433px;
}
aside.inquiry a.button:hover{
	position:absolute;
	left:437px;
}

section#keyVisual{
	position:relative;
	margin-bottom:30px;
}
section#keyVisual h2{
	position:absolute;
	top:83px;
	left:374px;
}
img.catchTop{
	position:absolute;
	top:265px;
	left:375px;
}
img.catchBottom{
	position:absolute;
	top:298px;
	left:441px;
}

section#lineup{
	overflow: hidden;
	margin-bottom:25px;
}
section#lineup h2{margin-bottom:20px;}
section#lineup section{
	width:200px;
	float:left;
	margin:0 20px 25px 0;
}
section#lineup section.last{margin-right:0;}

section#feature{margin-bottom:60px;}
section#feature h2{margin-bottom:10px;}
section#feature h3{margin-bottom:10px;}
img.featureImage{
	margin-right:20px;
	float:left;
}
div.column{
	border-bottom:solid 3px #D5D5D5;
	padding-bottom:30px;
	margin-bottom:10px;
	overflow:hidden;
}

div.center{padding-bottom:25px;}
div.center section{
	width:310px;
	float:left;
	margin-right:20px;
}
div.center section.last{margin-right:0;
	width:310px;
	float:left
}

div.bottom section{
behavior: url(ie-css3.htc);
/* 角丸 */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
/* CSS */
	background:url(./../img/content/back.gif);
	width:194px;
	float:left;
	margin-right:20px;
	padding:3px;
}
div.bottom{
	border-bottom:none;
	margin-bottom:0;
}
div.bottom section h3{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	margin-top:10px;
}
div.bottom section.last{margin-right:0;}

div.bottom div.content{
behavior: url(ie-css3.htc);
/* 角丸 */
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
/* CSS */
	background:#FFFFFF;
	padding:8px;
}

#location {margin-bottom: 20px;}
#location h2 {margin-bottom: 20px; padding: 17px 0 12px; width: 100%; text-align: center; color: #fff; font-size: 20px; background-color: #538CBE;}

#tail {margin-bottom: 40px;}
#tail h2 {margin-bottom: 20px; padding: 17px 0 12px; width: 100%; text-align: center; color: #fff; font-size: 20px; background-color: #538CBE;}
#tail p {margin-bottom: 10px;}
#tail p.summary {color: #538CBE; font-size: 16px;}

/* --------------------------------------------------------- */
/*サブコンテンツ*/
/* --------------------------------------------------------- */

aside#subContent{
	width:260px;
	float:left;
}

a.banner{margin-bottom:120px;}

div.inquiry{
	position:relative;
	margin-bottom:20px;
}
div.inquiry a.button{
	position:absolute;
	top:134px;
	left:18px;
}
div.inquiry a.button:hover{
	position:absolute;
	left:20px;
}

section.area{
	background:url(./../img/base/bottom.gif) no-repeat bottom #F7F7F7;
	padding-bottom:32px;
}

section.area h2{
	background:url(./../img/base/head.gif) no-repeat;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	height:16px;
	padding:15px;
	margin-bottom:20px;
}
section.area dl{
	margin:0 20px 0 20px;
	overflow:hidden;
}
section.area dt{
	background:url(./../img/base/icon.gif) no-repeat left;
	padding-left:10px;
	color:#0B408B;
	float:left;
	clear:both;
	margin-right:15px;
}
section.area dd{
	margin-bottom:15px;
	float:left;
}

.lower h2 {margin-bottom: 30px; padding: 20px 10px; border-top: 3px solid #1B66A9; border-bottom: 1px solid #ccc; font-size: 18px; color: #1B66A9;}
.lower > section {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
.lower > section h3 {margin-bottom: 10px; font-size: 16px; color: #548B36;}
.lower > section p {margin-bottom: 10px;}

.lower dd {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ccc;}
.lower  dt {margin-bottom: 10px; font-size: 16px; color: #548B36;}


/* --------------------------------------------------------- */
/*フッター*/
/* --------------------------------------------------------- */

footer{
	border-top:solid 1px #666666;
	margin-top:100px;
	padding:20px 0 80px 0;
}

footer div.content{
	margin:0 auto;
	width:940px;
}
footer ul{
	overflow:hidden;
	list-style:none;
	float:left;
}
footer li{
	float:left;
	margin-right:20px;
}
p.copyright{
	font-size:11px;
	float:right;
}
