/* CSS Document */

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

/* ベーシック */
a:link {
	color: #5C3F21;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #99CC66;
	text-decoration: none;
}

body{
	color: #333333;
	font-size : 12px;


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

}
.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_red{
	color: #990000;
	font-size : 11px;
	line-height : 130%;
}
.normal{
	color: #333333;
	font-size : 12px;
	line-height : 140%;
}
.normal_red{
	color: #990000;
	font-size : 12px;
	font-weight: bold; 
	line-height : 140%;
}
.normal_br{
	color: #5C3F21;
	font-size : 12px;
	line-height : 140%;
}
.normal_a{
	color: #333333;
	font-size : 12px;
	line-height : 160%;
}
.normal-w{
	color: #FFFFFF;
	font-size : 12px;
	line-height : 130%;
}
.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_br{
	color: #78522B;
	font-size : 14px;
	font-weight: bold; 
	line-height : 130%;
}
.h1{
	color: #333333;
	font-size : 12px;
	font-weight: bold; 
	line-height : 140%;
}
.foot {
	color: #FFFFFF;
	font-size : 12px;
	line-height : 160%;
}