@charset "UTF-8";


#mainContents {
	margin-right: 50px;
}

#mainContents h2 {
	height: 35px;
	line-height: 35px;
	font-size: 138%;
	color: #000;
	border-left: solid 8px #fc0;
	background-color: #c2ffe2;
	padding-left: 8px;
	margin-bottom: 26px;
}

#mainContents h3 {
	margin-bottom: 18px;
}

#mainContents .housePhoto {
	float: right;
}


#mainContents .discription {
	width: 243px;
}

#mainContents p {
	margin-top: 1.5em;
}

#mainContents dl {
	border: solid 1px #bdbdbd;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 18px;
}

#mainContents dt,
#mainContents dd {
	line-height: 1.5;
}

#mainContents dt {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: dotted 1px #bdbdbd;
}

#mainContents dd {
	padding-top: 6px;
}

#mapviewer {
	margin-top: 20px;
}

#mapviewer a {
	font-size: 11px;
	margin-right: 1em;
	color: #1a529d;
}

.linkInquiry a {
	display: block;
	height: 32px;
	background: #69a943 url(images/arrow_wh.png) no-repeat 488px 10px;
	color: #fff;
	border-left: solid 8px #fc0;
	font-size: 108%;
	line-height: 32px;
	font-weight: bold;
	padding-left: 9px;
}

.linkInquiry a:hover {
	text-decoration: none;
	background-color: #6c3;
	color: #fff;
}