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

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

common.css

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

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

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


/*--------------------------------------------------------------------/
	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 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #018beb;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background: #fff url(../img/bg.gif) repeat-x;
}
#container{
	border:0px solid #e9edd9; border-width:0px 1px;
	width: 715px;
	text-align: left;
	margin: 0 auto;
	background:#fdfaeb;
}
#head,
#navi,
#contents,
#foot{
	width: 715px;
}


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

/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi{
	height: 39px;
	background: url(../img/navi.gif) no-repeat;
}
#navi ul{
	margin-left:24px;
	width:670px;
}
#navi ul li,
#navi ul li a{
	display: block;
	width: 134px;
	height: 39px;
}
#navi ul li{float: left;}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li a:hover{ background-image:url(../img/navi_over.gif); }
#navi a.nv1{ background-position:-24px 0px; }
#navi a.nv2{ background-position:-158px 0px; }
#navi a.nv3{ background-position:-292px 0px; }
#navi a.nv4{ background-position:-426px 0px; }
#navi a.nv5{ background-position:-560px 0px; }
/*--------------------------------------------------------------------/
	06.contents
/--------------------------------------------------------------------*/
#contents{
	padding-bottom:15px;
	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;
}
#rightpane{
	float: right;
	width: 533px;
	margin-top: -15px;
}


/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot{
	clear: both;
	padding-bottom: 10px;
	background:#ffffff;
}
#foot:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#foot *{
	font-size: 10px;
	line-height: 1;
}
#foot ul{
	display: block;
	height: 20px;
	background: #fcb244;
	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{
	padding: 20px 10px;
	font:normal normal 8pt/11pt 'Tahoma','ＭＳ ゴシック';
}

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

/*margin, padding
----------------------------------------------------------------*/
.ps{ padding:5px; }
.ps_t{ padding-top:5px; }		.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }		.ps_w{ padding:0px 5px; }
.pm{ padding:10px; }
.pm_t{ padding-top:10px; }	.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }	.pm_w{ padding:0px 10px; }
.ms{ margin:5px; }
.ms_t{ margin-top:5px; }		.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }		.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }		.ms_w{ margin:0px 5px; }
.mm{ margin:10px; }
.mm_t{ margin-top:10px; }		.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }	.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }		.mm_w{ margin:0px 10px; }
.ml{ margin:10px; }
.ml_t{ margin-top:20px; }		.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }	.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }		.ml_w{ margin:0px 20px; }
.m_a{ margin:0px auto; }
/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 523px;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}


