@charset "utf-8";
/* CSS Document common settintg*/


/*index

01 Base
02 Header
03 Main image
04 contents


/*===========================================================================
01 Base
===========================================================================*/


/*===========================================================================
02 Header
===========================================================================*/

#h_lead{ font-size:11px ; color:#9D945F; padding-top:6px;}


/*==========================================================================
コンテンツ部分
============================================================================*/
#pTitle{ margin-bottom:24px;}

#co2nd{ width:666px; margin:0 auto; color:#4c3a33;}

h4.midashi{
width:666px;
background:url(../img/bg_mi.gif) no-repeat left top;
padding-left:16px;
padding-top:6px;
padding-bottom:26px;
font-size:14px;
margin:0 auto;
color:#4c3a33;
}

.note{
font-size:12px;
line-height:16px;
color:#59493f;
}


#link{
	width:666px;
	margin:0 auto;
	color:#4c3a33;
	font-size: 12px;
}

#link ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#link li{
	padding: 0px;
	background-image: url(../img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#link li.text{
	padding: 0px;
	background-image: url(../img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#link li .title{
	padding: 0px;
	height: 45px;
	width: 195px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
#link li .title p{
	padding: 0px;
	height: 35px;
	width: 195px;
	float: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #883909;
}
#link li p{
	width: 445px;
	float: right;
	font-size: 12px;
	color: #4c3a33;
	margin-top: 12px;
}



/*=================================
フッター */
#footer {
	width:100%;
	padding-top:6px;
	text-align:left;
	background-color:#a2a094;
	clear:both;
}
.foot_box {
	width:920px;
	font-size:11px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/

#foot_menu {
	width:516px;
	font-size:11px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:16px;
	margin-top:10px;
}


/*フッター
---------------------------------------------------------------------------*/
#foot_menu a:link{ text-decoration:none; color:#FFFFFF; }
#foot_menu a:visited{ text-decoration:underline; color:#FFFFFF}
#foot_menu a:hover{ text-decoration:none;color:#e8e667;}

#copyright{
	margin: 0px;
	color:#FFFFFF;
	font-size:10px;
}
