@charset "utf-8";
/*******************************************************************************
[1] 共通設定
********************************************************************************/
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFFFFF;
	color: #333333;
	font-family:Verdana, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
img{
	border: none;
}
a:link,a:visited{
	text-decoration: underline;
}
a:hover,a:active{
	text-decoration: none;
}
hr{
	display: none;
}
strong{
	font-weight: bold;
}
.hide{
	display: none;
}
/*　ページガイド（#HONBUN,#TOP）　*/
.skip{
	display: none;
}
/*******************************************************************************
[2] レイアウト
********************************************************************************/
/*==========================================================
		配置
============================================================*/
#wrap{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFFFFF;
	width:820px;
	font-size:80%;
	line-height:1.6;
}
#help{
	clear:both;
}

#page {
	width:100%;
	float:right;
	margin-left:-200px;
}
#content{
	width:600px;
	margin-left:200px;
	margin-right:15px; 
}
#lnavi {
	width:180px;
	float:left;
}

#footer {
	width:100%;
	clear:both;
}
/****************************************************
*****************************************************
*****************************************************/
#tlogo{
	float:left;
	width:250px;
}
#tlogo p,#tlogo h1{
	margin-top:5px;
	margin-left: 15px;
	margin-bottom:10px;
}
#tlogo a{
	height: 52px;
	width: 235px;
	display: block;
}
#tlogo a span{	
	display: none;
}




/**********************************************
***********************************************/

#lnavi{
	margin-top:12px;
	margin-bottom:10px;
	border-bottom: 1px solid #999999;
	font-size:90%;
}
#help{
	color: #333333;
}

/*******************************************************************************
[3] 詳細デザイン
********************************************************************************/
/*==========================================================
		ページ
============================================================*/

/*-------------------------------------------------------
	左メニュー
-------------------------------------------------------*/
/*　[ｈ2]　*/
#lnavi h2{
	background-repeat: no-repeat;
	font-size:110%;
}
/*　[ｈ3]　*/
#lnavi h3{
	background: url(images/lnavih3_bg.gif) repeat-x;
	background-color: #EBFAF0;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
		font-size:100%;

}
#lnavi h3 a{
	padding: 5px;
	width: 169px;
	display:block;
	/* \*/
	overflow:hidden;
	/* */
	color: #333333;
	text-decoration: none;
}
#lnavi h4{
	padding: 2px 2px 2px 5px;
	background-color: #F0F0F0;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
#lnavi ul{
	list-style-type: none;
	border-right: 1px solid #999999;

}
#lnavi li{
	border-top: 1px dotted #999999;
	background-color: #d8d5ba;
	background-image: url(images/lnavi_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	line-height:1.3!important;
}
#lnavi li a{
	padding: 8px 5px 7px 22px;
	width: 152px;
	display: block;
	color: #333333;
	background: url(images/lnavi_mark.gif) no-repeat 5px 9px;
	text-decoration: none;
}
#lnavi li a:hover{
	text-decoration: underline;
	background: #FFFFFF url(images/lnavic_mark.gif) no-repeat 5px 9px;

}
/*　閲覧ページ　*/
.choice{
	text-decoration: underline!important;
	background: #FFFFFF url(images/lnavic_mark.gif) no-repeat 4px 10px!important;
}
/*==========================================================
		フッタ
============================================================*/
#footer{
	border-bottom: 5px solid #7a1b01;
}
#footer ul{
	margin:5px 5px 5px 20px;
	list-style-type: none;
	font-size:90%;
}
#footer li{
	margin-right:5px;
	display: inline;
	line-height:1.3!important;
}
#footer address{
	font-style: normal;
	background-color:#d8d5ba;
	padding:5px 5px 5px 10px;
	border-top: 1px solid #7a1b01;
	border-bottom: 1px dotted #7a1b01;
}
.karimoku{/* トップでも使用中 */
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
#footer a{
	text-decoration: none;
	color: #333333;
}	
#footer a:hover{
	text-decoration: underline;
}

