/* /index.html */

/********************************
  topics列 
*********************************/
div.indexleftbox{
	width:604px;
	float:left;
}


/* topicsタイトル部分とお得情報とかいうやつ*/
div.topicstitle{
	width:604px;
	height:23px;
	background-image: url(../common/2dot_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 21px;
}
div.topicstitle h2.topics{
	float:left;
}
div.topicstitle p.otoku{
	float:right;
}


/* トピックス */
ul.topics{
	clear:both;
	width:604px;
	height:auto;
}
ul.topics li{
	clear:both;
	width:604px;
	font-size: 80%;
	color: #313111;
	background-image: url(../img/topics_dotline.gif);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 0px;
	float: left;
}
ul.topics li .news {
	padding-left: 10px;
	background-image: url(../img/topics_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	float: left;
}
ul.topics li .newsdate {
	display: block;
	float: right;
}
/* topicsのリンクは別色 */
ul.topics li a:link{
	color: #313111;
	text-decoration:none;
}
ul.topics li a:visited {
	color: #617799;
	text-decoration: none;
}
ul.topics li a:hover {
	color: #ad572d;
	text-decoration: none;
}
ul.topics li a:active {
	color: #c31c1c;
	text-decoration: underline;
}
/* topicsのリンクは別色 end */
ul.topics span.date{
	background-image: url(../img/bg_topicsdate.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 91px;
	margin-right:10px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float:left;
}



/* バナーs */
ul.link{
	clear:both;
	width:604px;
	height:auto;
	background-image: url(../common/2dot_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 5px;
	font-size:1px;
}
ul.link li{
	width:96px;
	display:box;
	float:left;
	margin-left:3px;
	margin-right:1px;
}


/* 今日の八ヶ岳 */
div.todays{
	width:244px;
	height:auto;
	float:right;
}
div.line{
	clear: both;
	background-image: url(../common/2dot_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
	font-size: 1px;
	line-height: 0px;
	width:870px;
}

div.banners {
	margin-top:5px;
}
.banners a {
	display: block;
	float: left;
	width: 101px;
	margin-right: 9px;
	_margin-right: 8px;
}
