﻿@charset "utf-8";

/***************** Layout用 *****************/

/* ------------------------------------------------------------------------------------------------------ トップページ */

#top-cover {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

#top-left {
	float: left;
	width: 670px;
}

/***** トップ・PRムービー *****/

.bnr-pr {
	width: 618px;
	margin: 0 0 30px;
	padding: 11px;
	background-image: url(../common/bg_sline.gif);
}

.bnr-pr > div {
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
}

.bnr-pr > div h3 {
	margin: 0;
	padding: 0;
}

.bnr-pr > div ol {
	margin: 6px -15px 0 0;
	padding: 0;
	letter-spacing: -0.4em;
	list-style: none;
}

.bnr-pr > div ol li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: top;
	letter-spacing: normal;
}

.bnr-pr > div ol li a {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.bnr-pr > div ol li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/***** トップ・お知らせ *****/
#top-info {
	width: 640px;
	margin: 0 0 30px;
}

	#top-info #lbl-topinfo {
		width: 640px;
		height: 35px;
		background: url(../images/lbl_topinfo.gif) no-repeat;
	}

		#top-info #lbl-topinfo h2 {
			float: left;
			width: 120px;
			height: 35px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}

		#top-info #lbl-topinfo img {
			float: right;
			margin: 2px 0 0;
		}

	#top-info dl {
		margin: 5px 0 0;
		padding: 0;
	}

	#top-info dt {
		clear: left;
		float: left;
		width: 110px;
		margin: 0;
		padding: 10px 0 8px;
	}

	#top-info dd {
		margin: 0;
		padding: 10px 0 8px 110px;
		border-bottom: 1px solid #c4beb1;
		font-weight: bold;
	}

.top-colbox {
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
	padding: 0 15px 15px;
	background: #f2f2f2;
	border: 5px solid #d9d9d9;
}

/* 分岐用class */
#top-plan,
#top-voice {
}

	.top-colbox h2 {
		height: 85px;
		margin: 0 0 4px;
		padding: 0;
		overflow: hidden;
	}
		
		.top-colbox h2 a {
			display: block;
			height: 100%;
			text-decoration: none;
			text-indent: -9999px;
		}

		/* 分岐・タイトル画像 */
		.top-colbox #top-plan h2	{ background: url(../images/ttl_top-plan.gif) no-repeat; }
		.top-colbox #top-voice h2	{ background: url(../images/ttl_top-voice.gif) no-repeat; }

	.top-colbox .colbox-innr {
		width: 270px;
		padding: 0 0 5px;
	}

		/* 分岐・背景画像 */
		.top-colbox #top-plan .colbox-innr	{ background: #09090b url(../images/bg_newplan.jpg) no-repeat; }
		.top-colbox #top-voice .colbox-innr	{ background: #5f7863 url(../images/bg_newvoice.jpg) no-repeat; }

		.top-colbox .colbox-innr h3 {
			height: 110px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		} 

		.top-colbox .colbox-innr .top-news {
			width: 250px;
			margin: 2px auto 0;
			padding: 5px;
			background: #fff;
		}

			.top-colbox .colbox-innr .top-news .top-newstext {
				float: right;
				width: 150px;
				text-align: justify;
				text-justify: distribute;
			}

				.top-colbox .colbox-innr .top-news .top-newstext p {
					margin: 3px 0 0;
					line-height: 1.4em;
				}

			.top-colbox .colbox-innr .top-news .top-newsphoto {
				float: left;
				width: 90px;
				height: 60px;
				overflow: hidden;
			}

				.top-colbox .colbox-innr .top-news .top-newsphoto a {
					display: block;
					height: 60px;
					text-decoration: none;
					text-indent: -9999px;
				}


/***********************************************
 トップ物件表示
 ***********************************************/

.top-housing {
	position: relative;
	width: 640px;
	margin-top: 30px;
}

	.top-housing h2 {
		width: 640px;
		height: 36px;
		margin: 0;
		padding: 0;
		background-repeat: no-repeat;
	}

	.top-housing h2 a {
		display: block;
		height: 100%;
		text-decoration: none;
		text-indent: -9999px;
	}

	.top-housing .btn-link {
		position: absolute;
		top: 2px;
		right: 0;
	}

/***** 物件数リンク *****/
	.top-housing .linkcount {
		margin: 20px 0;
		padding: 14px;
		background-color: #fff;
		border: 1px solid #d9d9d9;
		text-align: center;
	}

	.top-housing .linkcount a {
		font-size: 1.2em;
		line-height: 1.0em;
		font-weight: bold;
	}

	.top-housing .linkcount a:before {
		content: url(../common/icon_arrow_L.gif);
		display: inline-block;
		margin-right: 6px;
		vertical-align: baseline;
	}

	/* 空き家バンク時 */
	.top-housing.top-akiya .linkcount a:before {
		content: url(../common/icon_arrow2_L.gif);
	}

	.top-housing .housing-innr {
		margin-right: -20px;
		letter-spacing: -0.4em;
	}

		.top-housing .housing-innr > div {
			display: inline-block;
			width: 310px;
			margin: 20px 20px 0 0;
			letter-spacing: normal;
			*zoom:1;
		}
		.top-housing .housing-innr > div:before,
		.top-housing .housing-innr > div:after { content: ""; display: table; }
		.top-housing .housing-innr > div:after { clear: both; }

			.top-housing .housing-innr > div h3 {
				min-height: 16px;
				margin: 0 0 5px;
				padding: 0 0 0 30px;
				background-repeat: no-repeat;
				font-size: 1.2em;
			}

			/* 分岐・賃貸or販売アイコン */
			.top-lease h3	{ background-image: url(../common/icon_lease.gif); }
			.top-house h3	{ background-image: url(../common/icon_house.gif); }
			.top-land h3	{ background-image: url(../common/icon_land.gif); }
			.top-lland h3	{ background-image: url(../common/icon_lland.gif); }


/* 間取り＆面積 */
.newh-text {
	float: right;
	width: 180px;
	padding-top: 3px;
	font-size: 0.9em;
	line-height: 1.5em;
}

	.newh-text .top-price {
		position: relative;
		width: 133px;
		margin-top: 10px;
		padding: 11px 0 6px 45px;
		background-color: #f2f2f2;
		background-position: left center;
		background-repeat: no-repeat;
	}

		.newh-text .top-price img {
			position: absolute;
			top: -9px;
			right: -1px;
		}

		.newh-text .top-price strong {
			font-size: 1.6em;
		}

