@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;
}


.left-box{
	width:130px;
	margin:0;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	font-weight: bold;
	height: 680px;
	background-image: url(../../links/img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.left-box a{
	color:#4c3a33;
	font-size: 14px;
}

.right-box{
	width:500px;
	color:#4c3a33;
	font-size: 14px;
	float: right;
	margin-top: 0;
}
.right-box .right-in{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../../links/img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	padding-left: 20px;
}
.right-box .right-in.start{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../../links/img/yaji.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.right-box .right-in a{
	font-weight: bold;
	color:#4c3a33;
	font-size: 14px;
}
.right-box .right-in span,.right-box .right-in span a{
	font-weight: normal;
	color:#4c3a33;
	font-size: 12px;
	margin-left: 10px;
}


/*=================================
フッター */
#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;
}
