@charset "shift-jis";
@import "template.css";

/*====================================================================

common.css


last update 08/09/03
produced by 0510office (http://www.0510office.co.jp/)


====================================================================*/

/*=====================================================================
	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;}
table{ border-collapse:collapse;}
a{ display:block;}

/*----------------------------------------------------------------
		a
----------------------------------------------------------------*/
a{
	color:#3d0722;
	text-decoration: underline;
}
a:visited{
	color:#3d0722;
	text-decoration:underline;
}
a:hover{
	color:#3d0722;
	text-decoration:none;
}
a:active{
	color:#3d0722;
	text-decoration:none;
}


/*----------------------------------------------------------------
		body
----------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #5b5b5b;
	text-align: center;
	background: #FFF;
}
#container{
	width: 715px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
	border-left: solid 1px #e9edd9;
	border-right: solid 1px #e9edd9;
}



/*----------------------------------------------------------------
		table
----------------------------------------------------------------*/

table{
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#d9d9d9;
}
th,td{
	padding:5px 8px;
	border-bottom:1px solid #d9d9d9;
}
th{
	vertical-align:top;
	text-align:left;
}






/*=====================================================================
	header
=====================================================================*/
#head{
	height: 65px;
	background: url(../img/head.jpg) no-repeat;
}
#head h1{
	line-height: 1;
	font-size: 10px;
	text-align: right;
	color: #006e92;
	margin: 0 15px 0 250px;
	padding-top: 14px;
}
#head div{
	width: 252px;
	height: 46px;
	margin-top: -13px;
}
#head div a{
	display: block;
	width: 240px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}


/*=====================================================================
	navigation
=====================================================================*/
#navi{
	height: 195px;
	background: url(../img/navi.jpg) no-repeat;
}
#navi ul li,
#navi ul li a{
	display: block;
	width: 182px;
	height: 39px;
}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li#on a,
#navi ul li a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}


/*=====================================================================
	contents
=====================================================================*/
#contents{
	width: 715px;
	background: url(../img/contents.gif) repeat-y left top;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#side{
	float: left;
	width: 182px;
}
#main{
	float: right;
	width: 533px;
}



/*=====================================================================
	main
=====================================================================*/

#main h3{
	margin-top:20px;
	margin-bottom:15px;
	clear:both;
}
#main h4{
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
}

.inner{
	width:513px;
	margin-left:10px;
	margin-bottom:20px;
	zoom: 100%;
}
.inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;  line-height: 0;
	clear: both;  
}



/*=====================================================================
	side
=====================================================================*/
#side div.box{
	width: 172px;
	background: url(../img/l_box.gif) repeat-y;
	margin: 5px 0 0 5px;
	padding-bottom: 10px;
	border-bottom:1px solid #d7d7d7;
}
#side div.box p{
	width: 150px;
	font-size: 10px;
	margin: 5px 0 0 11px;
}




/*=====================================================================
	foot
=====================================================================*/
#foot{
	clear: both;
	width: 715px;
	padding-bottom: 5px;
}
#foot *{
	font-size: 10px;
	line-height: 1;
}
#foot ul{
	display: block;
	height: 20px;
	padding-left: 10px;
	background:url(../img/footer.gif) repeat-x;
}
#foot ul *{color: #333333;}
#foot ul li{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #fff;
	margin: 4px 10px 0 0;
}
#foot p{
	margin-left: 10px;
	padding: 8px 0;
	color:#64a2ce;
	font-size:12px;
	font-style:italic;
}
#foot p strong{
	font-size:13px;
	font-weight:bold;
}



/*=====================================================================
	other
=====================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.clear2{zoom: 100%;}
.clear2:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;  line-height: 0;
	clear: both;  
}


.block{ display:block;}
.inline{ display:inline;}


.hover2 a:hover{
	opacity:0.3;
	filter: alpha(opacity=30);
}

.hover a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	background:#FFF;
}

/*----------------------------------------------------------------
		margin, padding
----------------------------------------------------------------*/
.mt_10{margin-top: -10px;}
.mr_10{margin-right: -10px;}
.mb_10{margin-bottom: -10px;}
.ml_10{margin-left: -10px;}
.mt_15{margin-top: -15px;}
.mr_15{margin-right: -15px;}
.mb_15{margin-bottom: -15px;}
.ml_15{margin-left: -15px;}
.mt_20{margin-top:-20px;}
.mr_20{margin-right: -20px;}
.mb_20{margin-bottom: -20px;}
.ml_20{margin-left: -20px;}
.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;}
.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}
.mt20{margin-top: 20px;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mt30{margin-top: 30px;}
.mr30{margin-right: 30px;}
.mb30{margin-bottom: 30px;}
.ml30{margin-left: 30px;}

.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}

/*----------------------------------------------------------------
		text
----------------------------------------------------------------*/
.txt_c{ text-align:center;}
.txt_r{ text-align:right;}
.txt_l{ text-align:left;}
.txt_j{ text-align:justify;}

/*----------------------------------------------------------------
		font
----------------------------------------------------------------*/
.att1{ color:#FF0000; font-size:10px;}
.att2{ color:#53adc9;}


/*----------------------------------------------------------------
		pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width:523px;
	height: 20px;
	margin: 0 0 20px 0;
	background:url(../img/return.gif) no-repeat right;
}
.pagetop a{
	float: right;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.pagetop a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}

