@charset "shift-jis";
@import "template.css";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.head
	04.navigation
	05.contents
	06.foot
	07.other

last update 08/09/26
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------/
	01.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:#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;
}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background: #fff url(../img/bg.jpg) repeat-x top;
}
#container{
	width: 717px;
	text-align: left;
	background: url(../img/container.jpg);
	margin: 0 auto;
}

#head,
#contents,
#foot{
	width: 715px;
	margin-left: 1px;
}


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#head{
	height: 65px;
	background: url(../img/head.jpg) no-repeat;
}
#head h1{
	line-height: 1;
	font-size: 10px;
	text-align: right;
	color: #606060;
	margin: 0 15px 0 250px;
	padding-top: 14px;
}
#head div{
	width: 282px;
	height: 60px;
	margin-top: -20px;
}
#head div a{
	display: block;
	width: 280px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}
h2{	margin-bottom:5px;}

/*--------------------------------------------------------------------/
	04.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 a:hover{
	background: #fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}


/*--------------------------------------------------------------------/
	06.contents
/--------------------------------------------------------------------*/
#contents{
	background: url(../img/contents.jpg) repeat-y left top;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 182px;
}
#rightpane{
	float: right;
	width: 533px;
	padding-bottom:20px;
}


/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot{
	clear: both;
	padding-bottom: 5px;
}
#foot *{
	font-size: 10px;
	line-height: 1;
}
#foot ul{
	display: block;
	height: 20px;
	background: #026bc6;
	padding-left: 10px;
}
#foot ul *{color: #fff;}
#foot ul li{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #fff;
	margin: 4px 10px 0 0;
}
#foot p{
	opacity:0.6;
	filter: alpha(opacity=60);
	margin-left: 10px;
	padding: 5px 0;
}




/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.t_l{ text-align:left !important;}
.t_r{ text-align:right !important;}
.t_c{ text-align:center !important;}

img.left{margin: 0 8px 8px 0;}
img.right{margin: 0 0 8px 8px;}

.b0{ border:0 !important;}
.inline{ display:inline;}
.red{ color:red;}

/*margin, padding
----------------------------------------------------------------*/
.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.mr0{margin-right: 0 !important;}
.mt2{margin-top: 2px !important;}
.mt5{margin-top: 5px !important;}
.mr5{margin-right: 5px !important;}
.mb5{margin-bottom: 5px !important;}
.ml5{margin-left: 5px !important;}
.mt10{margin-top: 10px !important;}
.mr10{margin-right: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.ml10{margin-left: 10px !important;}
.mt15{margin-top: 15px !important;}
.ml20{margin-left: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.ml12{margin-left: 12px !important;}
.ml7{margin-left: 7px !important;}
.ma{ margin:0 auto !important;}

.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pl20{padding-left: 20px !important;}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 523px;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}

