@charset "UTF-8";

/* ---------------------------------------------------------------------
   基本構造
--------------------------------------------------------------------- */
#wrapper,
#header,
.topicPath,
#footer{
	width: 900px;
	clear: both;
	float: none;}

#wrapper {
	margin: 0px auto;
	padding: 0px;}

#header{
	margin: 0px 0px 10px 0px;
	font-size: 80%;
	border-bottom: 3px solid #C8C1A4;
}

.topicPath{
	font-size: 70%;
	color: #868686;
	line-height: 1.2;}

#contents{
	clear: both;
	float: none;
	font-size: 80%;
	line-height: 1.3;}

#footer{
	margin: 30px 0px 15px 0px;
	font-size: 80%;}

/* 回り込み解除 */
#header:after,
#contents:after,
#footer:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header:after,
#contents:after,
#footer:after{	zoom:1; } 


/* ------------------------------------------ 
		two colmun
-------------------------------------------*/

.twoC #contents{	width: 900px;}
.twoC #contents #content{
	width: 900px;
	margin: 5px 0px 0px 0px;
	text-align: left;
}
.twoC #contents #content #contentInner{
	float: right;
	width: 685px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.twoC #contents #content #contentSub{
	float: left;
	width: 200px;
	margin: 0px;
	text-align: left;
}


/* ------------------------------------------ 
		three colmun
-------------------------------------------*/

.threeC #contents{	width: 900px;}
.threeC #contents #content{
	float: left;
	width: 685px;
	margin: 5px 0px 0px 0px;
	text-align: left;
}
.threeC #contents #content #contentInner{
	float: right;
	width: 470px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.threeC #contents #content #contentSub{
	float: left;
	width: 200px;
	margin: 0px;
	text-align: left;
}
.threeC #sideBox{
	float: right;
	width: 200px;
	margin: 5px 0px 0px 0px;
	text-align: left;
	zoom:1;
}
.threeC #sideBox:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}




/* ================================================================
   基本スタイル
================================================================ */
html,body,
h1,h2,h3,h4,h5,h6,
div,p,ol,ul,li,dl,dt,dd,pre,blockquote,address,hr,
table,tr,th,td,
form,fieldset {
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.05 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #4f4f4f;
	background: #393939 url(../imgs/back00.jpg) repeat-y center top;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img,
a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }
.hide { display: none; }
.cut{
	clear: both;
	float: none;
}

a:link,
a:visited {	color: #06c;	text-decoration: none;}
/*a:visited {	color: #036;	text-decoration: none;}*/
a:hover,
a:active {	text-decoration: underline;	color: #036;}




/* ================================================================
   header
================================================================ */
h1{
	float: left;
	width: 670px;
	font-size: 80%;
	font-weight: normal;
	margin-top: 5px;
	padding-bottom: 5px;
}
#headerSubNavi{
	float: right;
	margin: 5px 0px;
	font-size: 80%;
	padding: 0px;
}
#headerLogo{	clear: both;}
#globalNavi{}
#globalNavi li{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}




/* ================================================================
   topicPath
================================================================ */
.topicPath a:link,
.topicPath a:visited{	color: #868686;	text-decoration: underline;}
.topicPath a:hover,
.topicPath a:active{	color: #868686;	text-decoration: none;}
.topicPath a.top {	margin-left: 10px;}
.topicPath span.current{	color: #333;}
.pathTop{}
.pathBottom{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}




/* ================================================================
   contents
================================================================ */
#contents {}
#contents h2{
	margin: 0px 0px 15px;
	padding: 15px 10px 16px 8px;
	border-top: 1px solid #bbb;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: url(../imgs/back03_h2.jpg) repeat-x left bottom;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#contents h2 span{
	margin-left: 15px;
	font-weight: normal;
	font-size: 85%;
}
/*
#contents h2.memberTitle{	margin-bottom: 0px;}
#contents p.member{
	margin: 0 0 5px 0;
	padding: 0px;
	text-align: right;
}*/


/* contentInner
-------------------------------------------*/
.threeC #contentInner h2.titleBack,
.twoC #contentInner h2.titleBack,
.threeC #contentInner h3,
.twoC #contentInner h3{
	border-bottom: 1px solid #999;
	background: #2F271E url(../imgs/titleback_04.jpg) repeat-x left top;
	color: #fff;
	font-size: 100%;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#contentInner h2.titleBack{
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-top: none;
	font-size: 120%;
	font-weight: bold;
}

.threeC #contentInner h3{	padding: 3px 10px;}
.twoC #contentInner h3{	padding: 6px 10px 5px 10px;}

.threeC #contentInner h3.orange,
.twoC #contentInner h3.orange{	background: #F88302 url(../imgs/titleback_01.jpg) repeat-x left top;}

.threeC #contentInner h3.lineTitle,
.twoC #contentInner h3.lineTitle{
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 2px 10px;
	border-bottom: 1px solid #035C98;
	border-left: 5px solid #035C98;
	background-image: none;
	color: #4f4f4f;
}
/*
.threeC #contentInner h3.noneStyle,
.twoC #contentInner h3.noneStyle{
	padding: 0px;
	border-bottom: none;
	background: none;
	font-size: 12px;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
}
*/

#contentInner .cell h3,
#contentInner .cell h4,
#contentInner .cellLast h3,
#contentInner .cellLast h4{
	padding-top: 6px;
	padding-bottom: 14px;
	border: none;
	background-image: none;
	color: #005279;
}
#contentInner .cell h3,
#contentInner .cellLast h3{	font-size: 110%;}
#contentInner .cell h4,
#contentInner .cellLast h4{
	font-size: 100%;
}



