@charset 'utf-8';

/* 基本
---------------------------------------------------- */
body{
	font: normal 100%/1.5em "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #461c03;
	background: #fffdef;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ul,li,ol,img,table,tr,th,td,hr{
	margin: 0;
	padding: 0;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

div.clear hr{
	display: none;
}

p{
	margin: 0 0 0.8em 0;
	font-size: 90%;
	line-height: 130%;
}

/* リンク
---------------------------------------------------- */

a:link{
	text-decoration: underline;
	color: #461c03;
}

a:visited{
	text-decoration: underline;
	color: #461c03;
}

a:hover{
	text-decoration: none;
	color: #ef7a0c;
}

a:active{
	text-decoration: none;
	color: #ef7a0c;
}


/* イメージ
---------------------------------------------------- */
img{
	border:0;
}

.imgLeft{
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.imgRight{
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.imgCenter{
	margin: 0 auto 1.5em;
	text-align: center;
}


/************************************************************************
* レイアウト
*************************************************************************/

/* ヘッダー
---------------------------------------------------- */
#headerWrap{
	width:100%;
	height: 117px;
	background: #fffdef;
	border-bottom: 3px solid #655000;
}

#headerArea{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 77px;
}


/* グローバルナビ
---------------------------------------------------- */
#naviArea{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 40px;
}

#naviArea ul{
	list-style-type: none;
}

#naviArea ul li{
	float: left;
	display: inline;
}

#naviArea ul li img{
	vertical-align: bottom;
}


/* コンテンツエリア
---------------------------------------------------- */
#contentsWrap{
	width:100%;
	background: #f7f28f;
}

#contentsArea{
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align:left;
}


/* フッターナビ
---------------------------------------------------- */
#footerNavi{
	width: 850px;
	margin: 30px 0 5px;
	text-align: left;
}

#footerNaviLeft{
	width: 600px;
	float: left;
}

#footerNaviLeft p{
	font-size: 80%;
	margin-bottom: 0;
}

#footerNaviRight{
	width: 230px;
	float: right;
	text-align: right;
}

/* FOOTER
---------------------------------------------------- */
#footerArea{
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
}

#footLeft{
	float: left;
	width: 49%;
}

#footRight{
	float: right;
	width: 49%;
	text-align: right;
	margin: 50px 0 0 0;
}

#footerArea p{
	margin-bottom: 0;
	font-size: 80%;
	line-height: 140%;
}


/* フッターコピー
---------------------------------------------------- */
#footerWrap{
	clear: both;
	width:100%;
	height: 70px;
	background: #fffdef;
	border-top: 3px solid #655000;
}

#footerCopy{
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

#footerCopy p{
	padding: 10px 0 0;
	font-size: 70%;
}




/************************************************************************
* トップページ
*************************************************************************/

/* トップページレイアウト
---------------------------------------------------- */
#top_contentsLeft{
	float: left;
	width: 600px;
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
}

#top_contentsRight{
	float: right;
	margin: 0;
	padding: 20px 0 0;
	width: 230;
}


/* トップページ各スタイル
---------------------------------------------------- */
#topimg{
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

.topInfo{
	clear: both;
	margin-bottom: 30px;
}

.topInfo h2{
	margin-bottom: 5px;
}

.topInfo dl{
	margin: 0;
	padding: 8px 5px 8px 10px;
	font-size: 80%;
	line-height: 150%;
}

.topInfo dl dt{
	float: left;
	width: 80px;
	padding-left: 15px;
	background: url(../images/arrow01.jpg) no-repeat 0 0.3em;
}

.topInfo dl dd{
	margin: 0 0 10px 95px;
	_display: inline-block;
}




/* バナー（トップ）
---------------------------------------------------- */
.banner{
	margin: 0 auto;
	list-style-type: none;
}

.banner li{
	margin-bottom: 5px;
}

.banner li img{
	vertical-align: bottom;
}


/* バナー（2nd）
---------------------------------------------------- */
.banner2{
	margin: 20px auto;
	list-style-type: none;
}

.banner2 li{
	margin-bottom: 5px;
}

.banner2 li img{
	vertical-align: bottom;
}






/************************************************************************
* 左メニュー
*************************************************************************/

ul.menu{
	margin: 0;
	list-style-type: none;
}

ul.menu li{
	padding: 0;
	display: inline;
	font-size: 12px;
}

ul.menu li a{
	width: 175px;
	padding: 5px 5px 5px 20px;
	display: block;
	background: url(../images/arrow02.gif) no-repeat 5px 1.0em;
	border-bottom: 1px dotted #461c03;
}

ul.menu li a:link,
ul.menu li a:visited{
	text-decoration: none;
}

ul.menu li a:hover{
	color: #515151;
	background: #fffdee url(../images/arrow02.gif) no-repeat 8px 1.0em;
}

ul.menu li ul li a{
	width: 160px;
	padding: 5px 5px 5px 35px;
	background: url(../images/arrow02.gif) no-repeat 17px 1.0em;
}

ul.menu li ul li a:hover{
background: #fffdee url(../images/arrow02.gif) no-repeat 20px 1.0em;
}




/************************************************************************
* ２階層目共通
*************************************************************************/


/* レイアウト
---------------------------------------------------- */
#contentsLeft{
	margin: 20px 0;
	padding: 0;
	float: left;
	width: 210px;
}


#contentsRight{
	margin: 20px 0;
	padding: 0;
	float: right;
	width: 620px;
}




/* 見出しなど
---------------------------------------------------- */
#contentsRight h2{
	margin: 0 0 10px 0;
}

#contentsRight h3{
	height: 33px;
	margin: 15px 0 10px 0;
	padding: 0 0 0 40px;
	background: url(../images/h3_bg.jpg) no-repeat left top;
	font-size: 100%;
}


/* 枠用 ------ */
.commonTbl{
	margin: 5px 0 ;
	font-size: 90%;
}
.commonTbl tr{
	vertical-align: top;

}
.commonTbl td{
	padding: 0;
}


/* 基本の表 ------ */
.commonTbl02{
	margin: 5px 0 ;
	font-size: 80%;
	background:#481C03;
}
.commonTbl02 tr{
	vertical-align: top;
	text-align: center;

}
.commonTbl02 td{
	padding: 1px;
	background:#FFFFFF;
}
.commonTbl02 th{
	padding: 1px;
	text-align: center;
	background:#f5efcb;
}


/************************************************************************
* CSSハック
*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
