/* ===================================
   ■BODY
   =================================== */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	}
/* ===================================
   ■LINK色
   =================================== */
a:link{color:#0000FF;text-decoration:underline}
a:visited{color:#0000FF;text-decoration:underline}
a:hover{color:#FF0000;text-decoration:underline}


h1{
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}

/* ===================================
   ■テキストサイズ（相対指定）
   =================================== */

.normal {
	font-size: 80%;
	line-height: 140%;
	color:#333333;
}

.small {
	font-size: 60%;
	line-height: 140%;
	color:#333333;
}

.small_x{
	font-size: 50%;
	line-height: 140%;
	color:#333333;
}

.large {
	font-size: 90%;
	line-height: 140%;
	color:#333333;
}

.large_x {
	font-size: 100%;
	line-height: 140%;
	color:#333333;
}


/* ===================================
   ■テキストサイズ（絶対指定）
   =================================== */
   
.style11px {
	font-size: 11px;
}
.style11px_l {
	font-size: 11px;
	line-height: 16px;
}

.style12px {
	font-size: 12px;
}
.style12px_l {
	font-size: 0.8em;
	line-height: 140%;
	color:#333333;
}

.style13px {
	font-size: 13px;
}
.style13px_l {
	font-size: 13px;
	line-height: 20px;
}

.style14px {
	font-size: 14px;
}
.style14px_l {
	font-size: 14px;
	line-height: 22px;
}

.style15px {
	font-size: 15px;
}
.style15px_l {
	font-size: 15px;
	line-height: 20px;
}

.style16px {
	font-size: 16px;
}
.style16px_l {
	font-size: 16px;
	line-height: 22px;
}

.style17px {
	font-size: 17px;
}
.style17px_l {
	font-size: 17px;
	line-height: 23px;
}
