@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.head
	04.navigation
	05.contents
	06.foot
	07.other

last update 08/11/14
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------
	01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #00b7e9;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.body
--------------------------------------------------------------------*/
html{background: #fff url(../img/bg.gif) repeat-x;}
body{
	font-size: 12px;
	color: #333;
	text-align: center;
}


/*--------------------------------------------------------------------
	03.head
--------------------------------------------------------------------*/
#head{
	position: relative;
	width: 850px;
	height: 85px;
	background:  url(../img/head.jpg) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
}
#head h1{
	position: absolute;
	right: 90px;
	line-height: 25px;
	color: #3b5d86;
	font-size: 10px;
}

#head #logo{
	position: absolute;
	top: 5px;
	left: 50px;
	width: 250px;
	height: 70px;
	background: url(../img/logo.gif) no-repeat;
}
#head #logo a{
	display: block;
	width: 250px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}

/*	3-1.primary navigation
----------------------------------------------------------------*/
#p-navi{
	position: absolute;
	top: 25px;
	right: 85px;
	width: 424px;
	height: 34px;
	outline: none;
	background: url(../img/p-navi.gif) no-repeat;
}
#p-navi ul,
#p-navi ul li,
#p-navi ul li a{
	display: inline;
	text-indent: -9999px;
	height: 34px;
	outline: none;
}
#pn01 a{
	width: 72px;
	background-position: 0 0;
	float: left;
}
#pn02 a{
	width: 70px;
	background-position: -72px 0;
	float: left;
}
#pn03 a{
	width: 70px;
	background-position: -142px 0;
	float: left;
}
#pn04 a{
	width: 70px;
	background-position: -212px 0;
	float: left;
}
#pn05 a{
	width: 70px;
	background-position: -282px 0;
	float: left;
}
#pn06 a{
	width: 72px;
	background-position: -352px 0;
	float: left;
}
#p-navi ul li a:hover{background-image: url(../img/p-navi_over.gif);}
#p-navi.act-pn01 #pn01 a,
#p-navi.act-pn02 #pn02 a,
#p-navi.act-pn03 #pn03 a,
#p-navi.act-pn04 #pn04 a,
#p-navi.act-pn05 #pn05 a,
#p-navi.act-pn06 #pn06 a{background-image: url(../img/p-navi_over.gif);}


/*--------------------------------------------------------------------
	04.navigation
--------------------------------------------------------------------*/
#navi{
	width: 750px;
	height: 41px;
	outline: none;
	background: url(../img/navi.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#navi ul,
#navi ul li,
#navi ul li a{
	display: inline;
	text-indent: -9999px;
	height: 41px;
	outline: none;
}
#gn01 a{
	width: 190px;
	background-position: 0 0;
	float: left;
}
#gn02 a{
	width: 185px;
	background-position: -190px 0;
	float: left;
}
#gn03 a{
	width: 186px;
	background-position: -375px 0;
	float: left;
}
#gn04 a{
	width: 189px;
	background-position: -561px 0;
	float: left;
}
#navi ul li a:hover{background-image: url(../img/navi_over.gif);}
#navi.act-gn01 #gn01 a,
#navi.act-gn02 #gn02 a,
#navi.act-gn03 #gn03 a,
#navi.act-gn04 #gn04 a{background-image: url(../img/navi_over.gif);}


/*--------------------------------------------------------------------
	05.contents
--------------------------------------------------------------------*/
#contents{
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/contents.gif) repeat-y;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#leftpane{
	float: left;
	width: 185px;
}
#rightpane{
	float: right;
	width: 535px;
}

/*	5-1.rightpane
----------------------------------------------------------------*/
#rightpane h3{margin: 30px 0 0 0;}
.box{width: 540px;}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box p{
	text-align: left;
	padding: 13px 30px 0 18px;
}
.box p.right{
	text-align: right;
	padding: 13px 30px 0 18px;
}
.box img.left{
	display: inline;
	margin: 15px 15px 10px 10px;
}
.box img.right{
	display: inline;
	margin: 15px 10px 10px 15px;
}
.box img.btn{
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 15px;
}
.h4box{
	width: 535px;
	height: 30px;
	background: url(../img/h4.gif) no-repeat;
	margin-top: 10px;
}
.h4box h4{
	line-height: 30px;
	padding-left: 30px;
	color: #114063;
	font-weight: bold;
	text-align: left;
}

/*	5-2.leftpane
----------------------------------------------------------------*/
#estimate{
	position: relative;
	overflow: hidden;
	width: 185px;
	height: 145px;
	background: url(../img/estimate_bg.gif) no-repeat bottom;
}
#estimate p{text-indent: -9999px;}
#estimate img.btn{
	position: absolute;
	top: 110px;
	left: 6px;
}
#leftpane img.bnr{
	margin-top: 15px;
}


/*--------------------------------------------------------------------
	06.foot
--------------------------------------------------------------------*/
#foot-bg{
	height: 100px;
	background: url(../img/foot.gif) repeat-x;
	margin-top: 25px;
}
#foot{
	position: relative;
	width: 750px;
	height: 100px;
	margin: 0 auto;
}
#foot *{
	font-size: 10px;
	line-height: 1.5;
}
#foot ul#fn1{
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	height: 15px;
	text-align: left;
}
#foot ul#fn2{
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
	height: 15px;
	text-align: left;
}
#foot ul#fn1 li,
#foot ul#fn2 li{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #b4c0c6;
	margin: 3px 8px 3px 0;
	line-height: 12px;
}
#foot ul#fn1 li.nb,
#foot ul#fn2 li.nb{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: none;
	margin: 3px 8px 3px 0;
	line-height: 12px;
}
#foot a:link{
	color: #16429f;
	text-decoration: none;
}
#foot a:visited{
	color: #16429f;
	text-decoration: none;
}
#foot a:hover{
	color: #16429f;
	text-decoration: underline;
}
#foot a:active{
	color: #16429f;
	text-decoration: none;
}
#foot address{
	position: absolute;
	top: 18px;
	right: 5px;
	color: #5d5f5d;
	text-align: right;
}
#foot address strong{
	color: #0e47a5;
	font-weight: bold;
}
#foot p{
	position: absolute;
	bottom: 15px;
	left: 5px;
	font-size: 11px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #59677e;
	font-weight: bold;
	text-align: left;
}


/*--------------------------------------------------------------------
	07.other
--------------------------------------------------------------------*/
.block{display: block;}
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.tr{text-align: right;}
.big{
	font-size: 18px;
	font-weight: bold;
}
strong{color: #cf2828;}

/*margin, padding
----------------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.ml5{margin-left: 5px;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.ml10{margin-left: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt-5{margin-top: -5px;}
.mt-10{margin-top: -10px;}
.mt-15{margin-top: -15px;}
.mt-20{margin-top: -20px;}
.mt-30{margin-top: -30px;}
.ma{
	margin-left: auto;
	margin-right: auto;
}


.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}

/*pagetop
----------------------------------------------------------------*/
/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 535px;
	height: 20px;
	margin: 15px 0 auto 0;
}
.pagetop img{
	float: right;
}
