@charset "utf-8";
body{
	font-size	:12px;
	line-height: 120%;
	color: #333;
	background-color:#ffffff;
	background-image:url(../img/main_bg.gif);
	background-position: center;
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
}
a:link{
	color:#333333;
	text-decoration: none;
}
a:visited{
	color	:#333333;
	text-decoration		: none;
}
a:hover{
	color:#FF3300;
}
a:active{
	color:#FF3300;
	text-decoration		: none;
}

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}
img{vertical-align:bottom;}

/*文字設定*/
.style10 {
	font-size: 10px;
}
.style14 {
	font-size: 14px;
}
.style12_L120 {
	font-size: 12px;
	line-height: 120%;
}
