@charset "Shift_JIS";

/*	スタイルシート　[ 十島村役場：十島村について ]
=================================================================== */
/* 再定義 */
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */

.ulInline li {
	display: inline;
	line-height: 160%;
	margin: 0 8px 0 0;
}

/* 各島メイン画像 */
div#mainPhoto {
	margin: 10px 0 0 0;
}
/* 有人島 */
.islands {
	float: left;
	font-weight: bold;
	text-align: center;
	width: 310px;
}
.islands img {
	margin: 5px 0 0 0;
}
/* 無人島 */
.islands02 {
	float: left;
	font-weight: bold;
	text-align: center;
	width: 205px;
}
.islands02 img {
	margin: 5px 0 0 0;
}

/* 下線 */
div.main div.line_bottom {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: #ccc 1px dotted;
	width:100%;
}

div.main div.line_bottom02 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: #ccc 1px dotted;
	width:100%;
}

/* 宿泊画像 */
div.stay-img {
	float: left;
	width: 190px;
}