/* 物件写真 */
.newh-photo {
	position: relative;
	float: left;
	width: 116px;
	height: 86px;
	padding: 1px;
	background-color: #fff;
	background-image: url(../common/img_notimage_L.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #c4beb1;
}

	.newh-photo .img-new-s {
		position: absolute;
		top: -2px;
		left: -2px;
	}

	.newh-photo div {
		height: 100%;
		overflow: hidden;
	}

	.newh-photo a {
		display: block;
		height: 100%;
		text-decoration: none;
		text-indent: -9999px;
	}


/***** トップ・空き家バンク *****/

	.top-akiya h2 { background-image: url(../images/lbl_topakiya.png); }

		.top-akiya .newh-text .top-price {
			border: 1px solid #e07729;
		}

		/* 分岐・賃料or価格アイコン */
		.top-akiya .top-lease .top-price,
		.top-akiya .top-lland .top-price	{ background-image: url(../images/img_price_lease.png); }
		.top-akiya .top-house .top-price,
		.top-akiya .top-land .top-price		{ background-image: url(../images/img_price_sale.png); }


/***** トップ・不動産情報 *****/

	.top-fudou h2 { background-image: url(../images/lbl_tophousing.png); }

		.top-fudou .newh-text .top-price {
			border: 1px solid #23afc0;
		}

		/* 分岐・家賃or価格アイコン */
		.top-fudou .top-lease .top-price	{ background-image: url(../images/img_price_lease.gif); }
		.top-fudou .top-house .top-price,
		.top-fudou .top-land .top-price		{ background-image: url(../images/img_price_sale.gif); }



/* ------------------------------------------------------------------------------------------------------ 上天草市概要 */

#outline-main {
	width: 640px;
	margin: 0 0 40px;
	padding: 335px 0 0;
	background: url(../outline/images/img_outline_main.jpg) no-repeat;
}

	#outline-main h3 {
		margin: 0 0 5px;
		padding: 0;
		font-size: 1.4em;
	}

#outline-info {
	width: 638px;
	background: url(../outline/images/bg_outlineinfo.gif) repeat-y;
	border: 1px solid #c4beb1;
}

/* 分岐用class */
#col-insti,
#col-sight,
#col-event {
}

	#col-insti,
	#col-sight { margin: 0 1px 0 0; }

	#outline-info .col-outline {
		float: left;
		width: 212px;
		padding: 0 0 14px;
	}

		#outline-info .col-outline h3 {
			height: 74px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}

			/***** 分岐・タイトル画像 *****/
			#outline-info #col-insti h3	{ background: url(../outline/images/lbl_institution.gif) no-repeat; }
			#outline-info #col-sight h3	{ background: url(../outline/images/lbl_sightseeing.gif) no-repeat; }
			#outline-info #col-event h3	{ background: url(../outline/images/lbl_event.gif) no-repeat; }

		#outline-info .col-outline .outline-photo {
			width: 180px;
			padding: 9px 16px 14px;
			border-bottom: 1px solid #c4beb1;
		}

			#outline-info .col-outline .outline-photo img { margin: 5px 0 2px; }

		#outline-info .col-outline ul {
			width: 180px;
			margin: 14px auto 0;
			padding: 0;
			list-style: none;
		}

		#outline-info .col-outline li {
			margin: 0;
			padding: 0 0 0 10px;
		}

			/***** 分岐・リストアイコン *****/
			#outline-info #col-insti li { background: url(../outline/images/icon_blue.gif) 0 6px no-repeat; }
			#outline-info #col-sight li { background: url(../outline/images/icon_green.gif) 0 6px no-repeat; }
			#outline-info #col-event li { background: url(../outline/images/icon_red.gif) 0 6px no-repeat; }

		#outline-info .col-outline .outline-foot {
			width: 180px;
			margin: 0 auto;
			text-align: right;
		}



/* ------------------------------------------------------------------------------------------------------ 不動産情報 */

#housing-search {
	width: 638px;
	margin: 20px 0 30px;
	background: #fafafa;
	border: 1px solid #C4BEB1;
}

	#housing-search h4 {
		height: 28px;
		margin: 0;
		padding: 0;
		background: #ded7c8 url(../housing/images/lbl_search.gif) 17px center no-repeat;
		border-bottom: 1px solid #c4beb1;
		text-indent: -9999px;
	}

	#housing-search div {
		height: 24px;
		padding: 18px 19px;
	}

	#housing-search dl {
		float: left;
		margin: 0;
		padding: 0;
	}

	#housing-search dt {
		float: left;
		margin: 0;
		padding: 2px 0 0;
		font-size: 1.2em;
	}

	#housing-search dd {
		float: left;
		margin: 0;
		padding: 0 25px 0 0;
	}

		#housing-search dd select {
			width: 110px;
			height: 24px;
			border: 1px solid #c4beb1;
		}

	#housing-search input {
		float: left;
		width: 24px;
		height: 24px;
		border: none;
		background: url(../housing/images/btn_search_out.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
	}

		#housing-search input:hover { background: url(../housing/images/btn_search_over.gif) no-repeat; }

#housing-head {
	width: 640px;
	margin: 20px 0 10px;
}

	#housing-head h3 {
		margin: 0 0 12px;
		padding: 0;
		font-size: 1.6em;
		font-weight: normal;
	}

#housing-list {
	width: 638px;
	margin: 0 0 25px;
	background: #fafafa;
	border-top: 1px solid #c4beb1;
	border-right: 1px solid #c4beb1;
	border-left: 1px solid #c4beb1;
}

	#housing-list .houselist-cover {
		position: relative;
		width: 590px;
		padding: 19px 24px;
		border-bottom: 1px solid #c4beb1;
	}

		#housing-list .houselist-cover .img-new-l {
			position: absolute;
			top: 0;
			left: 0;
		}

		#housing-list .houselist-cover .iconinfo {
			position: absolute;
			top: 123px;
			left: 178px;
		}

		#housing-list .houselist-cover .hlist-text {
			float: right;
			width: 365px;
			padding: 4px 0 0;
		}

			#housing-list .houselist-cover .hlist-text p { margin: 0; }

			#housing-list .houselist-cover .hlist-text h4 {
				margin: 10px 0 13px;
				padding: 0;
				font-size: 1.8em;
			}

			#housing-list .houselist-cover .hlist-text h5 {
				min-height: 15px;
				margin: 0 0 5px;
				padding: 0 0 0 70px;
				background: url(../housing/images/img_point.gif) 0 1px no-repeat;
				font-size: 1.0em;
				font-weight: normal;
			}

			#housing-list .houselist-cover .hlist-text table {
				width: 363px;
				margin: 0;
				border-collapse: collapse;
				border-spacing: 0;
				border: 1px solid #c4beb1;
			}

			#housing-list .houselist-cover .hlist-text th {
				width: 33%;
				padding: 5px 0 3px;
				background: #23afc0;
				border: 1px solid #c4beb1;
				color: #fff;
			}

			#housing-list .houselist-cover .hlist-text td {
				padding: 8px 0 6px;
				text-align: center;
				border: 1px solid #c4beb1;
			}

		#housing-list .houselist-cover .hlist-photo {
			float: left;
			width: 194px;
			height: 144px;
			background: #fff url(../common/img_notimage_L.gif) center no-repeat;
			border: 3px solid #d9d9d9;
		}

			#housing-list .houselist-cover .hlist-photo div {
				height: 144px;
				overflow: hidden;
			}

				#housing-list .houselist-cover .hlist-photo div a,
				#housing-list .houselist-cover .hlist-photo div span {
					display: block;
					height: 144px;
					text-decoration: none;
					text-indent: -9999px;
				}



