@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,
table,tr,th,td,img{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.6 "‚l‚r ‚oƒSƒVƒbƒN","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

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


/*--------------------------------------------------------------------
body
--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
	background: url(../img/bg.gif) repeat-x center top;
}
#container{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/head.gif) no-repeat top;
}


/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
#head{height: 83px;}
#head *{margin-top: 12px;}
#head h1{
	color: #9D9D9C;
	float: right;
	width: 500px;
	font-size: 10px;
	text-align: right;
}
#head a{
	display: block;
	float: left;
	width: 206px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
}
#head p{display: none;}


/*--------------------------------------------------------------------
contents
--------------------------------------------------------------------*/
#contents{
	zoom: 1;
	background: url(../img/bg_lp.gif) repeat-y left top;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 175px;
}
#rightpane{
	float: right;
	width: 510px;
	background: url(../img/bg_rp.gif) repeat-y top;
	margin-top: 4px;
}
#rightpane h3{margin-left: 5px;}

/*navigation
-----------------------------------*/
#leftpane ul{
	display: block;
	width: 175px;
	background: url(../img/navi.gif) no-repeat;
	padding-top: 5px;
}
#leftpane ul li,
#leftpane ul li a{
	display: block;
	width: 175px;
	height: 43px;
}
#leftpane ul li{margin-bottom: 5px;}
#leftpane ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#leftpane ul li#contact{margin-bottom: 0;}

/*image substitution*/
#top          a{background-position: 0 -5px;}
#about        a{background-position: 0 -53px;}
#works        a{background-position: 0 -101px;}
#charge       a{background-position: 0 -149px;}
#contact      a{background-position: 0 -197px;}

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


/*lpbox
-----------------------------------*/
.lpbox{
	width: 175px;
	background: url(../img/lpbox.gif) repeat-y top;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CFCFCF;
}
#profile p{
	font-weight: bold;
	width: 151px;
	line-height: 1.2;
	margin: 10px 0 0 12px;
}
#estimate p{
	width: 151px;
	margin: 5px 0 0 12px;
}
#estimate div{
	background: url(../img/estimate_btn.gif);
	padding-top: 9px;
}
#estimate div a{
	display: block;
	width: 155px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
#footer{
	clear: both;
	width: 100%;
	background: #FFFFFF url(../img/foot.gif) repeat-x top;
	font-size: 10px;
	padding-top: 10px;
}
#footer div{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.foottext{
	color: #A7A7A7;
	margin-top: 25px;
}


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

/*pagetop*/
.pagetop{
	clear: both;
	width: 500px;
	height: 9px;
	background: url(../img/pagetop.gif) no-repeat right;
	margin: 10px 0;
}
.pagetop a{
	display: block;
	float: right;
	width: 91px;
	height: 9px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a:hover{background: url(../img/pagetop_hover.gif);}

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

.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
