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





/*BASIS*/
/*******************************************************************/
a {	color: #1D3994;}
a:hover { color: #69F;}
hr { position: absolute; left: -9999em;}
.fl { float: left; display: inline; padding: 0 10px 5px 0;}
.fr { float: right; padding: 0 0 5px 10px;}
.cl { clear: both;}
.right { text-align: right;}
.center { text-align: center;}
.fix { margin: 0; padding: 0; text-align: center; line-height: 0;}
.clr { display: inline-block;} 
.clr:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden;} 
/* start commented backslash hack \*/
* html .clr { height: 1%; }
.clr { display: block; }
/* close commented backslash hack */
.mini { font-size: 85%;}
.lge { font-size: 138.5%;}
strong { font-weight: bold; color: #E5002C;}
.mb { margin-bottom: 30px;}





/*LAYOUT*/
/*******************************************************************/
html { background: #ffffff;}
body {
	margin: 0 auto;
	text-align: center;
	background: url(../images/back.jpg) center top repeat-x #ffffff;
	color: #000;
}
div#container {
	width: 910px;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.4;
	font-size: 93%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}





/*HEADER*/
/*******************************************************************/
div#header { position: relative; height: 140px; margin-bottom: 10px;}
div#header h1 a {
	position: absolute; top: 16px; left: 0;
	display: block;
	width: 346px; height: 66px;
	background: url(../images/logo.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div#header div#tel {
	position: absolute; top: 52px; right: 0;
	width: 406px; height: 19px;
	background: url(../images/tel.gif) left top no-repeat;
	text-indent: -9999px;
}
div#header ul { position: absolute; top: 100px; left: 0;}
div#header li {	float: left;}
div#header li a {
	display: block;
	width: 113px; height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
div#header li#btn01 a { background-image:url(../images/btn01.gif);}
div#header li#btn02 a { background-image:url(../images/btn02.gif);}
div#header li#btn03 a { background-image:url(../images/btn03.gif);}
div#header li#btn04 a { background-image:url(../images/btn04.gif);}
div#header li#btn05 a { background-image:url(../images/btn05.gif);}
div#header li#btn06 a { background-image:url(../images/btn06.gif);}
div#header li#btn07 a { background-image:url(../images/btn07.gif);}
div#header li#btn08 a { width: 119px; background-image:url(../images/btn08.gif);}
div#header li a:hover,
div#header li.select a {
	background-position: 0 -40px;
}





/*MAIN*/
/*******************************************************************/
div#contents { margin: 10px 0 20px; padding: 19px; background: #FFF; border: solid 1px #CCC;}
div#contents p { padding: 0 0 10px;}
div.pagetop { margin: 50px 0; text-align: right; font-size: 85%;}
div.leftside { float: left; width: 410px;}
div.rightside { float: right; width: 410px; padding-left: 25px; border-left: dotted 1px #666;}
div.leftside h2 { color: #FFF;}
h2 {
	clear: both;
	margin-bottom: 15px;
	padding-left: 36px;
	background: url(../images/h2.gif) left center no-repeat;
	font-size: 116%;
}
h2.title {
	border-bottom: dotted 1px #003473;
	font-size: 167%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #003473;
}
div.box h3 {
	margin-bottom: 15px;
	padding-left: 36px;
	background: url(../images/h3.gif) left center no-repeat;
	font-size: 116%;
	color: #FFF;
}
h4 {
	padding: 10px 0;
	text-align: center;
	font-size: 167%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #F60;
}
h5 { margin-bottom: 10px; font-size: 116%; font-weight: bold; color: #E5002C;}




div.box {
	margin: 0 0 20px; padding: 5px 10px;
	background: url(../images/box.gif) left top repeat-x #FFF;
	border: solid 1px #DDD;
}
div.news dt { 
	float: left; clear: left;
	padding: 8px 0 8px 30px;
	background: url(../images/bar.gif) left center no-repeat;
	font-size: 85%;
	color: #06C;
}
div.news dd {
	padding: 8px 0 8px 95px;
	border-bottom: dashed 1px #D8D7C4;
}
div.box ul { margin: 0 30px 10px;}
div.box li { list-style: disc;}
div.box ol { margin: 0 0 10px 30px;}
div.box ol li { list-style: decimal; font-size: 85%;}



table.set { width: 100%; border-top: solid 1px #CCC; border-left: solid 1px #CCC;}
table.set th { width: 120px; padding: 10px; text-align: center; background: url(../images/th.jpg) left top repeat-y #F5F5F5; border-bottom: solid 1px #CCC; border-right: solid 1px #CCC; font-size: 85%;}
table.set th.title { width: auto; background: url(../images/h3.jpg) left center repeat-x #CC0003; font-size: 116%; color: #FFF;}
table.set td { padding: 10px; border-bottom: solid 1px #CCC; border-right: solid 1px #CCC;}
table.set table { width: 100%; border-top: solid 1px #CCC; border-left: solid 1px #CCC;}
table.set table input, table.set table textarea { width: 300px; padding: 4px;}
table.work td { padding: 4px 0;}
table.child { margin: 10px 0;}
table.child td { padding: 2px 10px; vertical-align: top;}



p.contact { margin: 40px; text-align: center;}
p.contact a { padding: 10px; background: #12437E; border: outset 3px #12437E; color: #FFF;}



div.sub { margin-top: 30px; font-size: 85%; color: #06C;}
div.work h2 {
	clear: both;
	margin-bottom: 0;
	padding: 0 5px;
	background: #06C;
	font-size: 138.5%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #FFF;
}
div.work h3 {
	padding: 10px 0;
	font-size: 138.5%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #F60;
}
div.work h4 {
	text-align: left;
	font-size: 116%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #003473;
}



div.showcase li {
	float: left;
	width: 320px;
	margin: 10px 30px;
	padding: 5px 10px;
	background: url(../images/box.gif) left top repeat-x #FfFfFf;
	border: solid 1px #CCC;
}
div.showcase li img { border: solid 0px #666;}
div.showcase h3 {
	margin: 0 0 15px;
	font-size: 116%;
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', osaka,'メイリオ','ＭＳ Ｐゴシック','MS PGothic', Georgia, serif;
	color: #FFF;
}




/*FOOTER*/
/*******************************************************************/
div#footer { clear: both; border-top: solid 2px #003473; font-size: 85%;}
div#footer div.in { width: 910px; margin: 0 auto; padding: 10px 0 50px; text-align: left;}
div#footer p { float: right;}
div#footer p a {
	padding-left: 30px;
	background: url(../images/bar.gif) left center no-repeat;
	text-decoration: none;
}