/* ------------------------------------------------------------------------------------------------------ 不動産情報・詳細 */

#housing-ttl {
	width: 640px;
	margin: 20px 0 0;
	background: url(../housing/images/bg_housingtitle.gif) center repeat-y;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #23afc0;
}

	#housing-ttl th {
		padding: 12px 14px;
		text-align: left;
		font-weight: normal;
	}

		#housing-ttl th p { margin: 0 0 5px; }

		#housing-ttl th h3 {
			margin: 0 0 5px;
			padding: 0;
			font-size: 1.8em;
		}

		#housing-ttl th dl {
			margin: 0;
			padding: 0;
		}

		#housing-ttl th dt {
			float: left;
			margin: 0;
			padding: 0;
		}

		#housing-ttl th dd {
			float: left;
			margin: 0;
			padding: 1px 10px 0 0;
		}

	#housing-ttl td {
		width: 149px;
		text-align: center;
		font-size: 1.2em;
		color: #fff;
	}

		#housing-ttl td strong {
			font-size: 1.4em;
		}

#housing-point {
	width: 640px;
	margin: 20px 0 0;
}

	#housing-point h4 {
		margin: 0;
		padding: 0 0 0 70px;
		background: url(../housing/images/img_point.gif) 0 1px no-repeat;
		font-size: 1.0em;
	}

	#housing-point table {
		width: 640px;
		margin: 10px 0 0;
		background: #fafafa;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #c4beb1;
	}

	#housing-point col.colwidth {
		width: 94px;
	}

	#housing-point th {
		padding: 6px 0 4px;
		background: #23afc0;
		border: 1px solid #c4beb1;
		font-weight: normal;
		color: #fff;
	}

	#housing-point td {
		padding: 8px 0 6px;
		border: 1px solid #c4beb1;
		text-align: center;
	}

#col-houphoto {
	float: left;
	width: 330px;
	margin: 30px 0 20px;
}

	#col-houphoto #housing-main {
		width: 304px;
		height: 224px;
		border: 3px solid #d9d9d9;
		background: #fff url(../common/img_notimage_LL.gif) center no-repeat;
	}

		#col-houphoto #housing-main div {
			height: 224px;
			overflow: hidden;
		}

			#col-houphoto #housing-main div a {
				display: block;
				height: 224px;
				text-decoration: none;
				text-indent: -9999px;
			}

	#col-houphoto .housing-pho {
		float: left;
		width: 94px;
		height: 94px;
		margin: 5px 5px 0 0;
		background: #fff;
		border: 3px solid #d9d9d9;
	}

		#col-houphoto .housing-pho div {
			height: 94px;
			overflow: hidden;
		}

			#col-houphoto .housing-pho div a {
				display: block;
				height: 94px;
				text-decoration: none;
				text-indent: -9999px;
			}

#col-houdetails {
	float: right;
	width: 310px;
	margin: 30px 0 20px;
}

	#col-houdetails #btn-madori {
		width: 310px;
		height: 50px;
		margin: 0 0 15px;
		background: url(../housing/images/btn_madori_out.jpg) no-repeat;
		overflow: hidden;
	}

		#col-houdetails #btn-madori a {
			display: block;
			height: 50px;
			text-decoration: none;
			text-indent: -9999px;
		}

			#col-houdetails #btn-madori a:hover { background: url(../housing/images/btn_madori_over.jpg) no-repeat; }


	#col-houdetails table {
		width: 310px;
		background: #fafafa;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #c4beb1;
	}

	#col-houdetails th {
		width: 90px;
		padding: 11px 0 8px;
		background: #23afc0;
		border: 1px solid #c4beb1;
		vertical-align: top;
		font-weight: normal;
		color: #fff;
	}

	#col-houdetails td {
		padding: 11px 10px 8px;
		border: 1px solid #c4beb1;
	}

#housing-map {
	clear: both;
	width: 640px;
	margin: 0 0 30px;
}

	#housing-map h4 {
		height: 35px;
		margin: 0 0 15px;
		padding: 0;
		background: url(../housing/images/lbl_map.gif) no-repeat;
		text-indent: -9999px;
	}

	#housing-map #mapfrm {
		width: 640px;
		height: 350px;
	}

#housing-agency {
	width: 640px;
}

	#housing-agency h4 {
		height: 35px;
		margin: 0 0 15px;
		padding: 0;
		background: url(../housing/images/lbl_agency.gif) no-repeat;
		text-indent: -9999px;
	}

	#housing-agency #agency-photo {
		float: left;
		width: 156px;
		background: #fff;
		border: 1px solid #c4beb1;
		padding: 1px;
	}

	#housing-agency #agency-text {
		float: right;
		width: 460px;
		padding: 3px 0 0;
	}

		#housing-agency #agency-text h5 {
			margin: 0 0 8px;
			padding: 0;
			font-size: 1.4em;
		}

		#housing-agency #agency-text dl {
			margin: 0;
			padding: 0;
		}

		#housing-agency #agency-text dt {
			clear: left;
			float: left;
			width: 75px;
			margin: 0 0 1px;
		}

		#housing-agency #agency-text dd {
			margin: 0 0 1px;
			padding: 0 0 0 80px;
		}

		#housing-agency #agency-text #btn-accessmap {
			width: 125px;
			height: 30px;
			background: url(../housing/images/btn_accessmap_out.gif) no-repeat;
			overflow: hidden;
		}

			#housing-agency #agency-text #btn-accessmap a {
				display: block;
				height: 30px;
				text-decoration: none;
				text-indent: -9999px;
			}

				#housing-agency #agency-text #btn-accessmap a:hover { background: url(../housing/images/btn_accessmap_over.gif) no-repeat; }

#housing-footer {
	width: 640px;
	margin: 25px 0 0;
	padding: 9px 0 0;
	border-top: 1px solid #c4beb1;
}



/* ------------------------------------------------------------------------------------------------------ 空き家バンク */

.akiya-link {
	margin: 20px 0 0;
	padding: 0;
	letter-spacing: -0.4em;
	list-style: none;
}

	.akiya-link li {
		display: inline-block;
		margin: 0;
		padding: 0;
		letter-spacing: normal;
	}

		.akiya-link li:first-child {
			margin-right: 20px;
		}



/* ------------------------------------------------------------------------------------------------------ 空き家バンク・詳細 */

