@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:#198406;
	text-decoration: underline;
}
a:visited{
	color:#198406;
	text-decoration:underline;
}
a:hover{
	color:#198406;
	text-decoration:none;
}



/*--------------------------------------------------------------------
common elements
--------------------------------------------------------------------*/
body{
	background: #FFFFFF url(../img/bg.gif) repeat-x top;
	font-size: 12px;
	color: #666666;	
}
#container{
	width: 737px;
	margin-left: 12px;
}



/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
#header{
	height: 70px;
	background: url(../img/head.jpg) no-repeat top;
}
#header h1{
	font-size: 10px;
	color: #999999;
	height: 29px;
	line-height: 29px;
	padding-left: 12px;
}
#header a{
	display: block;
	width: 301px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 12px;
}
#header p{display: none;}



/*--------------------------------------------------------------------
contents
--------------------------------------------------------------------*/
#contents{
	background: url(../img/lpbg.gif) repeat-y;
	margin-top: 14px;
}
#rightpane{
	float: right;
	width: 525px;
}
#leftpane{
	float: left;
	width: 202px;
}


/*leftpane
-----------------------------------*/
#leftpane div{
	margin-left: 6px;
}
#leftpane * h3{visibility: hidden;}
#leftpane ul li,
#leftpane ul li a{
	display: block;
}
#leftpane ul li a{
	text-indent: -9999px;
	overflow: hidden;
}

/*findout---------------------------*/
#leftpane div#findout{
	height: 136px;
	background: url(../img/findout.jpg) no-repeat;
	margin: 0;
}
#findout h3{height: 46px;}
#findout ul li,
#findout ul li a{
	width: 170px;
	height: 35px;
}
#findout ul li{margin: 5px 0 0 16px;}
/*hover*/
#findout ul li a:hover{background-image: url(../img/findout_hover.jpg);}
#sb            a:hover{background-position: 0 0;}
#lp            a:hover{background-position: 0 -40px;}

/*information---------------------------*/
#info{
	height: 140px;
	background: url(../img/info.jpg) no-repeat;
	margin-top: 4px;
}
#info h3{height: 40px;}
#info ul li,
#info ul li a{
	width: 190px;
	height: 31px;
}
/*hover*/
#info ul li a:hover{background-image: url(../img/info_hover.jpg);}
#profile    a:hover{background-position: 0 0;}
#works      a:hover{background-position: 0 -31px;}
#spot       a:hover{background-position: 0 -62px;}

/*bnrs---------------------------*/
.bnrs{
	width: 190px;
	border-top: solid 1px #DBD5B4;
	margin-top: 10px;
}
.bnrs a{
	display: block;
	margin-top: 10px;
}
.bnrs a#bnr2{margin-top: 0;}


/*contents end
-----------------------------------*/
#contentsend{
	clear: both;
	height: 10px;
	background: url(../img/contents_end.gif) no-repeat;
}
#contentsend a{
	display: block;
	float: right;
	width: 103px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
}



/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
#footer{
	font-size: 10px;
	background: url(../img/foot.gif) repeat-x top;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer div{margin-left: 9px;}

/*fnavi
-----------------------------------*/
#fnavi{
	height: 16px;
	background: url(../img/fnavi.gif) no-repeat left;
}
#fnavi ul li,
#fnavi ul li a{
	display: block;
	width: 74px;
	height: 16px;
}
#fnavi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#fnavi ul li#fn6,
#fnavi ul li#fn6 a{width: 116px;}
#fnavi ul li{
	float: left;
}
#fnavi ul li#fn2{margin-right: 9px;}
/*hover*/
#fnavi ul li a:hover{background-image: url(../img/fnavi_hover.gif);}
#fn1         a:hover{background-position: 0 0;}
#fn2         a:hover{background-position: -74px 0;}
#fn3         a:hover{background-position: -157px 0;}
#fn4         a:hover{background-position: -231px 0;}
#fn5         a:hover{background-position: -305px 0;}
#fn6         a:hover{background-position: -379px 0;}

/*address
-----------------------------------*/
#footer address{
	color: #909090;
	line-height: 1.2;
	margin-top: 30px;
}
#footer address strong{
	font-size: 12px;
}
#footer div p{
	color: #AEEE00;
	letter-spacing: 1px;
}


/*--------------------------------------------------------------------
other
--------------------------------------------------------------------*/
.text{
	width: 470px;
	margin: 0 0 0 5px;
}
.left{float: left;}
.right{float: right;}
.clear{
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.no_border{border: none;}

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

.end{ clear:both;}


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