/* ================ トップページ ================ */ 

.item {
	float: left;
	width: 500px;
	text-align: left;
}
.login {
width:230px
}
.topnews-h2 {
	width: 500px;
	height: 24px;
	margin-top: 10px;
//	margin-bottom: 10px;
	font-size: 50%;
	background: url(../img/topnewsTitle.gif);
	text-indent: -9999px;
}
.topnews {
	width: 500px;
//	margin-top: 10px;
	margin-bottom: 10px;
	height: 80px;
//	overflow: scroll;
	overflow: auto;
}
.topnews h2 {
	width: 500px;
	height: 24px;
	font-size: 50%;
	background: url(../img/topnewsTitle.gif);
	text-indent: -9999px;
}
.topnews ul{
	list-style: none;
}
.topnews li {
	width: 500px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/topnewsLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topnews table {
	width: 480px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/topnewsLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.toprecommend {
	width: 500px;
}
.toprecommend h2 {
	width: 500px;
	height: 24px;
	font-size: 50%;
	background: url(../img/toprecommendTitle.gif);
	text-indent: -9999px;
}
.toprecommend h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
.toprecommend img {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.toprecomendblock {
	clear: both;
}
.toprecomendleft{
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 10px;
}
.toprecomendright{
	float: right;
	width: 250px;
	text-align: left;
	margin-top: 10px;
}

.toplineup {
	clear: both;
	width: 500px;
	padding-top: 10px;
}
.toplineup h2 {
	width: 500px;
	height: 24px;
	font-size: 50%;
	background: url(../img/toplineupTitle.gif);
	text-indent: -9999px;
}
.toplineup ul{
	clear: both;
	list-style: none;
}
.toplineup li {
	float: left;
	width: 160px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top:10px;
	padding-bottom: 20px;
	text-align: center;
}
.toplineup img {
	border: 0;
}