/*--------------- フォーム設定 --------------*/
form {
	margin: 0px;
}
/*--------------- リンク設定 --------------*/
A:link {
	color:#FF9900;
	text-decoration:none;
	}
A:visited {
	color:#FF9900;
	text-decoration:none;
	}
A:hover {
	color:#FF9900;
	text-decoration:underline;
	}
A:active {
	text-decoration:none;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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-brown {
	font-size: 12px;
	color:#AE7C48;
	line-height: 140%;
}
.lText-brown {
	font-size: 14px;
	color:#AE7C48;
	line-height: 140%;
}
.sText-brown {
	font-size: 10px;
	color:#AE7C48;
	line-height: 140%;
	}

/* 赤 */
.mText-red {
	font-size: 12px;
	color:#FF0000;
	line-height: 140%;
}
.lText-red {
	font-size: 14px;
	color:#FF0000;
	line-height: 140%;
}
.sText-red {
	font-size: 10px;
	color:#FF0000;
	line-height: 140%;
	}
	
body {
	background-image: url(img/main_bg.gif);
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
.news-box {
	width: 427px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.news-box2 {
	width: 860px;
	margin-bottom: 5px;
}
.date {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	background-image: url(common/line_bg01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 9px;
	margin-top: 0px;
	padding-top: 5px;
}
.honbun {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.spec {
	background-image: url(spec/img/spec_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bana-bg {
	background-image: url(banner/img/bg_sora.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 620px;
}
