/* CSS Document */

/* ボディ */
body {
	background-image: url(img/back.gif);
	margin-top: 0px;
}

/* ベーシック */
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
body{
	color: #333333;
	font-size : 12px;


/* フォントサイズ制御 */

}
.h1{
	color: #ffffff;
	font-size : 12px;
	font-weight: bold;
	line-height : 160%;
}
.ss-small{
	color: #333333;
	font-size : 9px;
	line-height : 120%;
}
.s-small{
	color: #333333;
	font-size : 10px;
	line-height : 120%;
}
.small{
	color: #333333;
	font-size : 11px;
	line-height : 130%;
}
.small_r{
	color: #990000;
	font-size : 11px;
	line-height : 130%;
}
.normal{
	color: #333333;
	font-size : 12px;
	line-height : 140%;
}
.normal_a{
	color: #333333;
	font-size : 12px;
	line-height : 160%;
}
.normal_b{
	color: #333333;
	font-size : 12px;
	line-height : 160%;
	font-weight: bold;
}
.normal-b{
	color: #284B81;
	font-size : 12px;
	line-height : 140%;
}
.normal-wa{
	color: #284B81;
	font-size : 12px;
	line-height : 150%;
}
.normal-w{
	color: #ffffff;
	font-size : 12px;
	line-height : 150%;
}
.normal-foot{
	color: #ffffff;
	font-size : 14px;
	font-weight: bold; 
	line-height : 150%;
}
.big{
	color: #333333;
	font-size : 14px;
	line-height : 130%;
}
.extrabig{
	color: #333333;
	font-size : 20px;
	line-height : 130%;
}
.title{
	color: #333333;
	font-size : 14px;
	font-weight: bold; 
	line-height : 130%;
}
.title-w{
	color: #ffffff;
	font-size : 14px;
	font-weight: bold; 
	line-height : 130%;
}
.foot {
	color: #284B81;
	font-size : 12px;
	line-height : 160%;
}
