/* 全ページ共有CSS Document */

body {
	background-color: 330000;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #EADFB9;
	scrollbar-3dlight-color: #CC6600;
	scrollbar-arrow-color: #CC6600;
}
table,td,tr,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 16px;
	color: #333333;	
}
/* メインバックグラウンド */
.mainback {
	background-image: url(commimg/main_bg.gif);
}
/* 緑文字リンク文字色指定（通常リンク色） */
a:link { color: #666600 }
a:visited { color: #666600; text-decoration: underline }
a:hover { color: #009933; text-decoration: underline }
a:active { color: #666600; text-decoration: none;}

/* 白文字リンク文字色指定 */
a.wh:link { color: #FFFFFF }
a.wh:visited { color: #FFFFFF; text-decoration: underline }
a.wh:hover { color: #FFFF99; text-decoration: underline }
a.wh:active { color: #FFFFFF; text-decoration: none }

/* 温泉リンク文字色指定 */
a.br:link { color: #913600 }
a.br:visited { color: #913600; text-decoration: underline }
a.br:hover { color: #CC5700; text-decoration: underline }
a.br:active { color: #913600; text-decoration: none }

/* クリーム文字リンク文字色指定 */
a.yel:link { color: #FFFFCC }
a.yel:visited { color: #FFFFCC; text-decoration: underline }
a.yel:hover { color: #FFFF99; text-decoration: underline }
a.yel:active { color: #FFFFCC; text-decoration: none }

/* フッタ */
.copy-r {
	padding-right: 5px;
	background-color: #990000;
	text-align: right;
}
/* 各文字色指定 */
.wh-txt {
	color: #FFFFFF;
	line-height: normal;
}
.wh2-txt {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.whl-txt {
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.bra-stxt {
	font-size: 11px;
	color: #000000;
}
.brown-txt {
	color: #CC6633;
	line-height: normal;
}
.brow-txt {
	color: #60360E;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
}
.b-txt {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.bol-txt {
	color: #CC3333;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
/* 中ページ▲部 */
.red-txt {
	color: #CC0000;
}
/* 左メニューボタン画像部 */
.menuset {
	margin-bottom: 5px;
	margin-top: 5px;
}
/* 上下にあるパンくず文字メニュー部 */
.kuzu-list {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 4px;
	text-align: right;
	color: #FFFFFF;
	line-height: normal;
}
/* 左メニュー内テキスト部等 */
.menu-txt {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.input-set {
	margin-top: 5px;
	margin-left: 85px;
}
/* ページ先頭へもどる文字部 */
.modoru-txt {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.s-txt {
	font-size: 10px;
}
/* 20110912tamura */
.bana-text {
	float: left;
	font-size: 90%;
	line-height: 105%;
	margin-left: 10px;
	margin-bottom: -5px;
	text-align: center;
	color: F7DC83;
//	color: F8D55E;
}

