@charset "Shift_JIS";

/* ================================== */
/* === ホームセンター紹介（メイン） === */
/* ================================== */

#main p {
	/*text-align: center;*/
	width: 610px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11pt;
	line-height: 140%;
}

#main h2 {
	margin-top: 10px;
	margin-left: 10px;
}

#main h3 {
	display: none;
}

/* --- トップページ --- */
#main #hc_top {
	width: 635px;
}
/* --- 各都道府県ページ --- */
#main #hc_main {
	width: 635px;
	height: 100%;
	overflow: auto;
}

/* --- トップページ　都道府県テーブル --- */
#main #hc_top table {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
#main #hc_top th {
	font-size: 11pt;
	font-weight: normal;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
}
#main #hc_top td {
	text-align: left;
	background-color: #ffffff;
	font-size: 10pt;
	color: #222222;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
}


/* --- トップページ　都道府県詳細テーブル --- */
#main #hc_main table {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ca6500;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ca6500;
}
#main #hc_main th {
	font-size: 11pt;
	font-weight: normal;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ca6500;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca6500;
}
#main #hc_main td {
	/*background-color: #fefaef;*/
	font-size: 10pt;
	color: #222222;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ca6500;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ca6500;
}