@charset "utf-8";
@import "template.css";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.head
	04.navigation
	05.contents
	06.foot
	07.other

last update 08/11/05
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 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

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


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background: #faf8f5 url(../img/bg.gif) repeat-x top;
}
#container{
	width: 717px;
	text-align: left;
	background: url(../img/container.gif);
	margin: 0 auto;
	text-align: center;
}

#head,
#contents,
#foot{
	width: 715px;
	margin-left: 1px;
}


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#head{
	height: 65px;
	background: url(../img/head.gif) no-repeat;
}
#head h1{
	line-height: 1;
	font-size: 10px;
	text-align: right;
	color: #7b7e85;
	margin: 0 15px 0 250px;
	padding-top: 14px;
}
#head div{
	width: 250px;
	height: 35px;
	margin-top: -13px;
}
#head div a{
	display: block;
	width: 250px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 10px;
}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi{
	height: 195px;
	background: url(../img/navi.gif) 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.1;
	filter: alpha(opacity=10);
}


/*--------------------------------------------------------------------/
	05.contents
/--------------------------------------------------------------------*/
#contents{
	background: url(../img/contents.gif) repeat-y left top;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 182px;
}
#leftpane strong{color: #1a4376;}
#rightpane{
	float: right;
	width: 533px;
}
#rightpane p{text-align: left;}

/*	5-1.leftpane
----------------------------------------------------------------*/
#leftpane div.box{
	width: 172px;
	background: url(../img/l_box.gif) repeat-y;
	margin: 5px 0 15px 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
}
#leftpane div.box p{
	width: 150px;
	margin: 5px 0 0 11px;
	font-size: 10px;
	font-family:'ＭＳ ゴシック';
	text-align: left;
}
#leftpane img.bnr{
	margin: 0 auto 10px auto;
}



/*--------------------------------------------------------------------
	06.foot
--------------------------------------------------------------------*/
#foot{
	clear: both;
	padding-bottom: 5px;
	height: 90px;
	border-bottom: solid 1px #e2e5e6;
}
#foot *{
	font-size: 10px;
	line-height: 1;
}
#foot ul{
	display: block;
	height: 20px;
	background: #1e2446;
	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;
	text-align: left;
}




/*--------------------------------------------------------------------
	07.other
--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.fs-s{font-size: 10px;}
.st{color: #c42200;}
.strong{font-weight: bold;}

/*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;}
.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}
.mt20{margin-top: 10px;}
.mr20{margin-right: 10px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 10px;}

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

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 523px;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}

