/* /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;
	margin-top:10px;
	font-size: 80%;
	line-height:20px;
	color: #313111;
}
/* 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:241px;
	height:auto;
	float:right;
	background-image: url(../img/bg_today.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
div.todays div.todayhead{
	width:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
div.todays div.todayhead h2{
	width:81px;
	float:left;
}
div.todays div.todayhead div.rssbox{
	margin-top:3px;
	float:right;
}
div.todays img.todayphoto{
	clear:both;
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
}
div.todays p.date{
	margin-top:5px;
	margin-left:13px;
	margin-right:13px;
	font-size:80%;
	line-height:16px;
	color:#FFFFFF;
}
div.todays p.text{
	margin-top:3px;
	margin-left:13px;
	margin-right:13px;
	font-size:80%;
	line-height:16px;
	color:#FFFFFF;
	background-image: url(../img/today_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
}
div.todays p.text img{
	margin-top:2px;
	vertical-align: top;
	_vertical-align:middle;
}
div.todays div.todayfoot{
	font-size: 1px;
	background-image: url(../img/today_foot.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 241px;
}

