@charset "utf-8";
/* CSS Document */

#flash_box {
	height: 270px;
	width: 970px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#linkBtn01 {
	float: left;
	width: 636px;
	display: inline;
}
#linkBtn02 {
	float: right;
	width: 326px;
	display: inline;
}
#topix {
	background-image: url(../img/topix_back.jpg);
	background-repeat: repeat-y;
	width: 636px;
	margin-top: 10px;
}
#topix #bnrArea {
	padding-right: 33px;
	padding-bottom: 8px;
	padding-left: 37px;
}

#topix .bnrLeft {
	display: inline;
	float: left;
	width: 259px;
	padding-top: 10px;
}
#topix .bnrRight {
	display: inline;
	float: right;
	width: 259px;
	padding-top: 10px;
}
#contentsL {
	display: inline;
	float: left;
	width: 636px;
}
#news {
	margin-top: 10px;
	background-image: url(../img/news_back.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 326px;
	display: inline;
	margin-left: 8px;
}
#newsCnt {
	padding: 15px;
	height: 215px;
}
#newsCnt dt, #newsCnt dd {
	font-size: 0.8em;
	line-height: 130%;
	letter-spacing: 0.08em;
}
* html #newsCnt dt, * html ##newsCnt dd {
	font-size: 0.8em;
	line-height: 140%;
	letter-spacing: 0.08em;
}
#newsCnt dd {
	margin-left: 1em;
	margin-bottom: 10px;
}
#newsCnt dd a {
	color: #333;
	text-decoration: underline;
}
#newsLink {
	text-align: right;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 7px;
}
#newsLink a {
	color: #333;
	text-decoration: underline;
}

