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

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

common.css

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

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

last update 00/00/00
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: #dd6600;
	text-decoration: underline;
}
a:visited{
	color:#dd6600;
	text-decoration:underline;
}
a:hover{
	color:#dd6600;
	text-decoration:none;
}
a:active{
	color:#dd6600;
	text-decoration:none;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}

/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #444444;
	text-align: center;
	background: #ffebc9 url(../img/bg.gif) repeat-x top;
}
#container{
	width: 717px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
}
#head,
#navi,
#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: #cc8634;
	margin: 0 10px 0 250px;
	padding-top: 11px;
}
#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;
}

/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi{
	height: 39px;
	background: url(../img/navi.gif) no-repeat;
}
#navi ul li,
#navi ul li a{
	display: block;
	width: 143px;
	height: 39px;
}
#navi ul li{float: left;}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li a:hover{
	background: #fff;
	opacity:0.4;
	filter: alpha(opacity=30);
}


/*--------------------------------------------------------------------/
	06.contents
/--------------------------------------------------------------------*/
#contents{
	background: #ffffff;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	margin-top: 5px;
	width: 182px;
}
#rightpane{
	float: right;
	margin-top: 10px;
	width: 533px;
}


/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot{
	clear: both;
	margin-top: 20px;
	padding-bottom: 30px;
}
#foot *{
	font-size: 10px;
	line-height: 1;
}
#foot ul{
	display: block;
	height: 23px;
	background: #96632e;
	padding-left: 10px;
}
#foot ul *{color: #d7cfbc;}
#foot ul li{
	display: block;
	height: 12px;
	float: left;
	padding-right: 8px;
	border-right: solid 1px #d7cfbc;
	margin: 6px 10px 0 0;
	font-family: "ＭＳ ゴシック","Osaka",sans-serif;
}
#foot p{
	margin-left: 10px;
	padding: 8px 0;
	font-family: Verdana;
}

/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

strong {
	color: #be717a;
	font-weight: normal;
}

/*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;}
.mb20 { margin-bottom: 30px;}

.pt10{padding-top: 10px;}
.pt5{padding-top: 5px;}
.pb10{padding-bottom: 10px;}
.pb1002{padding-bottom: 10px;}
.pb15{padding-bottom: 17px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 30px;}
*html .pb10 {padding-bottom: 0;}
*:first-child+html .pb10 {padding-bottom: 0;}


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

