@charset "utf-8";
/* ===========================================
	共通設定
=========================================== */
/*--------------------------------------------------
	リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック","メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	background: #f5ecd3;
	color: #000;
	text-align: center;
}

body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html>body { font-size: 12px; }

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

table,th,td,input,textarea { font-size: 100%; }

ol,ul {	list-style: none; }

address,em,cite { font-style: normal; }

img { border: none; vertical-align: top; }

a { overflow: hidden; text-decoration: none; }

/*--------------------------------------------------
	余白
--------------------------------------------------*/
.mgT0 { margin-top: 0px !important; }
.mgT05 { margin-top: 5px; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px; }
.mgT50 { margin-top: 50px; }


.pdT05 { padding-top: 5px; }

.pdB35 { padding-bottom: 35px !important; }

.mgL10 { margin-left: 10px; }
.mgL20 { margin-left: 20px; }

/*--------------------------------------------------
	リンクカラー
--------------------------------------------------*/

a:link    { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover   { color: #FF0000; text-decoration: underline; }
a:active  { color: #FF0000; }


/*--------------------------------------------------
	フォントサイズ
--------------------------------------------------*/

.fs10 {	font-size: 80%; }
.fs12 {	font-size: 100%; }
.fs14 {	font-size: 120%; }
.fs16 {	font-size: 135%; }

.bold { font-weight: bold; }


/*--------------------------------------------------
	フォントカラー
--------------------------------------------------*/

.red { color: #cc0000; }

/*--------------------------------------------------
	行間 12/14追加
--------------------------------------------------*/
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh16 { line-height: 1.6; }
.lh18 { line-height: 1.8; }
/*--------------------------------------------------
	位置
--------------------------------------------------*/

.alnR { text-align: right !important; }
.alnC { text-align: center !important; }
.alnL { text-align: left !important; }

.fltR { float: right; }
.fltL { float: left; }

.valnT { vertical-align: top; }
.valnB { vertical-align: bottom; }

.inline { display: inline; }
.block { display: block; }


/*--------------------------------------------------
	float解除
--------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.both { clear: both; }

/* ===========================================
	レイアウト
=========================================== */
#wrap {
	width: 825px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #666666;
	overflow: hidden;
	clear: both;
}
#header {
	width: 809px;
	height: 141px;
	margin: 24px auto 0px auto;
	position: relative;
	clear: both;
}
#header h1 {
	position: absolute;
	top: 0px;
	left: 110px;
	width: 404px;
	height: 11px;
	text-indent: -9999px;
	background: url(../img/head_txt.gif) no-repeat;
}
#header img.head_img {
	position: absolute;
	top: 6px;
	left: 11px;
}
#header img.logo {
	position: absolute;
	top: 35px;
	left: 110px;
}
#header img.tel {
	position: absolute;
	top: 0px;
	right: 0px;
}
#gNavi {
	background: #9c603d;
	width: 809px;
	height: 27px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	clear: both;
}
#contents {
	width: 805px;
	margin: 25px auto 0 auto;
	overflow: hidden;
	clear: both;
}
#contents #left {
	width: 220px;
	height: 1055px;
	background: url(../img/img_01.jpg) no-repeat 0px 1px;
	border-right: 1px solid #d0d1d1;
	margin: 0 auto;
	float: left;
}
#contents #right {
	width: 505px;
	margin: 0 34px 0 auto;
	float: right;
}
* html #contents #right { margin: 0 17px 0 auto; }
#contents #right p {
	font-size: 125%;
	line-height: 1.6;
	text-align: left;
}
#contents #right .box01 {
	width: 100%;
	margin: 40px auto 0 auto;
	padding-top: 5px;
	border-top: 2px solid #9c603d;
	clear: both;
}
#contents #right .box02 {
width: 100%;
	margin: 32px auto 0 auto;
	padding-top: 5px;
	padding-bottom: 13px;
	border-top: 2px solid #9c603d;
	border-bottom: 2px solid #9c603d;
	clear: both;
}
#contents #right .box01 div.content,
#contents #right .box02 div.content {
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
}
#contents #right .box01 a,
#contents #right .box02 a {
	display: block;
	clear: both;
	margin-top: 20px;
	text-align: right;
}
#contents #right ul.title {
	width: 505px;
	overflow: hidden;
	clear: both;
}
#contents #right ul.title li {
	display: inline;
	float: left;
}
#contents #right ul.title li.title {
	background: #ead7a4;
	width: 380px;
	height: 46px;
}
#contents #right ul.title li.area {
	background: #f5ecd3;
	width: 125px;
	height: 46px;
}
#contents #right ul.title li.title img {	margin-top: 10px; }
#contents #right ul.title li.area img {	margin-top: 16px; }
#footer {
	width: 805px;
	margin: 25px auto 0 auto;
	padding-top: 10px;
	border-top: 1px solid #bfc0c0;
	font-size: 80%;
	text-align: left;
	overflow: hidden;
	clear: both;
}
#footer address {
	display: block;
 padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
 clear: both;
}