@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	background: #FFFFFF;
	margin:0 padding:0;
	text-align: center; /* IE5対策 */
	background: url(/images/top_bg_town.jpg) center center / cover no-repeat fixed; /* 全面写真 */
}
h1, h2, h3, h4, h5, h6, p, ul{ margin-top: 0.5em; margin-bottom: 0.5em }
a {
	color: #5DC1CD;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
h1 {
	font-size: 160%;
	padding-top: 20px;
}
#container {
	max-width: 960px;
	margin: 0 auto;
}
#nav ul {
	width: 100%;
	height: auto;
	min-height: 200px;
	list-style-type: none;
	padding: 10px 15%;
}
#nav li {
	float: left;
	margin: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#nav li a {
	width: 150px;
	color: #fff;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 800px;
	-moz-border-radius: 800px;
	-webkit-border-radius: 800px;
	font-weight: bold;
	text-decoration: none;
}
#nav li:hover {
	-webkit-transform: scale( 1.5 );
	-moz-transform: scale( 1.5 );
}
#contents {
	clear: both;
	margin: 0 auto;
}
.pink a {
	background: #E67386;
}
.orange a {
	background: #f39800;
}
.green a {
	background: #57be8d;
}
.green2 a {
	background: #867ba9;
}
.blue a {
	background: #38b0de;
}
.button {
	margin: 20px auto; /* ブロック要素の中央揃え */
	display: block;
	color:#fff;
	font-weight: bold;
	background: #5DC1CD;
	text-decoration: none;
	border-style: solid;
	border-color: #BBE6EA;
	padding: 10px;
	width: 240px;
}
.button:hover {
	background:#FFFFFF;
	color:#5DC1CD;
}
#container #contents table {
	width: 100%;
	border: none;
	border-collapse:collapse;
	background:#ffffff;
}
#container #contents table tr td ul {
	list-style: circle outside;
}
#contents table th {
	background: #BBE6EA;
}
#contents table th, td {
	margin: 10px;
	border: 1px solid #5DC1CD;
	padding: 10px;
}
#contents p .mini {
	font-size: 12px;
}
