@charset "UTF-8";
/* CSS Document */
/*トップページ用css*/

/****サイド*****/

#sideber p{
	color:#000000;
}
/*地図リンク*/
.map{
	margin:50px 0px 0px 0px;
}
/****本文*****/
/*おしらせ*/
#topics_box {
	border: 1px solid #999999;
	margin:5px 0px;
}
#topics_box h3{
	padding:0px;
	margin:0px;
}
#topics_box ul{
	margin:0px;
	padding:5px;
	list-style-type:none;
}
#topics_box li{
	background-image:url(../image/i_new.gif);
	background-repeat:no-repeat;
	background-position:left top;
	/*background-position:left center;*/
	text-indent:20px;
	line-height:22px;
}
/*トピックス画像*/
#topics{
	text-align:left;
	margin:0px;
	width:480px;
	height:30px;
	padding:0px;
	background:url(../image/topic1.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
#topics2 a{
	text-align:left;
	margin:0px;
	width:78px;
	height:30px;
	padding:0px;
	background:url(../image/topic_oldlist.gif) no-repeat;
	text-indent:-9999px;
	float:right;
}
#topics2 a:hover{
	background-position:0px -30px;
}
#topics3 a{
	text-align:left;
	margin:0px;
	width:78px;
	height:30px;
	padding:0px;
	background:url(../image/topic_bk.gif) no-repeat;
	text-indent:-9999px;
	float:right;
}
#topics3 a:hover{
	background-position:0px -30px;
}
