@charset "shift-jis";

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

common.css

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

/*--------------------------------------------------------------------
format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
img{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.5 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{
	display:block;
	margin: 0;
}
li{list-style-type: none;}

title{text-style:bold;}

/* position */
.ta-l{ text-align:left; }

/* decorate etc. */
.fw-b{ font-weight:bold; }

/* size */
.fs-m{ font-size:16px; }
.ls-s{ letter-spacing:-1pt; }


/*a
-----------------------------------*/
a{
	color:#0F42E6;
	text-decoration: none;
}
a:visited{
	color:#0F42E6;
	text-decoration:none;
}
a:hover{
	color:#0F42E6;
	text-decoration:underline;
}


/*--------------------------------------------------------------------
body
--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #505050;
	text-align: center;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
}
#container{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}



/*--------------------------------------------------------------------
head
--------------------------------------------------------------------*/
#head{
	width: 922px;
	height: 121px;
	background: url(css/img/head.gif) no-repeat;
	margin: 0 0 0 29px;
}
#logo{
	float: left;
	width: 241px;
	margin: 13px 30px 0 0;
}
#logo a{
	display: block;
	width: 240px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 1px;
}
#des{
	float: left;
	color: #FFF;
	line-height: 1;
	margin-top: 15px;
}
#des h1{font-size: 12px;}
#head p{display: none;}



/*--------------------------------------------------------------------
navigation
--------------------------------------------------------------------*/
#navi{
	clear: both;
	width: 920px;
	margin-left: 1px;
	padding-top: 8px;
}
#navi ul li,
#navi ul li a{
	display: block;
	width: 115px;
	height: 40px;
}
#navi ul li{float: left;}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
/*image substitution*/
#home    a{background-position: 0 0;}
#lp      a{background-position: -115px 0;}
#bs      a{background-position: -230px 0;}
#reform  a{background-position: -345px 0;}
#land    a{background-position: -460px 0;}
#company a{background-position: -575px 0;}
#contact a{background-position: -690px 0;}
#blog    a{background-position: -805px 0;}

#navi ul li a:hover{background-image: url(css/img/navi_hover.gif);}



/*--------------------------------------------------------------------
contents
--------------------------------------------------------------------*/

#contents{
	zoom: 1;
	background: url(css/img/bg_contents.gif) repeat-y;
	padding: 0 30px;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 210px;
	margin-top: 5px;
}
#rightpane{
	float: right;
	width: 704px;

}
#rightpane:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#sub{
	float: right;
	width: 210px;
}
#main{float: left;}




/*--------------------------------------------------------------------
leftpane
--------------------------------------------------------------------*/
.btn{
	width: 210px;
	background: url(css/img/btn_bg.gif) repeat-y;
	margin-top: 5px;
}
.btn a{
	display: block;
	padding: 20px 8px;
	line-height: 1.2;
}
.btn a:hover{background:#fb8e39;}
.btn a,
.btn a:visited,
.btn a:hover{color: #FFF;}
.btn a strong{
	display: block;
	font-size: 26px;
}
.btn p{
	padding: 20px 0;
	letter-spacing: 1px;
}

#search li{margin-top: 5px;}



/*--------------------------------------------------------------------
rightpane
--------------------------------------------------------------------*/
#s_navi li{
	height: auto;
	line-height: 1.3;
	padding: 8px 0;
	background: url(css/img/border_01.gif) repeat-x bottom;
}
#s_navi li a{
	padding-left: 3px;
	text-indent: 13px;
	display: block;
	background: url(css/img/icon_01.gif) no-repeat 3px 3px;
}
#s_navi li a:hover{color: #fb8e39;}
#s_bnr{margin-top: 10px;}





/*--------------------------------------------------------------------
foot
--------------------------------------------------------------------*/
#foot{
	color: #717171;
	width: 980px;
	background: url(css/img/bg_contents.gif) repeat-y;
	text-align: center;
	font-size: 10px;
	padding-bottom: 10px;
}
#foot p{
	width: 978px;
	height: 23px;
	line-height: 25px;
	background: #F2F2F2;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	margin: 0 auto;
}
#foot a:hover{color: #fb8e39;}
#privacy{
	color: #A5A5A5;
	height: 30px;
	line-height: 35px;
}


/*--------------------------------------------------------------------
others
--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hidden{
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
.effect a img{background: #FFF;}
.effect a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*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;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mr20{margin-right: 20px;}

.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}

/*pagetop
-----------------------------------*/
.pagetop{
	clear: both;
	width: 661px;
	height: 11px;
	background: url(css/img/pagetop.gif) no-repeat right;
	margin: 10px 0 10px;
}
.pagetop a{
	display: block;
	float: right;
	width: 102px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop br{
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
.pagetop a:hover{background: url(css/img/pagetop_hover.gif);}

.pagetop_box{
	clear: both;
	width: 650px;
	height: 11px;
	background: url(css/img/pagetop.gif) no-repeat right;
	margin: 10px 0 10px;
}
.pagetop_box a{
	display: block;
	float: right;
	width: 102px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop_box br{
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}
.pagetop_box a:hover{background: url(css/img/pagetop_hover.gif);}

#rightpane div.mt0{margin-top: 0;}

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


