@charset "utf-8";

/*--------------------------------------
	TOP
---------------------------------------*/
#flash {
	clear: both;
	height: 350px;
	margin: 0 auto;
	padding: 0;
}

ul#index_request {
	/*一時非表示*/
	display: none;
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

ul#index_request li {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#contents #top3 {
	margin-bottom: 0;
}
	#contents #top3 #topLeft {
		width: 600px;
		margin: 10px 0 5px;
	}
	#contents #top3 #topRight {
		width: 270px;
		margin: 10px 0 5px;
	}

#contents #top1 {
	margin-bottom: 0;
}
	#contents #top1 #topLeft {
		width: 600px;
		margin: 10px 0 5px;
	}
	#contents #top1 #topRight {
		width: 270px;
		margin: 10px 0 5px;
	}

h2#main_copy {
	margin: 10px 0 0 0;
	text-align: center;
}
h2#main_copy .sub{
	margin-bottom: 10px;
}
h2#holidays {
	width: 860px;
	margin: 0 auto;
}
h2#main_copy2 {
	margin: 0;
	text-align: center;
}

h3#sub_copy {
	margin-bottom: 5px;
	padding-bottom: 15px;
	text-align: center;
	/*border-bottom: 1px solid #1C58BB;*/
}
h3#east_copy {
	margin-bottom: 15px;
}

.navOver,
.navOver a,
.navOver a:hover {
	display: block;
}
	.navOver a:hover {
		background-color: transparent;
	}
		.navOver a:hover img {
			visibility: hidden;
		}
#nav_design {
	background: url("../img/nav_design_o.jpg");
}
#nav_access {
	background: url("../img/nav_access_o.jpg");
}
#nav_photo {
	background: url("../img/nav_photo_o.jpg");
}
#nav_madori {
	background: url("../img/nav_madori_o.jpg");
}
#nav_facilities {
	background: url("../img/nav_facilities_o.jpg");
}

/* その他のフィネスシリーズ */
 /* 5物件のとき */
#series {
	width: 900px;
	margin: 0 auto;
	padding: 5px 6px;
	text-align: center;
	background: #DF1414;
}
	#series ul {
		margin: 0;
		padding: 0;
	}
	#series li {
		list-style-type: none;
		margin-right: 22px;
	}
		#series li.end {
			margin-right: 0;
		}
 /* 6物件のとき */
#series6 {
	width: 894px;
	margin: 0 auto;
	padding: 5px 0 5px 6px;
	text-align: center;
	background: #DF1414;
}
	#series6 ul {
		margin: 0;
		padding: 0;
	}
	#series6 li {
		list-style-type: none;
		margin-right: 15px;
	}
		#series6 li.end {
			margin-right: 0;
		}

.imgList li {
	float: left;
}
/* ----------------------------------------------
 * clearfix
---------------------------------------------- */
/*for IE 5.5-7*/
.clr {
	zoom: 1;
	display: inline-table;
}

/*for modern browser*/
.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */


