@charset "utf-8";

/* 共通－再定義
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 83%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #372924;
	background-image: url(../img/common/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}

img {
	border-style: none;
	text-align: center;
}

p {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #958449;
}

h1 {
	font-size: 125%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 105%;
}
h6 {
	font-size: 105%;
}

a:link {
	color: #9A824C;
}
a:visited {
	color: #9A824C;
}
a:hover {
	color: #9A824C;
	text-decoration: underline;
}

strong {
	color: #E8B722;
	font-weight: normal;
}


/* 共通－部分制御
---------------------------------------------*/
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clear-l {
	clear: left;
}
.clear-r {
	clear: right;
}
.clear-both {
	clear: both;
}

.mrg-r9 {
	margin-right: 9px;
}
.mrg-b10 {
	margin-bottom: 10px;
}

/* 共通－枠組み
---------------------------------------------*/
#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 85px;
	margin-bottom: 5px;
	width: 820px;
	background-image: url(../img/common/bg_header.gif);
}
#content {
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 5px;
	background-image: url(../img/common/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#side {
	width: 220px;
	float:left;
}
#main {
	width: 570px;
	float: right;
}
#footer {
	padding: 20px 10px 5px;
	width: 800px;
	clear: both;
	background-image: url(../img/common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	text-align: left;
	line-height: 1.4;
	color: #716037;
}

/* 共通－ヘッダ・ナビ・フッタ
---------------------------------------------*/
#header h1#logo {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#header .wrap {
	float: right;
	width: 400px;
	margin-top: 30px;
	margin-right: 10px;
}
#hnavi {
	list-style: none;
	float: right;
}
#hnavi li {
	float: left;
	padding: 0px 0px 0px 5px;
}

#gnavi {
	line-height: 0;
	list-style: none;
	width: 220px;
}
#gnavi li {
	margin: 0px;
	padding: 0px;
}

#footer .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* 共通－メインコンテンツ
---------------------------------------------*/
#main .section_top {
	width: 570px;
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
}
#main .section {
	width: 510px;
	margin-bottom: 10px;
	margin-left: 20px;
	overflow: auto;
	padding-bottom: 15px;
}

#main h2 {
	margin-bottom: 10px;
	font-size: 105%;
}

#main #sheet {
	width: 570px;
	background-image: url(../img/common/sheet_m.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#main #sheet #body {
	padding: 0px 20px 20px;
	background-image: url(../img/common/sheet_b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tbl_1 {
	font-size: 100%;
	width: 510px;
	border: 1px solid #CCCCCC;
}
.tbl_1 td{
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 9px;
}
.tbl_1 th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #DCD2BA;
	border-right: none;
	background-color: #F7F6F1;
	font-weight: normal;
	padding: 9px;
}
.tbl_1 th.must {
	border-left-color: #E8B722;
}

/* 個別－トップ
---------------------------------------------*/
.section_top .jigyo {
	width: 280px;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(../img/top/frm_jigyo_m.gif);
}
.section_top .jigyo h3 {
	background-image: url(../img/top/frm_jigyo_t.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: 1px dotted #D0C19F;
	padding: 10px 10px 5px;
	color: #9A824C;
	font-size: 120%;
}
.section_top .jigyo .body {
	background-image: url(../img/top/frm_jigyo_b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px 10px 10px;
	overflow: auto;
	width: 260px;
}

/* 個別－お問い合わせ
---------------------------------------------*/

#toi_riyou ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#toi_riyou li {
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
#toi_riyou {
	padding: 15px;
	background-color: #F7F6F1;
	margin-top: 10px;
}
#toi_e {
	text-align: center;
}
#toi_e p {
	margin-top: 80px;
	margin-bottom: 100px;
}

/* 個別－プライバシー
---------------------------------------------*/
#privacy ul {
	margin-left: 30px;
	margin-bottom: 10px;
}
#pribacy li {
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
}
#privacy p {
	margin-bottom: 10px;
}