.akiya-ttl {
	width: 640px;
	margin: 20px 0 0;
	background: url(../housing/images/bg_housingtitle.gif) center repeat-y;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #23afc0;
}

	.akiya-ttl th {
		position: relative;
		padding: 12px 70px 12px 14px;
		text-align: left;
		font-weight: normal;
	}

		.akiya-ttl th p { margin: 0 0 5px; }

		.akiya-ttl th h3 {
			margin: 0 0 5px;
			padding: 0;
			font-size: 1.8em;
		}

		.akiya-ttl th dl {
			margin: 0;
			padding: 0;
		}

		.akiya-ttl th dt {
			float: left;
			margin: 0;
			padding: 0;
		}

		.akiya-ttl th dd {
			float: left;
			margin: 0;
			padding: 1px 10px 0 0;
		}

		.akiya-ttl th .iconpos {
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -28px;
		}

	.akiya-ttl td {
		width: 149px;
		text-align: center;
		font-size: 1.2em;
		color: #fff;
	}

		.akiya-ttl td strong {
			font-size: 1.4em;
		}

.akiya-point {
	width: 640px;
	margin: 20px 0 0;
}

	.akiya-point h4 {
		margin: 0;
		padding: 0 0 0 70px;
		background: url(../housing/images/img_point.gif) 0 1px no-repeat;
		font-size: 1.0em;
	}

	.akiya-point table {
		width: 640px;
		margin: 10px 0 0;
		background: #fafafa;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #c4beb1;
	}

	.akiya-point col.colwidth {
		width: 112px;
	}

	.akiya-point th {
		padding: 6px 0 4px;
		background: #23afc0;
		border: 1px solid #c4beb1;
		font-weight: normal;
		color: #fff;
	}

	.akiya-point td {
		padding: 8px 0 6px;
		border: 1px solid #c4beb1;
		text-align: center;
	}

.akiya-photo {
	margin: 25px 0;
}

	.akiya-photo .akiya-main {
		float: left;
		width: 304px;
		height: 224px;
		margin-right: 5px;
		background-color: #fff;
		background-image: url(../common/img_notimage_LL.gif);
		background-position: center;
		background-repeat: no-repeat;
		border: 3px solid #d9d9d9;
		letter-spacing: normal;
	}

		.akiya-photo .akiya-main div {
			height: 100%;
			background-position: center;
			background-repeat: no-repeat;
			overflow: hidden;
		}

			.akiya-photo .akiya-main div a {
				display: block;
				height: 100%;
				text-decoration: none;
				text-indent: -9999px;
			}

	.akiya-photo ul {
		margin: 0 -5px 0 0;
		padding: 5px 0 0;
		letter-spacing: -0.4em;
		list-style: none;
	}

	.akiya-photo li {
		display: inline-block;
		width: 94px;
		height: 94px;
		margin: 5px;
		background-color: #fff;
		border: 3px solid #d9d9d9;
		vertical-align: top;
		letter-spacing: normal;
	}

		.akiya-photo li div {
			height: 100%;
			background-position: center;
			background-repeat: no-repeat;
			overflow: hidden;
		}

			.akiya-photo li div a {
				display: block;
				height: 100%;
				text-decoration: none;
				text-indent: -9999px;
			}

.akiya-filedoc {
	margin: -10px 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

/*
.akiya-filedoc a {
	display: inline-block;
	padding: 8px 15px;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 30%, rgba(217,217,217,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(217,217,217,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 30%,rgba(217,217,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d9d9d9',GradientType=0 );
	border: 1px solid #c4beb1;
	line-height: 1.0em;
	font-weight: bold;
	color: #23afc0;
}
*/

.akiya-details {
	margin: 25px 0;
}

	.akiya-details table {
		width: 100%;
		background: #fafafa;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #c4beb1;
	}

	.akiya-details th {
		width: 90px;
		padding: 11px 0 8px;
		background: #23afc0;
		border: 1px solid #c4beb1;
		vertical-align: top;
		font-weight: normal;
		color: #fff;
	}

	.akiya-details td {
		padding: 11px 10px 8px;
		border: 1px solid #c4beb1;
	}

		.akiya-details td img {
			vertical-align: middle;
		}



/* ------------------------------------------------------------------------------------------------------ 空き家バンク制度 */

.akiya-cover {
	margin-top: 30px;
	padding: 20px 19px 0;
	background-color: #fafafa;
	border: 1px solid #c4beb1;
	border-bottom: none;
}

.akiya-exp {
	padding-top: 10px;
}

	.akiya-exp h3 {
		margin: 0 0 30px;
		padding: 0;
	}

.akiya-btn {
	margin: 0 -19px;
	padding: 19px 0;
	background-image: url(../common/bg_texture_dark.jpg);
	border-top: 1px solid #c4beb1;
	border-bottom: 1px solid #c4beb1;
	text-align: center;
}

.akiya-guide {
	margin-top: 45px;
}

	.akiya-guide h3 {
		margin: 0 0 30px;
		padding: 0;
	}

	.akiya-guide ul {
		margin: 20px 0 20px 24px;
		padding: 0;
	}

	.akiya-guide li {
		margin: 10px 0 0;
		font-size: 1.2em;
	}

	.akiya-guide hr {
		border-top: 1px solid #c4beb1;
	}

	.akiya-guide h4 {
		margin: 30px 0;
		padding: 0;
		font-size: 1.4em;
	}



/* ------------------------------------------------------------------------------------------------------ 田舎暮らし滞在プラン */

#plan-main {
	width: 640px;
	margin: 25px 0 0;
}

	#plan-main h3 {
		height: 50px;
		margin: 20px 0 0;
		padding: 0;
		background: url(../plan/images/img_candidate.gif) no-repeat;
		text-indent: -9999px;
	}

#plan-cover {
	width: 640px;
	margin: 35px 0 0;
}

	#plan-cover h3 {
		margin: 0 0 15px;
		padding: 0;
		font-size: 1.6em;
		font-weight: normal;
	}

	#plan-cover #plan-list {
		width: 638px;
		background: #fafafa;
		border-top: 1px solid #c4beb1;
		border-right: 1px solid #c4beb1;
		border-left: 1px solid #c4beb1;
	}

		#plan-cover #plan-list .plan-box {
			width: 590px;
			padding: 24px;
			border-bottom: 1px solid #c4beb1;
		}

			#plan-cover #plan-list .plan-box .plan-text {
				float: right;
				width: 435px;
				padding: 5px 0 0;
			}

				#plan-cover #plan-list .plan-box .plan-text h4 {
					margin: 0;
					padding: 0 0 7px;
					border-bottom: 1px solid #23afc0;
					font-size: 1.8em;
				}

				#plan-cover #plan-list .plan-box .plan-text p { margin: 15px 0 13px; }

				#plan-cover #plan-list .plan-box .plan-text .btn-plan {
					width: 153px;
					height: 30px;
					background: url(../plan/images/btn_plan_out.gif) no-repeat;
					overflow: hidden;
				}

					#plan-cover #plan-list .plan-box .plan-text .btn-plan a {
						display: block;
						height: 30px;
						text-decoration: none;
						text-indent: -9999px;
					}

						#plan-cover #plan-list .plan-box .plan-text .btn-plan a:hover { background: url(../plan/images/btn_plan_over.gif) no-repeat; }


			#plan-cover #plan-list .plan-box .plan-photo {
				float: left;
				width: 124px;
				height: 124px;
				background: #fff url(../common/img_notimage_L.gif) center no-repeat;
				border: 3px solid #d9d9d9;
			}

				#plan-cover #plan-list .plan-box .plan-photo div {
					height: 124px;
					overflow: hidden;
				}
	
					#plan-cover #plan-list .plan-box .plan-photo div a {
						display: block;
						height: 124px;
						text-decoration: none;
						text-indent: -9999px;
					}



