/* ===============[ Header ]=============== */
body {
	background: url(../home-img/body-back.jpg) no-repeat center top;
}
#header {
	display: block;
	height: 80px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 9px;
	background: url(../home-img/h1-back.jpg) no-repeat;
}
#g-navi {
	display: none;
}

/* ===============[ Contents ]=============== */
h2 {
	clear: both;
}
#flash {
	margin-top: 6px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#contents-home {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contents-home .catchcopy {
	display:none;
}
#contents-home #left-area {
	float: left;
	height: auto;
	width: 530px;
}
#contents-home #right-area {
	float: right;
	height: auto;
	width: 340px;
}
#service-wrapper {
	background: #EFEFEF;
	padding: 6px 12px 12px;
	margin-top: 1px;
	margin-bottom: 20px;
}
#supply {
	height: auto;
	width: 245px;
	float: left;
}
#utility {
	height: auto;
	width: 245px;
	float: right;
}
iframe {
	height: 635px;
	width: 530px;
	margin-top: 1px;
	border-style: none;
	scrollbar-arrow-color: #808080;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #cfcfcf;
	scrollbar-darkshadow-color: #cfcfcf;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #eeeeee;
}
#poppo {
	background: url(../home-img/poppo-back.jpg);
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#banner {
	margin-top: 20px;
}
#banner img {
	margin-bottom: 10px;
}
#poppo p {
	color: #663300;
	line-height: 140%;
}
#poppo img {
	float: right;
	margin-left: 8px;
}
#poppo-btn a {
	display: block;
	height: 132px;
	width: 340px;
	background: url(../home-img/popp-btn-over-2.jpg) no-repeat;
}
#poppo-btn a:hover {
	background-color: #FFFFFF;
}
#poppo-btn a:hover img {
	visibility: hidden;
}
#poppo-banner a {
	display: block;
	height: 150px;
	width: 340px;
	background: url(../home-img/poppo-news-over.gif) no-repeat;
	margin-bottom: 10px;
}
#poppo-banner a:hover {
	background-color: #FFFFFF;
}
#poppo-banner a:hover img {
	visibility: hidden;
}
#apply-btn a {
	display: block;
	height: 80px;
	width: 340px;
	background: url(../home-img/apply-btn-over.jpg) no-repeat;
	margin-bottom: 10px;
}
#apply-btn a:hover {
	background-color: #FFFFFF;
}
#apply-btn a:hover img {
	visibility: hidden;
}

#price-btn a {
	display: block;
	height: 80px;
	width: 340px;
	background: url(../home-img/price-btn-over.jpg) no-repeat;
	margin-bottom: 10px;
}
#price-btn a:hover {
	background-color: #FFFFFF;
}
#price-btn a:hover img {
	visibility: hidden;
}
#set-btn a {
	display: block;
	height: 80px;
	width: 340px;
	margin-bottom: 10px;
	background-image: url(../home-img/setplan-btn-over.jpg);
}
#set-btn a:hover {
	background-color: #FFFFFF;
}
#set-btn a:hover img {
	visibility: hidden;
}
#housedock-btn a {
	display: block;
	height: 80px;
	width: 340px;
	margin-bottom: 10px;
	background-image: url(../home-img/hausedock-btn-over.jpg);
}
#housedock-btn a:hover {
	background-color: #FFFFFF;
}
#housedock-btn a:hover img {
	visibility: hidden;
}
#member-btn a {
	display: block;
	height: 80px;
	width: 340px;
	margin-bottom: 10px;
	background-image: url(../home-img/member-btn-over.jpg);
}
#member-btn a:hover {
	background-color: #FFFFFF;
}
#member-btn a:hover img {
	visibility: hidden;
}

.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-width: 1px;
}
.AccordionPanelContent a:link {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.AccordionPanelContent a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.AccordionPanelContent a:hover {
	text-decoration: underline;
}
.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	color: #663300;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	background: url(../home-img/tab-back.gif) no-repeat left center;
	font-size:16px;
}
.AccordionPanelContent {
	padding: 10px;
	background: #FFFFFF;
	color: #663300;
	margin: 0px;
}
.AccordionPanelContent ul {
	margin-top: 5px;
}

.AccordionPanelContent li {
	list-style: none;
	padding-left: 8px;
	background: url(../home-img/tab-panel-arrow.gif) no-repeat 0px 7px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background: url(../home-img/tab-open-back.gif) no-repeat left center;
	color: #009900;
}
.AccordionPanelTabHover {
	color: #009900;
}
