/* CSS Document */
#topHeaderL {
	width: 302px;
	float: left;
}
#topHeaderR {
	width: 300px;
	float: right;
	font-size: 70%;
	color: #000000;
	background-color: #67D071;
	text-align: right;
}
#topHeader {
	width: 744px;
	margin-bottom: 22px;
}
#topFooter {
	width: 100%;
	height: 39px;
	color: #000000;
	font-size: 90%;
	background-color: #E5F1DB;
	border-top: 1px solid #009633;
	border-bottom: 1px solid #009633;
}

/* ↓トップページ下段 */
#topContents {
	width: 728px;
	margin-bottom: 12px;
}
#topLeft {
	width: 529px;
	float: left;
}
#topLeftBt {
	margin-bottom: 14px;
}
#topLeftNews {
	margin-bottom: 17px;
}
#topNewsTxt {
	width: 499px;
	background-image:url(../img/top_news_bkloop.gif);
	font-size: 85%;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#topRight {
	margin-top: 3px;
	float: right;
	width: 179px;
}
#topRightTxt {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	padding: 0 7px 7px;
	width: 165px;
	background-image: url(../img/area-top_sub_info-lp.gif);
	background-repeat: repeat-y;
}

#topCounter {
	margin-bottom: 14px;
}
#topBnr {
	width: 728px;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 5px;
}

/* ↓その他部分 */
.Rtn {
	width: 728px;
	color: #000000;
	background-color: #FFFBEF;
	font-size: 90%;
	text-align: right;
	padding: 0 0 5px 20px;	 /*'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/
}
.cL {
	clear: left;
}
.cB {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

