/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka";
	background-color: #d3cec4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 本文テキスト */
.text { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 12px; color: #333333; line-height: 180%; }
/* 本文テキスト 赤*/
.red { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 12px; color: #822418; line-height: 180%; font-weight: bold; }
/* キャプション */
.cap { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 10px; color: #333333; line-height: 140%; }
/* メインメニューON */
.menu_on { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 12px; color: #822418; line-height: 130%; }
/* メインメニュー */
.main_menu { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 12px; color: #333333; line-height:130%; }
/* フッターエリア */
.foot { font-family: "Verdana", "Helvetica", "Arial", "sans-serif"; font-size: 10px; color: #333333; line-height:130%; }
/* トップページ　右エリア */
.top_right { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 11px; color: #333333; line-height: 160%; }
/* ページタイトル　赤字 */
.title { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 18px; color: #822418; font-weight: bold; line-height: 150%;}
/* ページタイトル　黒字 */
.subtitle { font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3"; font-size: 14px; color: #333333; font-weight: bold; line-height: 150%;}


/* リンク */
A { color: #822418; text-decoration: none; }
A:hover { color : #999999; text-decoration: underline; }

/* メインメニュー リンク */
A.main_menu {  color: #333333; text-decoration: none; }
A.main_menu:hover { color : #822418; text-decoration: underline; }
