@charset "utf-8";
/*///////////////////////////////

	トップページ左右コンテンツ

///////////////////////////////*/

@import "urgent.css";		/* 緊急情報 */
@import "menu-index.css";	/* インデックスメニュー */
@import "menu-button.css";	/* ボタンメニュー */
@import "menu-banner.css";	/* バナーメニュー */
@import "menu-genre.css";	/* ジャンル */
@import "msg-board.css";	/* 情報板 */
@import "calendar.css";		/* カレンダー */
@import "population.css";	/* 人口 */
@import "sun-tide.css";		/* 日の出・日の入・潮位 */
@import "counter.css";		/* カウンター */
@import "advertise-spot.css";	/* スポット広告 */

.side {
	margin: 0 14px 0 0;
	padding: 0;
	width: 171px;
	height: auto !important;
}
/* class(frame-top, frame-bottom)の重複除去 */
.side-left .menu-banner .frame-top,
.side-left .menu-banner .frame-bottom,
.side-left .menu-index .frame-top,
.side-left .menu-index .frame-bottom,
.side-left .msg-board .frame-top,
.side-left .msg-board .frame-bottom,
.side-left .calendar .frame-top,
.side-left .calendar .frame-bottom {
	display: none;
}