/**
 * お知らせ
 */
#contents #main #main-box .news {
	height: 40px;
	padding: 19px 0 0 210px;
}

/**
 * 内容
 */
#contents #main #main-box #contents-area {
	margin: 10px 0 0 0;
}

*html #contents-area {
	position: relative;
	top: -20px;
}

/**
 * プラン
 */
#contents #main #main-box #contents-area .plan {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	text-indent: -9999px;
	background-image: url(images/plan.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

/**
 * 特徴
 */
#contents #main #main-box #contents-area .point {
	width: 100%;
	height: 30px;
	/*margin-top: 30px;*/
	text-indent: -9999px;
	background-image: url(images/point.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

/**
 * 観光・イベント情報
 */
#contents #main #main-box #contents-area .event {
	width: 100%;
	height: 52px;
	margin-top: 30px;
	text-indent: -9999px;
	background-image: url(images/event.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-attachment: scroll;
}

/**
 * 一押しスポット
 */
#contents #main #main-box #contents-area .sightseeing {
	width: 100%;
	height: 52px;
	margin-top: 30px;
	text-indent: -9999px;
	background-image: url(images/sightseeing.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-attachment: scroll;
}

/**
 * 内容記事３つ
 */
#contents #main #main-box #contents-area .box3 {
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
	list-style: none;
}

#contents #main #main-box #contents-area .box3 h3 {
	font-size: 1.0em;
}

#contents #main #main-box #contents-area .box3 li {
	width: 200px;
	float: left;
	margin-right: 25px;
}

#contents #main #main-box #contents-area .box3 li {
	margin-right: 15px;
}

#contents #main #main-box #contents-area .box3 a {
	/*font-weight: bold;*/
}

#contents #main #main-box #contents-area .box3 img {
	margin-bottom: 8px;
}

#contents #main #main-box #contents-area .box3 span {
	display: block;
	width: 200px;
	margin-top: 3px;
	padding-left: 3px;
	border-left: solid 3px #6B5200;
}

#contents #main #contents-area .box2 {
	width: 300px;
}

#contents #main #contents-area .box2 ul {
	margin-top: 15px;
}

#contents #main #contents-area .box2 li {
	margin-bottom: 15px;
}

#contents #main #contents-area .box2 img {
	margin-right: 12px;
}

/**
 * 2階層目
 */
.midasi {
	width: 589px;
	color: #6B5200;
	font-size: 1.4em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.img01 {
	width: 216px;
	display: block;
	margin-right: 20px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}

.img01 img, .img03 img {
	border: 8px solid #fefefe;
}

.img02 img {
	padding: 8px;
	background-image: url(com/images/img_bg.gif);
}


.mainbox {
	margin-bottom: 50px;
}

.mainbox div {
	width: 286px;
	float: left;
	margin-right: 20px;
}

*html .mainbox div {
	margin-right: 19px;
}

.mainbox h3 {
	margin-top: 5px;
}

.box {
	margin-bottom: 30px;
}

.box div {
	width: 323px;
	float: left;
	margin-right: 20px;
}

.subbox {
	margin-bottom: 50px;
}

.subbox div {
	width: 176px;
	float: left;
	margin-right: 29px;
}

*html .subbox div {
	margin-right: 27px;
}

.subbox h3 {
	margin-top: 5px;
}

.subbox small {
	display: block;
	margin-top: 5px;
}

.img03 {
	width: 176px;
	display: block;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}


.img02 {
	width: 286px;
	display: block;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}


#contents-area h3 {
	color: #444;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#contents-area table {
	width: 95%;
	margin-top: 10px;
	border: 1px solid #bfbfbf;
}

#contents-area td, th {
	margin-top: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px dotted #b0b0b0;
	background-color: #FAFAFA;
}

#contents-area th {
	width: 30%;
}

.etc {
	width: 92%;
	padding: 10px;
	background-color: #EDEADC;
	border: 1px dotted #7D7C77;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/**
 * サイトマップ
 */
.sitemap ul {
	padding-left: 25px;
}

.sitemap li {
	list-style-type: disc;
	padding: 3px 0 0 0;
}

/**
 * よくある質問
 */
.faq h2 {
	font-size: 1.1em;
}

.faq dl {
	margin: 15px 0 20px 0;
}

.faq dt {
	display: block;
	font-weight: bold;
	padding: 0 0 5px 28px;
	border-bottom: 1px dotted #b0b0b0;
	background-image: url(images/faq/q.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	background-attachment: scroll;
}

.faq dd {
	display: block;
	padding: 5px 0 8px 27px;
	border-bottom: 1px solid #ddd;
	background-image: url(images/faq/a.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-attachment: scroll;
}

