@charset "utf-8";
/* ===================================================================
CSS information

 file name  :areainfo.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* キャッチコピー */
#areainfo #sst_title {
	margin-bottom:16px;
	width:680px;
	height:23px;
	line-height: 1;
	background: url(../areainfo/images/sst_title.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* まつりごよみ */
#areainfo #page #bg_contents #contents #contents_over #main #sst_event {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background:url(../areainfo/images/sst_event.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 特産品 */
#areainfo #page #bg_contents #contents #contents_over #main #sst_tokusan {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background:url(../areainfo/images/sst_tokusan.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* まつりごよみ
----------------------------------------------------------- */

#areainfo #event_box {
	width:680px;
	overflow:hidden;
	}
	
#areainfo #event_box #event_right {
	float:right;
	}
	
#areainfo #event_box #event_right p {
	margin:5px 0 10px 0;
	text-align:right;
	}
	
/* テーブル */	
#areainfo #event_box table {
	margin:1px 0 0 1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float:left;
	}
	
#areainfo #event_box table th {
	background: #F5EDE3;
	text-align:center;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#areainfo #event_box table td {
	padding:10px;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* 特産品
----------------------------------------------------------- */

#areainfo .tokusan_box {
	width:680px;
	overflow:hidden;
	margin:0 0 15px 0;
	}
	
#areainfo .tokusan_box img {
	float:left;
	}
	
#areainfo .tokusan_box .tokusan_right {
	float:right;
	width:400px;
	}
	
#areainfo .tokusan_box h4 {
	text-indent:-9999px;
	}
	
#areainfo .tokusan_box h4#copy_mikan {
	background:url(../areainfo/images/mikan_copy.gif) left center no-repeat;
	width:231px;
	height:13px;
	}
	
#areainfo .tokusan_box h4#copy_maguro {
	background:url(../areainfo/images/maguro_copy.gif) left center no-repeat;
	width:221px;
	height:15px;
	}
	
#areainfo .tokusan_box p {
	margin:15px 0 0 0;
	clear:both;
	}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

#areainfo #page #bg_contents #contents #contents_over #main #sst_shuhen {
}

