@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 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{
	display:block;
	margin: 0;
}
li{list-style-type: none;}

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


/*--------------------------------------------------------------------
body
--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #505050;
	text-align: center;
	background: #FFF url(./css/img/bg_01.gif);
}
#bg{background: url(./css/img/bg_02.gif) repeat-y center;}
#container{
	width: 700px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}



/*--------------------------------------------------------------------
head
--------------------------------------------------------------------*/
#head{
	width: 700px;
	height: 74px;
	background: url(./css/img/head.gif) no-repeat;
	overflow: hidden;
}
#head h1{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #FFF;
	padding-left: 9px;
}
#head div,
#head div a{
	width: 185px;
	height: 40px;
}
#head div{margin-top: 8px;}
#head div a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#head p{display: none;}



/*--------------------------------------------------------------------
contents
--------------------------------------------------------------------*/
#contents{width: 700px;}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 185px;
}
#rightpane{
	float: right;
	width: 515px;
}
#rightpane h3{margin: 10px 0 0 5px;}


/*--------------------------------------------------------------------
navigation
--------------------------------------------------------------------*/
#navi{
	width: 185px;
	height: 235px;
	background: url(./css/img/navi.gif) no-repeat;
}
#navi ul li,
#navi ul li a{
	display: block;
	width: 184px;
	height: 47px;
}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
/*image substitution*/
#top   a{background-position: 0 0;}
#about a{background-position: 0 -47px;}
#lp    a{background-position: 0 -94px;}
#bs    a{background-position: 0 -141px;}
#area  a{background-position: 0 -188px;}

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



/*profile
--------------------------------------------------------------------*/
#profile{
	width: 180px;
	background: url(./css/img/profile_bg.gif) repeat-y;
	margin-top: 10px;
}
#profile h3{
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(./css/img/profile.gif) no-repeat;
}
#profile p{
	width: 140px;
	line-height: 1.2;
	margin: 4px 0 0 20px;
	padding-bottom: 4px;
	border-bottom: solid 1px #CECECE;
}
#profile div{
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(./css/img/profile_bottom.gif) no-repeat;
	margin-top: 5px;
}


/*attention
--------------------------------------------------------------------*/
#attention{
	width: 180px;
	height: 266px;
	background: url(./css/img/attention.jpg) no-repeat;
	overflow: hidden;
	margin-top: 10px;
}
#attention h3,
#attention p{display: none;}


/*--------------------------------------------------------------------
foot
--------------------------------------------------------------------*/
#foot{
	clear: both;
	width: 700px;
	background: url(./css/img/foot.gif) no-repeat top;
	text-align: right;
	color: #7E7E7E;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
}
#foot *{line-height: 1.2;}
#foot p{padding-top: 15px;}
#foot address{margin-top: 15px;}
#foot div{color: #AEAEAE;}



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

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

/*pagetop
-----------------------------------*/
.pagetop{
	clear: both;
	width: 515px;
	height: 10px;
	background: url(./css/img/pagetop.gif) no-repeat right;
	margin: 10px 0 0;
}
.pagetop a{
	display: block;
	float: right;
	width: 92px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop 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;
}