/* ------------------------------------------------------------------------------------------------------ 田舎暮らし滞在プラン・詳細 */

.plan-navi {
	margin: 25px 0 0;
}

#plan-frame {
	width: 638px;
	margin: 15px 0 0;
	background: #fafafa;
	border: 1px solid #c4beb1;
}

	#plan-frame h3 {
		margin: 0;
		padding: 22px 0 19px;
		background: url(../plan/images/bg_plantitle.gif) repeat-y;
		text-align: center;
		font-size: 1.8em;
		color: #fff;
	}

	#plan-frame #plan-innr {
		width: 590px;
		margin: 25px auto;
	}

		#plan-frame #plan-innr h4 {
			min-height: 18px;
			margin: 0 0 20px;
			padding: 5px 0 7px 45px;
			background: url(../info/images/img_lblicon.gif) 7px top no-repeat;
			border-bottom: 1px solid #c4beb1;
			font-size: 1.6em;
		}

	#plan-frame #plan-footer {
		width: 590px;
		padding: 18px 24px 15px;
		background: url(../plan/images/bg_planfooter.gif) repeat-y;
		border-top: 1px solid #c4beb1;
	}

		#plan-frame #plan-footer .plan-footinnr {
			float: left;
			width: 270px;
		}

			#plan-frame #plan-footer .plan-footinnr h4 {
				height: 15px;
				margin: 0 0 10px;
				padding: 0;
				text-indent: -9999px;
			}

				#plan-frame #plan-footer .plan-footinnr h4#lbl-p-tel	{ background: url(../plan/images/lbl_plan_tel.gif) no-repeat; }
				#plan-frame #plan-footer .plan-footinnr h4#lbl-p-mail	{ background: url(../plan/images/lbl_plan_mail.gif) no-repeat; }

			#plan-frame #plan-footer .plan-footinnr div { color: #666; }



/* ------------------------------------------------------------------------------------------------------ 新・移住体験談 */

.voice-list {
	width: 900px;
	margin: 0;
}

	.voice-list ul {
		margin: 18px -15px 0 0;
		padding: 0;
		letter-spacing: -0.4em;
		list-style: none;
	}

	.voice-list li {
		display: inline-block;
		width: 168px;
		margin: 0 15px 35px 0;
		padding: 0;
		background-color: #fff;
		vertical-align: top;
		letter-spacing: normal;
	}

		.voice-list li span {
			display: block;
			width: 100%;
			padding: 2px 0 1px;
			background-color: #23afc0;
			text-align: center;
			font-size: 0.9em;
			color: #fff;
		}

		.voice-list li p {
			margin: 0;
			padding: 10px 12px;
			text-align: justify;
			text-justify: distribute;
			line-height: 1.4em;
			font-weight: bold;
		}



/* ------------------------------------------------------------------------------------------------------ 新・移住体験談・詳細 */

.voice {
}

.voice-title {
	position: relative;
	margin: 20px 0;
	padding: 30px 0 0;
}

	.voice-title h3 {
		margin: 0;
		padding: 0;
		font-size: 1.6em;
	}

	.voice-title strong {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1.2em;
	}

	.voice-title a {
		position: absolute;
		top: 3px;
		right: 0;
	}

.voice-cover {
	position: relative;
	float: left;
	width: 640px;
	padding: 30px 0;
	background-color: #fafafa;
	border: 1px solid #c4beb1;
	border-radius: 10px;
}

	.voice-cover:after {
		content: url(../voice/images/img_voice_fukidashi.png);
		position: absolute;
		bottom: -61px;
		left: 0;
	}

	.voice-cover .voice-innr {
		width: 520px;
		min-height: 255px;
		margin: 0 auto;
		padding: 0 18px 0 80px;
		background: url(../voice/images/bg_logoimage.gif) no-repeat;
		text-align: justify;
		text-justify: distribute;
		font-size: 1.15em;
		line-height: 1.9em;
		*zoom:1;
	}
	.voice-cover .voice-innr:before,
	.voice-cover .voice-innr:after { content: ""; display: table; }
	.voice-cover .voice-innr:after { clear: both; }

		.voice-cover .voice-innr p {
			margin: 24px 0;
		}

			.voice-cover .voice-innr p:first-child {
				margin-top: 0;
			}

.voice-cover .voice-fbottom {
	position: absolute;
	bottom: -40px;
	right: 0;
}

.voice-menu {
	float: right;
	width: 228px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border: 1px solid #c4beb1;
}

	.voice-menu h4 {
		height: 43px;
		margin: 0;
		padding: 0;
		background-image: url(../voice/images/lbl_voicelist.gif);
		text-indent: -9999px;
	}

	.voice-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.voice-menu li {
		position: relative;
		min-height: 28px;
		margin: 0;
		padding: 17px 15px 5px 70px;
		background-color: #fff;
		border-top: 1px solid #c4beb1;
	}

		.voice-menu li img {
			position: absolute;
			top: 5px;
			left: 15px;
		}

		.voice-menu li:hover a {
			text-decoration: underline;
		}

.voicenavi {
	clear: both;
	text-align: right;
}



/* ------------------------------------------------------------------------------------------------------ 旧・移住者紹介 */

#voice-main {
	width: 640px;
	margin: 25px 0 0;
}

	#voice-main h3 {
		margin: 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: normal;
	}

#voice-list {
	width: 640px;
	margin: 25px 0 0;
}

	#voice-list .voice-box {
		width: 640px;
		margin: 0 0 15px;
		background: url(../voice/images/bg_fukidashi.gif) repeat-y;
	}

		#voice-list .voice-box .voice-text {
			float: right;
			width: 445px;
			min-height: 91px;
			padding: 0 0 0 30px;
			background: url(../voice/images/bg_fukidashi_top.gif) no-repeat
		}

			#voice-list .voice-box .voice-text .voice-textinnr {
				width: 380px;
				min-height: 122px;
				margin: 0 auto;
				padding: 23px 0 0;
			}

				#voice-list .voice-box .voice-text .voice-textinnr h3 {
					margin: 0 0 13px;
					padding: 0;
					font-size: 1.2em;
				}

				#voice-list .voice-box .voice-text .voice-textinnr div {
					width: 380px;
					margin: 0 0 5px;
					text-align: justify;
					text-justify: distribute;
				}

				#voice-list .voice-box .voice-text .voice-textinnr li { font-size: 1.2em; }

			#voice-list .voice-box .voice-text .voice-b-frame {
				height: 10px;
				background: url(../voice/images/bg_fukidashi_bottom.gif) no-repeat;
			}

		#voice-list .voice-box .voice-photo {
			float: left;
			width: 149px;
			height: 149px;
			background: #fff url(../common/img_notimage_L.gif) center no-repeat;
			border: 3px solid #d9d9d9;
		}

			#voice-list .voice-box .voice-photo div {
				height: 149px;
				overflow: hidden;
			}

				#voice-list .voice-box .voice-photo div a {
					display: block;
					height: 149px;
					text-decoration: none;
					text-indent: -9999px;
				}



