/*--------------- フォーム設定 --------------*/
form {
	margin: 0px;
}
/*--------------- リンク設定 --------------*/
A:link {
	color:#FFCC00;
	text-decoration:none;
	}
A:visited {
	color:#FFCC00;
	text-decoration:none;
	}
A:hover {
	color:#FFCC00;
	text-decoration:underline;
	}
A:active {
	text-decoration:none;
	}

/*---------------- テキスト基本設定 ----------------*/

.sText {
	font-size: 10px;
	line-height: 140%;
	}
	
.mText {
	font-size: 12px;
	line-height: 140%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}

/* 色つき */
/* 青 */
.mText-blue {
	font-size: 12px;
	color:#6699FF;
	line-height: 140%;
}
.lText-blue {
	font-size: 14px;
	color:#6699FF;
	line-height: 140%;
}
.sText-blue {
	font-size: 10px;
	color:#6699FF;
	line-height: 140%;
	}
/*   */
.mText-red {
	font-size: 12px;
	color:#FF0000;
	line-height: 140%;
}
.sText-white {
	font-size: 10px;
	color:#FFFFFF;
	line-height: 140%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
.body_index {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.body_top {
	background-image: url(img/kokuti.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333333;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
