@charset "Shift_JIS";

/*---------------------------------------------------------
　サイト全体
---------------------------------------------------------*/
html{height:100%;}
body{height:100%; background-color: #3460A7; color: #333333; padding: 0;margin: 0;}
h1,h2,h3,h4,h5,p,li,ul,form{margin:0;padding:0;}
table td{vertical-align: top; text-align: left;}

/*---ボーダーなし ---*/
img{ border: none;}

/*---リストなし---*/
ul,li{list-style:none;}

/*---クリア---*/
.clear{clear:both;}

/*---リンク---*/
a{color:#1C87BE;text-decoration:underline;}
a:link{color:#1C87BE;text-decoration:underline;}
a:visited{color:#1C87BE;text-decoration:underline;}
a:active{color:#1C87BE;text-decoration:underline;}
a:hover{color:#1C87BE;text-decoration:none;}

/*---------------------------------------------------------
　サイト全体
---------------------------------------------------------*/
div#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	min-height: 100%;
	background: url(../img/bg_body.gif) repeat-y;
}

* html div#wrapper{
	height:100%;
}

body > #wrapper {
	height: auto;
}

/*---------------------------------------------------------
　ヘッダー
---------------------------------------------------------*/
div#header{
	width: 790px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg_header.jpg) no-repeat;
}

/*-- ロゴ --*/
div#header h1{
	margin: 0;
	padding: 19px 0 10px 20px;
	font-size: 1px;
}

div#header h1 a{display:block;width: 96px;height: 51px;background: url(../img/logo.jpg) top left no-repeat; text-indent: -9999px;}


/*---------------------------------------------------------
　コンテンツ
---------------------------------------------------------*/
div#contents{
	width: 790px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

div#contents:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*-- h2 --*/
div#contents h2{
	margin: 30px 0 8px 0;
	padding: 0;
}

/*---------------------------------------------------------
　メイン
---------------------------------------------------------*/
div#mainArea{
	width: 770px;
	margin: 0 auto;
	padding: 0;
}

/*-- h3 square --*/
div#mainArea h3.square{
	width: 770px;
	margin: 0 0 10px 0;
	padding: 1px;
	font-size: 0.8em;
	font-weight: normal;
	border: 1px solid #E1EEF6;
}

div#mainArea h3.square span{
	display: block;
	width: 58px;
	margin: 0 9px 0 0;
	padding: 8px;
	text-align: center;
	background-color: #E1EEF6;
	float: left;
}

div#mainArea h3.square p{
	margin: 8px 0 0 0;
	font-size: 1.0em;
}

div#mainArea h3.square:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div.btn_inquiry{
	margin: 20px 0 30px 0;
	text-align: center;
	clear: both;
}

/*---------------------------------------------------------
　フッター
---------------------------------------------------------*/
div#footer{
	position:absolute;
	left: 15px;
	bottom:0px;
	width: 790px;
	margin: 0 auto;
	padding: 25px 0 30px 0;
	background: url(../img/bg_footer.gif) repeat-x;
	clear: both;
}

address{
	width: 277px;
	height: 10px;
	font-style: normal;
	font-size: 0.1em;
	text-indent: -9999px;
	margin: 0 auto;
	padding: 0 0 6px 0;
	background: url(../img/copyright.gif) no-repeat;;
}

