/* CSS Document */

/* ボディ */
body {
	background-color: #EFF7DF;
} 

/* ベーシック */
a:link {
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}

body{
	color: #333333;
	font-size : 12px;
}

/* フッター */
.foot {
	color: #333333;
	font-size : 12px;
	font-weight: bold;
	line-height : 160%;
}

/* フォントサイズ制御 */

.h1{
	color: #666666;
	font-size : 12px;
	font-weight: bold;
	line-height : 140%;
}
.ss-small{
	color: #333333;
	font-size : 9px;
	line-height : 120%;
}
.s-small{
	color: #333333;
	font-size : 10px;
	line-height : 120%;
}
.s-small_r{
	color: #990000;
	font-size : 10px;
	line-height : 120%;
}
.small{
	color: #333333;
	font-size : 11px;
	line-height : 130%;
}
.normal{
	color: #333333;
	font-size : 12px;
	line-height : 140%;
}
.normal_a{
	color: #333333;
	font-size : 12px;
	line-height : 170%;
}
.news{
	color: #333333;
	font-size : 12px;
	line-height : 140%;
}
.normal-w{
	color: #FFFFFF;
	font-size : 12px;
	line-height : 130%;
}
.big{
	color: #333333;
	font-size : 14px;
	line-height : 130%;
}
.big_w{
	color: #ffffff;
	font-size : 14px;
	line-height : 130%;
}
.extrabig{
	color: #333333;
	font-size : 20px;
	line-height : 130%;
}
.title{
	color: #005B9E;
	font-size : 13px;
	font-weight: bold; 
	line-height : 130%;
}
.title_r{
	color: #990000;
	font-size : 13px;
	font-weight: bold; 
	line-height : 130%;
}
.title02{
	color: #333333;
	font-size : 16px;
	font-weight: bold; 
	line-height : 130%;
}
.title_b{
	color: #005B9E;
	font-size : 16px;
	font-weight: bold; 
	line-height : 130%;
}
