@charset "Shift_JIS";

/*==============================================================
	contents.css
	
	history
		2011.04.02 kondo		new
==============================================================*/

/*------------------------------------------------------------------
	ƒgƒbƒv
------------------------------------------------------------------*/

.top .top_information {
	margin-top: 15px;
}
.top .top_information .info_tab {
	width: 740px; height: 31px;
	background: url(../img/bg_tab.gif) left bottom repeat-x;
}
.top .top_information .info_tab li {
	height: 31px;
	float: left;
	margin-right: 15px;
}
.top .top_information .info_tab li a {
	font-size: 0; line-height: 0;
	text-indent: -9999px;
	display: block;
	height: 31px;
}
.top .top_information .info_tab .infotab_news,
.top .top_information .info_tab .infotab_news_on {
	margin-left: 10px;
	display: inline;
}
.top .top_information .info_tab .infotab_news a { background: url(../img/nav_tab.gif) 0 0 no-repeat; width: 142px;}
.top .top_information .info_tab .infotab_event a { background: url(../img/nav_tab.gif) -142px 0 no-repeat; width: 141px;}
.top .top_information .info_tab .infotab_bloom a { background: url(../img/nav_tab.gif) -283px 0 no-repeat; width: 142px;}
/* hover */
.top .top_information .info_tab .infotab_news a:hover { background: url(../img/nav_tab.gif) 0 -31px no-repeat; width: 142px;}
.top .top_information .info_tab .infotab_event a:hover { background: url(../img/nav_tab.gif) -142px -31px no-repeat; width: 141px;}
.top .top_information .info_tab .infotab_bloom a:hover { background: url(../img/nav_tab.gif) -283px -31px no-repeat; width: 142px;}
/* on */
.top .top_information .info_tab .infotab_news_on a { background: url(../img/nav_tab.gif) 0 -31px no-repeat; width: 142px;}
.top .top_information .info_tab .infotab_event_on a { background: url(../img/nav_tab.gif) -142px -31px no-repeat; width: 141px;}
.top .top_information .info_tab .infotab_bloom_on a { background: url(../img/nav_tab.gif) -283px -31px no-repeat; width: 142px;}

.top .top_information .info_tab p {
	float: right;
	margin-top: 0px;
}

.top .top_information .info {
	width: 740px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
.top .top_information .info table {
	border-collapse: collapse;
	width: 720px;
}
.top .top_information .info table th,
.top .top_information .info table td {
	padding: 4px 10px;
	border-bottom: 1px dotted #333;
}
.top .top_information .info table td.icon_category {
	width: 8%;
	text-align: right;
	padding-right: 0;
}
.top .top_information .info table td.icon_park {
	width: 12%;
	text-align: right;
	padding-right: 0;
}

.top_recommend{
	height: auto;
	margin: 15px 0 0 0;

}

.top .top_recommend h3 {
	margin-bottom: 3px;
}

.top .top_recommend h4 {
	margin-bottom: 3px;
}



.top .top_recommend ul {
	width: 740px;
	clear: both;
	padding-top: 10px;
}
.top .top_recommend li {
	background: #fff;
	width: 167px;
	float: left;
	margin: 0 23px 0 0;
}
.top .top_recommend li span {
	display: block;
	padding: 2px 5px;
	text-decoration: underline;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.top .top_recommend li.last {
	margin-right: 0;
}
.top .top_recommend li a:link { color:#393939;}
.top .top_recommend li a:visited { color:#393939;}
.top .top_recommend li a:hover { color:#393939;}
.top .top_recommend li a:hover span { text-decoration: none;}
.top .top_recommend li a:active { color:#393939;}


.top_event,.top_map{
	margin-bottom: 25px;
}

