/* CSS Document */

/* ボディ */
body {
	margin-top: 0px;
	color: #333333;
	font-size : 12px;
	background-image:url(img/back.gif)
}

/* ベーシック */
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #003366;
	font-weight:bold;
	text-decoration: underline;
}


/* フォントサイズ制御 */

.h1{
	color: #FFFFFF;
	font-size : 12px;
}
.small{
	color: #333333;
	font-size : 10px;
	line-height : 130%;
}
.normal{
	color: #333333;
	font-size : 12px;
	line-height : 150%;
}
.normal_b{
	color: #333333;
	font-size : 12px;
	line-height : 150%;
	font-weight: bold;
}
.normal-c{
	color: #17476D;
	font-size : 12px;
	line-height : 150%;
	font-weight: bold;
}
.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%;
}

.title02{
	color: #CC3333;
	font-size : 16px;
	font-weight: bold; 
	line-height : 130%;
}

.kome{
	color: #990000;
	font-size : 10px;
	line-height : 130%; 
}

.foot {
	color: #AE791B;
	font-size : 10px;
	line-height : 140%;
}