/* ------------------------------------------------------------------------------------------------------ 旧・移住者紹介・詳細 */

.voice-navi {
	width: 640px;
	margin: 25px 0 0;
}

#voice-cover {
	width: 640px;
	margin: 20px 0 0;
	background: url(../voice/images/bg_voice_frame2.gif) repeat-y;
}

	#voice-cover #voice-ftop {
		width: 640px;
		height: 10px;
		margin: 0 0 13px;
		background: url(../voice/images/bg_voice_frame1.gif) no-repeat;
	}

	#voice-cover #voice-innr {
		width: 540px;
		margin: 0 auto;
		padding: 0 24px 0 74px;
		background: url(../voice/images/bg_logoimage.gif) no-repeat;
		text-align: justify;
		text-justify: distribute;
		line-height: 21px;
	}

	#voice-cover #voice-fbottom {
		width: 640px;
		height: 40px;
		padding: 30px 0 0;
		background: url(../voice/images/bg_voice_frame3.gif) no-repeat;
		text-align: right;
		font-size: 1.2em;
	}



/* ------------------------------------------------------------------------------------------------------ くらしの情報 */

#life-cover {
	width: 640px;
	margin: 20px 0 0;
}

/* 分岐用class */
#life-public,
#life-home,
#life-medical,
#life-education,
#life-traffic,
#life-shopping {
}

	#life-public,
	#life-home,
	#life-medical,
	#life-education,
	#life-traffic { margin-bottom: 30px; }

	#life-cover h3 {
		height: 62px;
		margin: 0 0 13px;
		padding: 0;
		text-indent: -9999px;
	}

		/* 各ラベル画像 */
		#life-public h3			{ background: url(../life/images/lbl_public.gif) no-repeat; }
		#life-home h3				{ background: url(../life/images/lbl_home.gif) no-repeat; }
		#life-medical h3		{ background: url(../life/images/lbl_medical.gif) no-repeat; }
		#life-education h3	{ background: url(../life/images/lbl_education.gif) no-repeat; }
		#life-traffic h3		{ background: url(../life/images/lbl_traffic.gif) no-repeat; }
		#life-shopping h3		{ background: url(../life/images/lbl_shopping.gif)  no-repeat; }

	#life-cover h4 {
		margin: 0 0 12px;
		padding: 3px 10px 1px;
		font-size: 1.2em;
		color: #fff;
	}

		/* 各ラベル色指定 */
		#life-public h4			{ background: #23afc0; }
		#life-home h4				{ background: #73c080; }
		#life-medical h4		{ background: #de6e6e; }
		#life-education h4	{ background: #D9b457; }
		#life-traffic h4		{ background: #708acc; }
		#life-shopping h4		{ background: #cb8edb; }


/***** 公共施設
 ****************************************************************************/
#public-cityoff {
	width: 640px;
	margin: 0 0 10px;
	padding: 0;
}

	#public-cityoff .cityoff-box {
		float: left;
		width: 310px;
		margin-bottom: 15px;
	}

		#public-cityoff .cityoff-box img { float: left; }

		#public-cityoff .cityoff-box div {
			float: right;
			width: 160px;
			text-align: justify;
			text-justify: distribute;
		}

			#public-cityoff .cityoff-box div h5 {
				margin: 5px 0;
				padding: 0;
				font-size: 1.2em;
			}

			#public-cityoff .cityoff-box div p { margin: 0; }

.col-public {
	float: left;
	width: 310px;
}

	.col-public dl {
		margin: 0;
		padding: 0;
	}

	.col-public dt {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		font-weight: bold;
	}

	.col-public dd {
		margin: 4px 0 5px;
		padding: 0;
	}

	.col-public .col-pubinnr {
		float: left;
		width: 155px;
	}


/***** 住まい
 ****************************************************************************/
#home-agency {
	width: 640px;
	margin: 0 0 10px;
}

	#home-agency .agency-box {
		float: left;
		width: 310px;
		margin-bottom: 15px;
	}

		#home-agency .agency-box img { float: left; }

		#home-agency .agency-box .agency-innr {
			float: right;
			width: 160px;
			text-align: justify;
			text-justify: distribute;
		}

			#home-agency .agency-box .agency-innr h5 {
				margin: 5px 0;
				padding: 0;
				font-size: 1.2em;
			}

			#home-agency .agency-box .agency-innr p { margin: 0 0 5px; }

			#home-agency .agency-box .agency-innr .btn-a-map {
			}

			#home-agency .agency-box .agency-innr .btn-a-map {
				width: 125px;
				height: 30px;
				background: url(../housing/images/btn_accessmap_out.gif) no-repeat;
				overflow: hidden;
			}
	
				#home-agency .agency-box .agency-innr .btn-a-map a {
					display: block;
					height: 30px;
					text-decoration: none;
					text-indent: -9999px;
				}
	
					#home-agency .agency-box .agency-innr .btn-a-map a:hover { background: url(../housing/images/btn_accessmap_over.gif) no-repeat; }

.home-bnr {
	width: 640px;
	margin: 0 0 15px;
}

	.home-bnr img {
		float: left;
		margin: 0 13px 0 0;
	}

	.home-bnr p {
		margin: 3px 0 0;
	}


/***** 医療機関
 ****************************************************************************/
#medical-hospital {
	float: left;
	width: 470px;
	margin: 0 0 25px;
}

	#medical-hospital img { float: left; }

	#medical-hospital div {
		float: right;
		width: 220px;
		text-align: justify;
		text-justify: distribute;
	}

		#medical-hospital div h5 {
			margin: 5px 0;
			padding: 0;
			font-size: 1.2em;
		}

		#medical-hospital div p { margin: 8px 0 0; }

#medical-clinic {
	float: right;
	width: 150px;
	margin: 0 0 25px;
}

	#medical-clinic dl {
		margin: 0;
		padding: 0;
	}

	#medical-clinic dt {
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		font-weight: bold;
	}

	#medical-clinic dd {
		margin: 4px 0 12px;
		padding: 0;
	}

