@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 "lr oSVbN","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

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


/*--------------------------------------------------------------------
body
--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #6a7367;
	text-align: center;
	background: #fcfffa url(../img/bg_01.gif) repeat-x top;
}
#container{
	width: 100%;
	background: url(../img/bg_02.gif) repeat-y center top;
	padding-bottom: 10px;
}
#head,
#contents,
#foot{
	width: 715px;
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------------------------
head
--------------------------------------------------------------------*/
#head {
	height: 30px;
	background: url(../img/head.gif) no-repeat;
	overflow: hidden;
}
#head h1{
	font-size: 10px;
	color: #97a990;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}
#head p{display: none;}




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

#leftpane,
#rightpane{padding-bottom: 10px;}
#leftpane{
	float: left;
	width: 182px;
}
#rightpane{
	float: right;
	width: 523px;
}
/*logo*/
#logo{
	width: 182px;
	height: 141px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat;
}
#logo a{
	display: block;
	width: 162px;
	height: 134px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 2px 0 0 10px;
}
/*qr*/
#qr{margin-top: 10px;}

/*--------------------------------------------------------------------
navigation
--------------------------------------------------------------------*/
#navi{
	width: 182px;
	height: 337px;
	background: url(../img/navi.gif) no-repeat;
	overflow: hidden;
}
#navi p,
#navi p a,
#navi ul,
#navi ul li,
#navi ul li a{
	width: 162px;
	text-indent: -9999px;
	overflow: hidden;
}
#navi p,
#navi ul{margin-left: 10px;}
#navi p,
#navi a{text-indent: -9999px;}
#navi p a,
#navi ul li a{display: block;}
#navi p,
#navi p a{height: 39px;}
#navi p{margin-top: 5px;}
#navi ul{margin-top: 1px;}
#navi ul li a{height: 30px;}

#navi a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}




/*--------------------------------------------------------------------
foot
--------------------------------------------------------------------*/
#foot{
	clear: both;
	background: url(../img/foot.gif) no-repeat;
	height: 90px;
	overflow: hidden;
}
#foot *{font-size: 10px;}
#foot p{
	height: 26px;
	line-height: 26px;
}
#foot address{
	line-height: 1.2;
	margin-top: 10px;
}
#foot span{
	display: block;
	color: #b8c8b3;
	letter-spacing: 1px;
	margin-top: 5px;
}



/*--------------------------------------------------------------------
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);
}

/*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;}
.mt20{margin-top: 20px;}

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

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 480px;
	height: 10px;
	background: url(../img/pagetop.gif) no-repeat right;
	margin: 15px 0;
}
.pagetop a{
	display: block;
	float: right;
	width: 97px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a:hover{background: url(../img/pagetop_hover.gif);}
#rightpane div.mt0{margin-top: 0;}

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