@charset "utf-8";
/* CSS Document */

#flash_box {
	height: 270px;
	width: 970px;
	margin: 10px 0 10px 0;
}
#linkBtnArea{
	width: 642px;
	float: left;
	padding-left: 20px;
}
.linkBtnLeft {
	float: left;
	width: 316px;
}
.linkBtnRight {
	float: left;
	width: 316px;
	margin-left: 10px;
}
#mainTop{
	margin-bottom:10px;
}
#topix {
	background-image: url(../img/topix_back.jpg);
	background-repeat: repeat-y;
	width: 636px;
	margin-top: 10px;
}
#topix #bnrArea {
	padding: 0 33px 8px 37px;
}
#topix .bnrLeft {
	display: inline;
	float: left;
	width: 259px;
	padding-top: 10px;
}
#topix .bnrRight {
	display: inline;
	float: right;
	width: 259px;
	padding-top: 10px;
}
#contentsL {
	float: right;
	width: 259px;
}
#contentsL p{
	margin-bottom: 5px;
}
#news {
	float: left;
	width: 662px;
	margin: 10px 0 20px 0;	
}
#newsCnt {
	padding: 15px 15px 0px 23px;
	margin-bottom: -10px;  
}
#newsCnt dt{
	float: left;
}
#newsCnt dt img{
	margin-right:5px;
}
#newsCnt dd{
	padding-left: 11em;
	margin: 0 0 10px 10px;
}
#newsCnt dt, #newsCnt dd {
	font-size: 1.2em;
	line-height: 1.3;
}
* html #newsCnt dt, * html #newsCnt dd {
	font-size: 1.2em;
	line-height: 1.3;
}
#newsCnt dd a {
	color: #333;
	text-decoration: none;
}
#newsCnt dd a:hover {
	color: #999;
	text-decoration: none;
}
#newsLink {
	text-align: right;
	font-size: 1.2em;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 7px;
}
#newsLink a {
	color: #333;
	text-decoration: none;
}
#newsLink a:hover {
	color: #999;
	text-decoration: none;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 0.7em;
	padding-left: 37px;
}

