@charset "UTF-8";
/* CSS Document */
/*トップページ用*/



/*#main 本文*/

/*トップ*/
#top_txt{
	background-image:url(../images/top_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:350px;
}
#top_txt p{
	text-indent:1em;
	color:#006600;
	margin-left:0px;
	margin-right:0px;
}
/*ひだかクリッブ*/
#clip{
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
#clip h3{
	margin:0;
	padding:0;
	float:right;
	border:0 none;
	background-color:transparent;
}
#clip_img{
	float:left;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:8px;
	width:160px;
}
#clip_img img{
	width:160px;
}
#clip p{
	margin:0;
}
#clip_txt{
	float:left;
	width:370px;
}
#clip_txt p{
	margin-left:10px;
	margin-right:10px;
}
/*気温*/
#thermometer{
	float:right;
	width:120px;
	margin:5px;
	padding:5px;
	background-color:#E9E8E8;
}
#thermometer p{
	margin-left:0px;
	margin-right:0px;
}
#thermometer h4{
	margin:0;
	padding:0;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#thermometer table{
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
	width:100%;
}
#thermometer th{
	text-align:left;
	border-style:none;
	border-width:0;
	padding:0px;
	background-color:transparent;
	color:#000000;
}
#thermometer td{
	text-align:right;
	border-style:none;
	border-width:0;
	padding:0px;
}



/*トピックス、お知らせ*/
#topcic_list, #news_list{
	margin:10px 0px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
#main #topcic_list h3,
#main #news_list h3
{
	margin:0px;
	padding:0;
	border-style:none;
	border-width:0px;
	background-color:transparent;
}

/*項目*/
.headline{
	margin:2px;
	padding:4px;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
#main
.headline h4{
	color:#DE5900;
	margin:0;
}
