@charset "utf-8";
/* CSS Document */

#contents {
	padding: 10px 10px 0;
}

.leftarea {
	width: 560px;
	float: left;
	padding: 0 0 10px;
}
.rightarea {
	width: 210px;
	float: right;
	padding: 0 0 10px;
}
/* flash */
#flash {
	width: 558px;
	height: 198px;
	border: solid 1px #999;
}

.latovImg {
	widht: 208px;
	height: 198px;
	border: solid 1px #999;
}
.latovbunner {
	width: 208px;
	height: 184px;
	border: solid 1px #999;
}
/* 新着情報 */
#news {
	width: 560px;
	height: auto;
}
#news h2 {
	width: 560px;
	height: 32px;
	background: url(../images/index/h2news.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#news .newBox {
	width: 452px;
	height: 159px;
	padding: 0 0 0 108px;
	background: url(../images/index/new_img.gif) no-repeat 0 0;
}
#news dl {
	width: 431px;
	height: 138px;
	padding: 8px 10px 7px;
	overflow: auto;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	
	font-family: "ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#news dt {
	width: 75px;
	height: auto;
	float: left;
	clear: both;
}
#news dd {
	/*width: 337px;*/
	width: 354px;
	height: auto;
	border-bottom: dotted 1px #999;
	margin: 0 0 7px -75px;
	padding: 0 0 7px 75px;
	float: left;
}

