/* ------ テキスト ------ */

.news_s {
	font-size: 10px;
	line-height: 125%;
}

.news_l {
	font-size: 12px;
	line-height: 120%;
}

.copy {
	font-size: 10px;
	line-height: 110%;
}

.f10_130 {
	font-size: 10px;
	line-height: 130%;
}

.f10b_150 {
	font-size: 10px;
	line-height: 150%;
	font-weight: bold;
}

.f12_135 {
	font-size: 12px;
	line-height: 135%;
}

.f12_bold {
	font-size: 12px;
	line-height: 135%;
	font-weight: bold;
	color: #333333;
}

.f12_135g {
	font-size: 12px;
	line-height: 135%;
	color: #669933;
}

.f12_black {
	font-size: 12px;
	line-height: 135%;
	color: #333333;
}

.f12_com {
	font-size: 12px;
	line-height: 135%;
	padding: 3px 3px 3px 3px;
}

.f12b_135g {
	font-size: 12px;
	line-height: 135%;
	font-weight: bold;
	color: #669933;
	padding: 3px 3px 3px 3px;
}

.f14b {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.info_tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	color: #669933;
}




/* ------ メイン ------ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	font-size: 12px;
	color: #666666;
	background-image:url(../img/head_bg.gif);
	background-repeat:repeat-x;
	background-color: #EDEDED;
}
body{
        font-family: "ＭＳ Ｐゴシック",
        Osaka,sans-serif}



/* ------ リンクの設定 ------ */
a {
	color: #669933;
}
a:visited {
	color: #669933;
}
a:hover {
	color: #66CC33;
}

a.unline {
	text-decoration: none;
	color: #343399;
}
a.unline:visited {
	text-decoration: none;
	color: #343399;
}
a.unline:hover {
	text-decoration: underline;
	color: #003399;
}