/* unit */
#contentInner .unit{
	clear: both;
	float: none;
	margin-bottom: 25px;
	line-height: 1.4;
	zoom:1;
}
#contentInner .unit:after{/* 回り込み解除 */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#contentInner .unit p{
	padding-bottom: 0.8em;
	line-height: 1.5;
}


/* contentSub & sideBox
-------------------------------------------*/
#contentSub .unit,
#sideBox .unit{
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 1.2;
	background-color: #f8f8f9;
}
#contentSub h4,
#sideBox h4{
	padding: 0px;
	font-size: 85%;
	font-weight: normal;
	border-bottom: 1px solid #666;
}
#contentSub h4.text,
#sideBox h4.text{
	padding: 0px;
	font-size: 85%;
	font-weight: normal;
	border-bottom: 1px solid #666;
}
#contentSub h4.title,
#sideBox h4.title{
	padding: 8px 5px 2px;
	border-bottom: 1px solid #e0e0e0;
	background: #f0f0f0 url(../imgs/back_title03.gif) repeat-x left top;
	font-size: 85%;
	font-weight: normal;
}
#sideBox h4.noneLine{	border-bottom: none;}




/* ================================================================
   footer
================================================================ */
#footer a:link,
#footer a:visited{	color: #333;}
#footer ul{	margin: 0px 5px;}
#footer li{
	float: left;
	display: inline;
	margin: 8px 6px 5px 0px;
	padding-right: 6px;
	border-right: 1px solid #c0c0c0;
	font-size: 85%;
	line-height: 1.1;
}
#footer li.last{
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}
#footer li.right{
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 0px;
	border: none;
}
#footer li.right a:link,
#footer li.right a:visited{
	background: url(../imgs/arrows02g.gif) no-repeat 0px 0.2em;
	padding-left: 12px;
}
#footer li.right a:hover,
#footer li.right a:active{
	background: url(../imgs/arrows02.gif) no-repeat 0px 0.2em;
	color: #06c;
}

div#footerNavi{
	padding: 15px 15px 25px 15px;
	background: url(../imgs/back02_footer.gif) repeat-x center bottom;
}
ul#footerSubNavi{}




/* ================================================================
   generalLink
================================================================ */
#generalLink{
	width: 100%;
	padding: 0px;
	border-bottom: 3px solid #C8C1A4;
	background-color: #663333;
	zoom:1;
	font-size: 12px;
}
#generalLink:after{/* 回り込み解除 */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#generalLink .inner{
	width: 940px;
	margin: 0 auto;
}
#generalLink .inner p{	float: right;}
#generalLink .inner p.accs{	float: left;}
#generalLink img{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#generalLink .inner p.accs img{
	margin: 0px 50px 0px 0px;
	padding: 0px;
}




/* */