#medical-hoslist {
	clear: both;
	width: 640px;
}

	#medical-hoslist table {
		float: left;
		width: 380px;
		background: #fafafa;
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #c4beb1;
	}

	#medical-hoslist th {
		padding: 7px 0 5px;
		background: #edd5d5;
		border: 1px solid #c4beb1;
		font-weight: normal;
	}

		#medical-hoslist th.w145	{ width: 145px; }
		#medical-hoslist th.w45		{ width: 45px; }

	#medical-hoslist td {
		padding: 5px 10px 4px;
		border: 1px solid #c4beb1;
	}

	#medical-hoslist img { float: right; }


/***** 子育て・教育
 ****************************************************************************/
.col-education {
	float: left;
	width: 200px;
}

	.col-education h5 {
		margin: 0 0 3px;
		font-size: 1.2em;
	}

	.col-education ul {
		margin: 0 0 15px 18px;
		padding: 0;
	}

	.col-education img {
		margin: 0 0 5px;
	}


/***** 公共交通機関
 ****************************************************************************/
.traffic-cover {
	width: 640px;
	margin: 0 0 20px;
}

	.traffic-cover img { float: left;	}

	.traffic-cover .traffic-innr {
		float: right;
		width: 450px;
	}

		.traffic-cover .traffic-innr table {
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0;
			border: 1px solid #c4beb1;
		}

		.traffic-cover .traffic-innr th {
			padding: 3px 10px;
			border: 1px solid #c4beb1;
			text-align: left;
			font-size: 1.2em;
			font-weight: bold;
		}

		.traffic-cover .traffic-innr td {
			padding: 3px 10px;
			border: 1px solid #c4beb1;
		}

		.traffic-cover .traffic-innr dl {
			margin: 12px 0 0;
			padding: 0;
		}

			.traffic-cover .traffic-innr dt {
				margin: 0 0 4px;
				padding: 0;
				font-weight: bold;
			}

			.traffic-cover .traffic-innr dd {
				margin: 0 0 8px;
				padding: 0 0 0 10px;
			}

		.traffic-cover .traffic-innr strong {
				font-size: 1.2em;
				font-weight: bold;
				color: #c06053;
		}


/***** 買い物
 ****************************************************************************/
.shopping-box {
	float: left;
	width: 310px;
	margin-bottom: 15px;
}

		.shopping-box img { float: left; }

		.shopping-box div {
			float: right;
			width: 160px;
			text-align: justify;
			text-justify: distribute;
		}

			.shopping-box div h5 {
				margin: 5px 0;
				padding: 0;
				font-size: 1.2em;
			}

			.shopping-box div p { margin: 0 0 5px; }



/* ------------------------------------------------------------------------------------------------------ アクセス */

#access-map {
	width: 640px;
	margin: 25px 0 30px;
}

#access-info {
	width: 640px;
	background: #fafafa;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #c4beb1;
}

	#access-info th {
		width: 80px;
		min-height: 27px;
		padding: 14px 14px 14px 70px;
		border: 1px solid #c4beb1;
		text-align: left;
		font-size: 1.4em;
	}

		#access-info th#icon-air				{ background: url(../access/images/icon_access6.jpg) 17px center no-repeat; }
		#access-info th#icon-car				{ background: url(../access/images/icon_access1.jpg) 14px center no-repeat; }
		#access-info th#icon-buss				{ background: url(../access/images/icon_access2.jpg) 15px center no-repeat; }
		#access-info th#icon-shinkansen	{ background: url(../access/images/icon_access3.jpg) 18px center no-repeat; }
		#access-info th#icon-jr					{ background: url(../access/images/icon_access4.jpg) 20px center no-repeat; }
		#access-info th#icon-ship				{ background: url(../access/images/icon_access5.jpg) 16px center no-repeat; }

	#access-info td {
		padding: 10px 18px;
		border: 1px solid #c4beb1;
	}

.access-cover {
	width: 640px;
	margin: 25px 0;
}

	.access-cover div {
		float: left;
		width: 200px;
		margin-left: 20px;
		text-align: justify;
		text-justify: distribute;
	}

		.access-cover div:first-child {
			margin-left: 0;
		}

	.access-cover div h3 {
		margin: 5px 0;
		font-size: 1.2em;
	}

	.access-cover div p { margin: 0; }

.access-train {
	padding: 19px;
	background-color: #fff;
	border: 1px solid #c4beb1;
	*zoom:1;
}
.access-train:before,
.access-train:after { content: ""; display: table; }
.access-train:after { clear: both; }

	.access-train div {
		float: right;
		width: 380px;
	}

		.access-train div h3 {
			height: 18px;
			margin: 0;
			padding: 0;
			background-image: url(../access/images/lbl_A-train.gif);
			background-repeat: no-repeat;
			text-indent: -9999px;
		}

	.access-train figure {
		float: left;
		width: 200px;
		margin: 0;
	}


/* ------------------------------------------------------------------------------------------------------ リンク */

.link-table {
	width: 638px;
	margin: 25px 0 0;
	background: #fafafa;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #c4beb1;
}

	.link-table td {
		width: 50%;
		border: 1px solid #c4beb1;
		font-size: 1.2em;
	}

		.link-table td a {
			display: block;
			padding: 14px 14px 12px 34px;
			background: url(../common/icon_a-window.gif) 16px center no-repeat;
		}



/* ------------------------------------------------------------------------------------------------------ お問い合せ */

#contact-cover {
	width: 640px;
	margin: 25px 0 0;
}


	#contact-cover .contact-innr {
		width: 640px;
	}

		#contact-cover .contact-innr h3 {
			height: 35px;
			margin: 0 0 15px;
			padding: 0;
			text-indent: -9999px;
		}

			#contact-cover .contact-innr h3#lbl-tel 	{ background: url(../contact/images/lbl_tel.gif) no-repeat; }
			#contact-cover .contact-innr h3#lbl-mail	{ background: url(../contact/images/lbl_mail.gif) no-repeat; }

		#contact-cover .contact-innr h4 {
			margin: 30px 0 0;
			padding: 0;
			text-align: center;
			font-size: 1.4em;
		}

		#contact-cover .contact-innr h5 {
			margin: 18px 0;
			padding: 0;
			text-align: center;
			font-size: 3.0em;
			color: #c06053;
		}

		#contact-cover .contact-innr .time {
			margin: 0;
			text-align: center;
			font-size: 1.3em;
			font-weight: bold;
		}

		#contact-cover .contact-innr table {
			width: 640px;
			margin: 0 0 20px;
			border-collapse: collapse;
			border-spacing: 0;
			border: 1px solid #c4beb1;
		}

		#contact-cover .contact-innr th {
			width: 130px;
			padding: 16px 25px 13px;
			background: #e6dfd0;
			border: 1px solid #c4beb1;
			text-align: left;
			vertical-align: top;
			font-size: 1.2em;
		}

		#contact-cover .contact-innr td {
			padding: 10px 20px;
			border: 1px solid #c4beb1;
		}

			#contact-cover .contact-innr td .w30	{ width: 30px; }
			#contact-cover .contact-innr td .w60	{ width: 60px; }
			#contact-cover .contact-innr td .w350 { width: 350px; }

			#contact-cover .contact-innr td p {
				margin: 5px 0;
				font-size: 0.9em;
			}

			#contact-cover .contact-innr td .conform {
				width: 350px;
				height: 150px;
			}

	#contact-cover #contact-notes {
		width: 608px;
		margin-top: 40px;
		padding: 15px;
		background: #f2f2f2;
		border: 1px solid #23afc0;
	}

		#contact-cover #contact-notes h4 {
			margin: 0;
			padding: 0;
			font-size: 1.1em;
		}

		#contact-cover #contact-notes p { margin: 5px 0 0; }



