@charset "UTF-8";


/* トップページ */
.main_image {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/top/main_image.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 283px;
	width: 960px;
}
.main_image .top-image{
	width: 668px;
	margin-left: 292px;
}


/* 物件一覧 */

#content .apt-list {
}
#content .apt-list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#content .apt-list ul {
}
#content .apt-list ul li {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 10px;
	height:210px;
}
#content .apt-list ul li dl {
}
#content .apt-list ul li dl dt {
}
#content .apt-list ul li dl dd {
	padding-top: 5px;
}
#content .apt-list ul li dl dd p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cap {
	position: relative;
}
.cap img {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.cap p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity:0.7;
	margin: 0px;
	width: 195px;
}
.cap p span {
	color: #fff;
	font-weight: bold;
}



/* qa */
.qaBox {
	background-color: #FFF;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.qaBox h4 {
	margin-left:0px;
	margin-bottom: 0px;
	line-height: 34px;
	border: 1px solid #CAC9C9;
	background-image: url(../images/faq/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-color: #F5F5F5;
	font-weight:bold;
}
.qaBox ul {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.qaBox ul li {
	margin: 0px 0px 10px 0px;
}
.qaBox div.ans {
	padding: 12px 0px 5px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CAC9C9;
	border-bottom-color: #CAC9C9;
	border-left-color: #CAC9C9;
	background-image: url(../images/faq/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	margin-left:0px;
}
.qaBox div.ans p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 34px;
}

/* こだわり一覧 */

#content .apt-box {
}
#content .apt-box ul {
}
#content .apt-box ul li {
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}

#content .apt-box ul li:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#content .apt-box ul li dl {
}
#content .apt-box ul li dl dt {
	float: left;
	width: 220px;
}
#content .apt-box ul li dl dd {
	margin-left: 225px;
}
#content .apt-box .title-box{
	font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;

}

/*-----------------------------------------------
	*08 link
-------------------------------------------------*/
#content .block {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	padding: 0px;
}
#noRight {
	margin-right: 0px;
}
#content .block dl dt {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 8px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #59A80F;
	margin-bottom: 5px;
}
#content .block dl dd ul {
	width: 270px;
	list-style: none outside;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
#content .block dl dd ul li {
	line-height: 1.6;
	margin-bottom: 4px;
	margin-top: 2px;
	list-style-type: circle;
	margin-left: 1em;
}
#content .block dl dd.sub {
	font-weight: bold;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../eng/link/img/aicon_sub.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#content .block dl dd.sub span{
	font-weight: bold;

}


/* type */
#navlist li{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* sitemap */

 ul.sitemap {
	background: none 0 0 #FFFFFF;
	margin: 0;
	padding: 0;
}
ul.sitemap li {
	background: url("../images/sitemap/line_dotted_rough.png") repeat-x 0 1.8em;
	font-size: medium;
	list-style-type: none;
	margin: 12px 0;
	padding: 0 0 12px;
	text-indent: 0;
}
ul.sitemap li a {
	background: url("../images/sitemap/list_mark_parent05.png") no-repeat left center;
	color: #666666;
	display: inline-block;
	line-height: 32px;
	padding-left: 25px;
	text-decoration: none;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}
ul.sitemap ul {
	margin: 0;
}
ul.sitemap li li {
	background: none repeat scroll 0 0 transparent;
	font-size: small;
	margin: 7px 0 0;
	padding: 1px 0 0 27px;
}
ul.sitemap li li a {
	background: url("../images/sitemap/list_mark_child05.png") no-repeat left center;
	line-height: normal;
	padding-left: 15px;
}
ul.sitemap li li li {
	padding-left: 15px;
}
ul.sitemap li li li a {
	background: url("../images/sitemap/list_mark_child05.png") no-repeat left center;
}
