@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.white {
	color:#fff;
}
.gray {
	color:#777;
}
.red {
	color:#c00;
}
.blue {
	color:#005bac;
}
.green {
	color:#690;
}
.brown {
	color:#c0a150;
}
.dbrown {
	color:#835f00;
}
.gold {
	color:#e7d9a4;
}
.sblack {
	color:#505050;
}
.pink {
	color:#f06788;
}
.orange {
	color:#ee9967;
}
/* テキストリンク */
a:link {
	color:#005bac;
	text-decoration:none;
}
a:visited {
	color:#005bac;
	text-decoration:none;
}
a:hover {
	color:#39c;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
#bread a:link {
	color:#666;
	text-decoration:none;
}
#bread  a:visited {
	color:#666;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread  a:active {
	color:#f00;
	text-decoration:none;
}
.ftx a:link {
	color:#666;
	text-decoration:none;
}
.ftx  a:visited {
	color:#666;
	text-decoration:none;
}
.ftx a:hover {
	color:#999;
	text-decoration:none;
}
.ftx a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#fff;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
/* コンテナの設定 */
#container {
	width:960px;
	padding:0 5px;
	margin:0 auto;
	background-image:url(../img/cont_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
}
#container2 {
	width:400px;
	padding:10px;
	text-align:left;
	font-size:11px;
	line-height:1.6;
}
/* ヘッダーの設定 */
#header {
	position:relative;
	width:960px;
	height:102px;
	background-image:url(../img/hd_bg.png);
	background-repeat:no-repeat;
	text-align:left;
}
#header h1 {
	font-size:11px;
	font-weight:normal;
	color:#bb8800;
	padding:16px 0 0 20px;
}
#header h2 {
	position:absolute;
	width:360px;
	height:53px;
	top:40px;
	left:13px;
}
.hw {
	position:absolute;
	width:123px;
	height:22px;
	top:0;
	right:20px;
	line-height:0;
	font-size:1px;
}
.hd_tx {
	position:absolute;
	width:186px;
	height:40px;
	bottom:15px;
	right:300px;
}
.hd_add {
	position:absolute;
	width:257px;
	height:12px;
	top:40px;
	right:20px;
	line-height:0;
	font-size:1px;
}
.hd_tel {
	position:absolute;
	width:211px;
	height:20px;
	bottom:15px;
	right:20px;
	line-height:0;
	font-size:1px;
}
/* ドックの設定 */
#navi {
	float:left;
	width:210px;
	margin-top:10px;
	background-color:#fefad9;
}
.nv_ban {
	background-image:url(../img/side_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top:15px;
}
.nv_ban p:nth-child(6) {
	display:none;
}
#doc {
	float:right;
	width:730px;
	text-align:left;
	padding-top:10px;
	padding-right:10px;
}
.pagetop {
	text-align:center;
	padding-bottom:20px;
}
.ftx {
	font-size:11px;
	line-height:1.8;
	color:#ccc;
}
/* フッタの設定 */
#footer {
	width:960px;
	height:98px;
	background-image:url(../img/ft_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.copyright {
	text-align:right;
	padding:20px;
	font-size:10px;
	color:#bb8800;
}
/* トップの設定 */
#news {
	height:100px;
	overflow:auto;
}
.ndate {
	font-size:11px;
	color:#666;
}
#news li {
	padding-bottom:10px;
}

/* ボックス設定 */
#title {
	font-size:1px;
	margin:0 10px 30px;
}
#bread {
	font-size:11px;
	margin:0 0 30px;
	color:#999;
	background-color:#fefad9;
	padding:5px;
}
.box1 {
	margin-left:20px;
	margin-right:20px;
	line-height:1.8;
}
.box2 {
	margin-left:30px;
	margin-right:30px;
	line-height:1.8;
}
.box3 {
	margin-left:40px;
	margin-right:40px;
	line-height:1.8;
}
.sub {
	margin:0 10px 20px;
}
.sub2 {
	font-size:16px;
	background-image:url(../img/subsub.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 20px 20px;
	padding:0 0 8px 25px;
	color:#653;
}
.lh_m {
	line-height:1.6;
}
.lh_s {
	line-height:1.4;
}
.line {
	clear:both;
	margin-left:10px;
	margin-right:10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
* html .line {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}
* html .line2 {
	height:.1em;
	overflow:hidden;
	margin-top:-.1em;
}

/* テーブルの設定 */
.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}
.table1 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table1 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 0;
	white-space:nowrap;
	color:#cc7744;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.tb_end {
	border-bottom:0 !important;
}
.table2 {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:8px 15px;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:8px 15px;
	white-space:nowrap;
	margin:0;
}
.sum {
	border-width:3px 1px 1px 0 !important;
}
.table3 {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#999;
	border-collapse:collapse;
}
.table3 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:8px 15px;
	margin:0;
	font-weight:bold;
	font-size:16px;
	white-space:nowrap;
	color:#126fb5;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#999;
	padding:8px 15px;
	margin:0;
}
.table4 {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#fff;
	border-collapse:collapse;
}
.table4 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:8px 15px;
	margin:0;
	font-size:16px;
	width:30%;
}
.table4 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:8px 15px;
	margin:0;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	width:20%;
	color:#505050;
}

/* 各ページの設定 */
#gMap {
	margin:0 auto 30px;
	width:670px;
	height:475px;
	line-height:1.8;
}
.waku_ft {
	padding:9px 13px 8px;
	background-color:#fff3f3;
	margin:0 20px 20px 27px;
}
.sitemap li {
	border-bottom:1px dotted #ccc;
	background-image:url(../img/pt_link.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:0 0 8px 16px;
	margin-bottom:10px;
}
.waku_ac {
	width:560px;
	margin:0 auto;
	text-align:left;
	padding:15px 20px;
	background-color:#fff3f3;
}
.waku_1 {
	margin:0 auto;
	padding:15px 20px;
	background-color:#fafae0;
}
.waku_2 {
	margin:0 auto;
	padding:15px 20px;
	border:1px solid #e9d3b1;
}
.check li {
	background-image:url(../img/check.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 10px 20px;
}
.waku_3 {
	margin:0 auto;
	padding:15px 20px;
	background-color:#ffd;
	border:1px solid #e9d3b1;
}
.rh1 {
	margin:0 auto;
	padding:20px 20px;
	background-color:#eef599;
}