/* ------------------------------------------------------------------------------------------------------ お知らせ */

#info-list {
	width: 640px;
	margin: 25px 0 0;
}

	#info-list h3 {
		margin: 0;
		padding: 0;
		font-size: 1.6em;
		font-weight: normal;
	}

	#info-list #info-frame {
		width: 638px;
		margin: 13px 0 15px;
		background: #fafafa;
		border-top: 1px solid #c4beb1;
		border-right: 1px solid #c4beb1;
		border-left: 1px solid #c4beb1;
	}

		#info-list #info-frame dl {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#info-list #info-frame dt {
			clear: left;
			float: left;
			width: 95px;
			margin: 0;
			padding: 20px 0 16px 24px;
		}

		#info-list #info-frame dd {
			width: auto;
			margin: 0;
			padding: 20px 24px 16px 119px;
			border-bottom: 1px solid #c4beb1;
			font-weight: bold;
		}



/* ------------------------------------------------------------------------------------------------------ お知らせ・詳細 */

#info-cover {
	width: 640px;
	margin: 25px 0 0;
}

	#info-cover h3 {
		margin: 0 0 20px;
		padding: 0 0 15px;
		background: url(../info/images/bg_titleline.gif) center bottom no-repeat;
		text-align: center;
		font-size: 1.8em;
	}

	#info-cover h4 {
		min-height: 18px;
		margin: 0 0 20px;
		padding: 5px 0 7px 45px;
		background: url(../info/images/img_lblicon.gif) 7px top no-repeat;
		border-bottom: 1px solid #c4beb1;
		font-size: 1.6em;
	}

	#info-cover .info-innr {
		width: 640px;
		margin: 0 0 40px;
		text-align: justify;
		text-justify: distribute;
	}


/* 移住促進モデルタウン指定事業 */
#model-cover {
	width: 640px;
	margin: 0 0 10px;
}

	#model-cover img { float:left; }

	#model-cover p {
		margin: 0;
		padding: 2px 0 0 215px;
	}


/* MT用 */
	#info-cover #info-innr {
		width: 640px;
		margin: 0 0 20px;
		text-align: justify;
		text-justify: distribute;
	}



/* ------------------------------------------------------------------------------------------------------ 上天草ショップ */

#shop-cover { width: 640px; }

	#shop-cover #shop-ttl {
		height: 150px;
		margin: 0 0 30px;
		background: url(../shop/images/ttl_shop.jpg) no-repeat;
	}

		#shop-cover #shop-ttl h2,
		#shop-cover #shop-ttl h3 {
			height: 75px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
		}

	#shop-cover #shop-map {
		width: 638px;
		margin: 0 0 1px;
		padding: 8px 0;
		background: #ded7c8;
		border: 1px solid #c4beb1;
		text-align: center;
	}

	#shop-cover .shop-box {
		width: 640px;
		margin: 30px 0 0;
	}

		#shop-cover .shop-box .shop-no {
			float: left;
			width: 50px;
			height: 35px;
			padding: 16px 0 0;
			background: #23afc0;
			text-align: center;
			font-size: 1.4em;
			font-weight: bold;
			color: #fff;
		}

		#shop-cover .shop-box .shop-frame {
			float: right;
			width: 550px;
			padding: 19px;
			background: #fafafa;
			border: 1px solid #c4beb1;
		}

			#shop-cover .shop-box .shop-frame h4 {
				margin: 0;
				padding: 0 0 16px;
				font-size: 1.6em;
			}

			#shop-cover .shop-box .shop-frame .shop-photo {
				float: left;
				width: 200px;
				margin: 0 0 15px;
			}

			#shop-cover .shop-box .shop-frame .shop-profile {
				float: right;
				width: 330px;
				margin: 0 0 15px;
			}

				#shop-cover .shop-box .shop-frame .shop-profile h5 {
					font-size: 1.1em;
					margin: 0;
					padding: 0;
					color: #23afc0;
				}

				#shop-cover .shop-box .shop-frame .shop-profile dl {
					margin: 0;
					padding: 0;
				}

				#shop-cover .shop-box .shop-frame .shop-profile dt {
					float: left;
					width: 70px;
					margin: 0;
					padding: 8px 0;
				}

				#shop-cover .shop-box .shop-frame .shop-profile dd {
					margin: 0;
					padding: 8px 0 8px 70px;
					border-bottom: 1px dotted #c4beb1;
					word-break: break-all;
				}

			#shop-cover .shop-box .shop-frame .shop-person {
				clear: both;
				width: 550px;
			}

				#shop-cover .shop-box .shop-frame .shop-person h6 {
					margin: 0 0 10px;
					padding: 2px 0 0 85px;
					background: url(../shop/images/img_person.gif) left center no-repeat;
					font-size: 1.5em;
				}

				#shop-cover .shop-box .shop-frame .shop-person table {
					width: 550px;
					margin: 0 auto;
					border-collapse: collapse;
					border-spacing: 0;
					border: 1px solid #c4beb1;
				}

					#shop-cover .shop-box .shop-frame .shop-person th {
						width: 33.3%;
						padding: 3px 0;
						background: #23afc0;
						border: 1px solid #c4beb1;
						color: #fff;
					}

					#shop-cover .shop-box .shop-frame .shop-person td {
						padding: 3px 0;
						border: 1px solid #c4beb1;
						text-align: center;
					}



/* ------------------------------------------------------------------------------------------------------ 上天草市移住支援助成金 */

.josei-cover {
	margin-top: 30px;
	padding: 20px 19px;
	background-color: #fafafa;
	border: 1px solid #c4beb1;
}

.josei-innr {
	margin-top: 40px;
}

.josei-innr:first-child {
	margin-top: 0;
}

.josei-innr > div {
	margin: 0 15px;
}

.josei-innr h3 {
	margin: 0;
	padding: 0 0 0 18px;
	background-image: url(../josei/images/img_line.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 1px solid #c4beb1;
	border-bottom: 1px solid #c4beb1;
	font-size: 1.4em;
	line-height: 43px;
}

.josei-innr h4 {
	margin: 30px 0 0;
	padding: 0 0 8px 30px;
	background-image: url(../josei/images/icon_house.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 2px solid #23afc0;
	font-size: 1.2em;
}

.josei-innr h5 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

.josei-innr ul,
.josei-innr ol {
	margin: 8px 0 0 23px;
	padding: 0;
}









