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

#TBL_inq{
border:1px solid #87604f;
width:666px;
margin:0 auto 44px;
}
#TBL_inq th, #TBL_inq td{
padding:14px;
vertical-align:top;
text-align:left;
}

#TBL_inq th{
border-top:1px solid #FFF;
border-left:1px solid #FFF;
border-bottom:1px solid #7f6449;
background-color:#ece6d6;
font-weight:normal
}
#TBL_inq th p{
color:693d0c;
font-size:12px;
line-height:16px;
}

#TBL_inq td{
border-top:1px solid #FFF;
border-bottom:1px solid #c2af8f;
font-size:12px;
line-height:16px;
color:#425814;
}
.btn_area{
	padding-bottom:20px;
	text-align:center;
}

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