@charset "Shift_JIS";

html,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl,
address, form, blockquote
	{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6
	{
	font-weight: bold;
	}

body {
	margin-top: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 16px;
}

h1 { font-size: 18px; line-height: 20px; }

//テキスト

.l { font-size: 14px; line-height: 18px; }
.lg {
	font-size: 14px;
	color: #00836A;
	line-height: 20px;
}
.mw { font-size: 12px; line-height: 18px; }
.m { font-size: 12px; line-height: 16px; }
.13_16_greay {
	font-size: 13px;
	line-height: 40px;
	color: #333333;
}
.ms { font-size: 11px; line-height: 14px; }
.s { font-size: 10px; line-height: 14px; }
.ss { font-size: 9px; line-height: 12px; }
.ll { font-size: 15px; line-height: 19px; }
.14px_white {
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
}
.lll {
	font-size: 18px;
	color: #00836A;
	line-height: normal;
}
.llllred {
	font-size: 20px;
	color: #ff0000;
	line-height: normal;
}
.lllllorange { font-size: 22px; color: #ffcb05; }

.form_s { font-size: 11px; line-height: 12px; }
.search_s { font-size:10px; margin-bottom:2px;}

.text01 {
	font-size: 10pt;
	line-height: 14pt;
	color: 00836a;
	font-family: Arial, Helvetica, sans-serif;
}
.text02 { font-size: 11pt; line-height: 14pt; color: #009774}
.text03 {
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}w

/*リンク*/
a:link { color:#0000FF; text-decoration: underline; }
a:visited {
	color:#0000FF;
	text-decoration: underline;
}
a:hover { color: #C10000; text-decoration: underline; }
a:active { color: #C10000; 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; }


.footer, .footer a {
	text-decoration: none;
	color: #666;
	font-size: 11px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}