/* CSS Document */

/* FLASH */
#mainimage {
	clear: both;
	float: left;
	height: 280px;
	width: 640px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

/* TOPICS */
#topics {
	padding-bottom: 15px;
	float: left;
	width: 640px;
	text-align: left;
	padding-left: 10px;
}

/* 新着情報 */
#news {
	line-height: 110%;
	float: left;
	width: 640px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#news .title{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #f8f8f8;
}
#news table {
	margin-bottom: 20px;
	font-size: 12px;
	color: #333333;
	background-color: #f8f8f8;
}
#news td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
#news td p{
	margin: 0px;
}
#news a {
	color: #333333;
	text-decoration:none;
}
#news a:hover {
	color: #6699CC;
}
#news table caption {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#topics .topics1 {
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
}
#topics .topics2 {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/* スポンサー */
#sponsor {
	width: 640px;
	height: auto;
	float: left;
	clear: both;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
}
#sponsor .banner1 {
	float: left;
	width: 200px;
	text-align: left;
	height: 80px;
	padding-right: 20px;
}
#sponsor .banner2 {
	float: left;
	width: 200px;
	text-align: center;
	height: 80px;
	padding-right: 20px;
}
#sponsor .banner3 {
	float: left;
	width: 200px;
	text-align: left;
	height: 80px;
}
#sponsor img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainbody #leftbody #topics .topics_under {
	padding-top: 10px;
}

