@charset "Shift_JIS";

body {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka;
	line-height: 16px;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat;
}

//テキスト

.l { font-size: 14px; line-height: 18px; }
.m { font-size: 12px; line-height: 16px; }
.ms { font-size: 11px; line-height: 14px; }
.s { font-size: 10px; line-height: 14px; }

/*リンク*/
a:link { color:#330000; text-decoration: none; }
a:visited { color:#666666; text-decoration: none; }
a:hover { color: #663333; text-decoration: underline; }
a:active { color: #663333; text-decoration: underline; }

a img {border: none;}


//メニューバー
div.menuBar
	{
	width: 800px;
	background-color: #00836A;
	background-image: url("../img/menu_bg.gif");
	background-repeat: no-repeat;
	}

//フッター
div.footer a:link{ color:#00836A; text-decoration: none;}
div.footer a:visited{ color:#00836A; text-decoration: none;}
div.footer a:hover { color:#00836A; text-decoration: underline; }
div.footer a:active { color:#00836A; text-decoration: underline; }

.text01 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka;
}
.text02 { font-size: 11pt; line-height: 14pt; color: #009774}

