@charset "UTF-8";
/* CSS Document */
/* テキストカラー */
.gray {
	color:#666;
}
.red {
	color:#f33;
}
.wine {
	color:#c33;
}
/* テキストリンク */
a:link {
	color:#f60;
	text-decoration:none;
}
a:visited {
	color:#c60;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
a:active {
	color:#f00;
	text-decoration:none;
}
/* 背景設定 */
html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	color:#333;
	background-color:#ebe9d3;
}
body.page {
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
/* コンテナの設定*/
#container {
	width:840px;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align:left;
	margin:0 auto;
	background-image:url(../img/container.png);
	background-repeat:repeat-y;
}
#side {
	float:left;
	width:190px;
	margin-top:97px;
	padding-left:20px;
	text-align:center;
}
#doc {
	float:right;
	width:620px;
	padding-bottom:15px;
}
/* ヘッダーの設定 */
#header {
	width:820px;
	height:90px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	text-align:right;
	font-size:11px;
	padding-right:20px;
	font-weight:normal;
	color:#666;
	line-height:50px;
}
#header h2 a {
	display:block;
	position:absolute;
	top:0;
	left:18px;
	width:174px;
	height:179px;
	background-image:url(../img/logo.png);
	text-indent:-9999px;
	font-size:0em;
}
/* グローバルナビの設定*/
.gnavi {
	position:absolute;
	width:590px;
	height:42px;
	right:20px;
	bottom:1px;
}
.gnavi li {
	float:left;
	width:118px;
	height:42px;
}
.gnavi li a {
	display:block;
	width:118px;
	height:42px;
	background-image:url(../img/gw.png);
	text-indent:-9999px;
	font-size:0em;
}
.gnavi li.gw2 a {
	background-position:-118px 0;
}
.gnavi li.gw3 a {
	background-position:-236px 0;
}
.gnavi li.gw4 a {
	background-position:-354px 0;
}
.gnavi li.gw5 a {
	background-position:-472px 0;
}
/* サイドナビの設定*/
.snavi {
	width:174px;
	margin:0 auto;
}
.snavi li {
	float:left;
	width:174px;
	height:51px;
}
.snavi li a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/sw.png);
	text-indent:-9999px;
	font-size:0em;
}
.snavi li.sw2 a {
	background-position:0 -51px;
}
.snavi li.sw3 a {
	background-position:0 -102px;
}
.snavi li.sw4 a {
	background-position:0 -153px;
}
.snavi li.sw5 {
	height:56px;
}
.snavi li.sw5 a {
	background-position:0 -204px;
}
.snavi li.sw6 {
	height:57px;
}
.snavi li.sw6 a {
	background-position:0 -260px;
}
/* サイドナビの設定 2012.05 おにぎり追加*/
.snavi2 {
	width:174px;
	margin:0 auto;
}
.snavi2 li {
	float:left;
	width:174px;
	height:51px;
}
.snavi2 li.swn1 a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/menu_yakiseiro.png);
	text-indent:-9999px;
	font-size:0em;
}
.snavi2 li.swn2 a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/menu_kakuni.png);
	text-indent:-9999px;
	font-size:0em;
}
.snavi2 li.swn3 a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/menu_torigobou.png);
	text-indent:-9999px;
	font-size:0em;
}
.snavi2 li.swn4 a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/menu_chirimensansyo.png);
	text-indent:-9999px;
	font-size:0em;
}
.snavi2 li.swn5 a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/menu_gomatakana.png);
	text-indent:-9999px;
	font-size:0em;
}

/* --------------------- */

.address {
	clear:both;
	width:150px;
	padding:10px;
	background-color:#fff;
	margin:0 auto 9px;
	line-height:1.7;
}
.address img {
	margin-bottom:10px;
}
.address p {
	text-align:left;
	font-size:10px;
	color:#666;
}
.address p.tel {
	font-size:12px;
	line-height:1.5;
}
.banner {
	width:174px;
	margin:0 auto;
}
.banner li {
	float:left;
	width:174px;
	height:56px;
}
.banner li a {
	display:block;
	width:174px;
	height:49px;
	background-image:url(../img/bw.png);
	text-indent:-9999px;
	font-size:0em;
}
.banner li.bw2 a {
	height:56px;
	background-position:0 -56px;
}
/* フッタの設定 */
#footer {
	clear:both;
	width:780px;
	height:50px;
	margin:0 auto;
	padding-top:20px;
	background-image:url(../img/ft_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:11px;
	color:#888;
	line-height:1.6
}
/* 見出し設定 */
.title {
	width:590px;
	height:70px;
	background-image:url(../img/title_bg.jpg);
	margin-bottom:30px;
}
.sub {
	width:540px;
	height:41px;
	background-image:url(../img/sub_bg.png);
	padding-left:30px;
	margin:0 0 20px 10px;
	line-height:41px;
	font-size:123.1%;
	color:#4d3c38;
}
.subsub {
	width:520px;
	font-size:108%;
	font-weight:bold;
	margin:0 0 20px 20px;
	border:1px solid #dcb;
	padding:9px 5px 7px 23px;
	color:#843;
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#fafaf5;
}
/* ボックス設定 */
.box1 {
	width:570px;
	line-height:1.6;
	margin-left:10px;
}
.box2 {
	width:550px;
	margin-left:20px;
	line-height:1.6;
}
.box3 {
	width:530px;
	margin-left:30px;
	line-height:1.6;
}
.line {
	clear:both;
	width:570px;
	margin-left:10px;
	height:0;
	border-bottom:dotted 1px #ccc;
	line-height:0;
	font-size:0em;
}
.line2 {
	clear:both;
	width:550px;
	margin-left: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;
}
/* ページトップの設定 */
.pagetop {
	float:right;
	width:148px;
	height:26px;
}
.pagetop a {
	display:block;
	width:118px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* テーブルの設定 */
.table1 {
	width:100%;
	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 10px;
	white-space:nowrap;
	color:#963;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table2 {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
}
.table2 td {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	background-color:#fff;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	padding:7px 10px 5px;
	width:1%;
	background-color:#f7f6ee;
	white-space:nowrap;
}
.table3 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table3 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:17px 10px 7px 10px;
	vertical-align:top;
	margin:0;
	text-align:left;
}
.table3 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:17px 10px 7px 10px;
	white-space:nowrap;
	color:#963;
	text-align:right;
	vertical-align:top;
	margin:0;
}
.table3top {
	padding-top:0 !important;
}
.table4 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table4 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 6px 10px;
	vertical-align:top;
	margin:0;
	background-color:#f7f6ee;
}
.table4 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 6px 10px;
	white-space:nowrap;
	color:#963;
	text-align:left;
	vertical-align:top;
	margin:0;
	background-color:#f7f6ee;
}
th.noline {
	border-width:0 1px 0 0;
}
td.noline {
	border-width:0 0 0 0;
}
.table4 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table5 td {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 6px 10px;
	vertical-align:top;
	margin:0;
	background-color:#f7f6ee;
	letter-spacing:0.2em;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 6px 10px;
	white-space:nowrap;
	color:#963;
	text-align:left;
	vertical-align:top;
	margin:0;
	background-color:#f7f6ee;
	letter-spacing:0.2em;
}

/* リスト表示の設定 */
.list_tx {
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding:0 0 5px 12px;
	line-height:1.6;
}
form.btn_back {
	float:left;
}
form.btn_next {
	float:right;
}
