@charset "utf-8";

/* ========================================================
	index.css => indexページ用css
======================================================== */

#contentsContainer {
	zoom: 1;
}
#contentsContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}


/* h2
============================================================================================================ */
h2 {
	margin-bottom: 20px;
}




/* bnr
============================================================================================================ */
#contentsContainer ul#cottagePhLarge {
	/*float: right;*/
	padding-top: 22px;
	margin-left: -120px;
}
#contentsContainer ul#cottagePhLarge li {
	padding-bottom: 16px;
}




/* bnr
============================================================================================================ */
#contentsContainer ul.bnr {
	float: right;
	padding-top: 22px;
}
#contentsContainer ul.bnr li {
	padding-bottom: 12px;
}


#locationPhAreajj {
	margin: 5px 0 20px 0;
	zoom: 1;
}
#locationPhAreajj:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
#cottagePhLarge {
	position: relative;
	width: 1200px;
	height: 800px;
}
#cottagePhLarge.index {
	position: relative;
	width: 1200px;
	height: 800px;
}
#cottagePhLarge li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 0; 
}
#cottagePhLarge li.first {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 0; 
}
#cottagePhLarge.index li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: 1px solid #ff7a7b; 
}

#cottagePhThumbs {
	text-align: left;
	margin: 10px 0;
	padding: 0px;
	background: url(http://www.nidomcc.com/english/common/img/common/thumb_bg05.gif) 0 0 repeat-x #dfedff;
}
#cottagePhThumbs li {
	margin-left: 10px;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}



/*----#infobnr add150323----*/
#infobnr {
	width: 960px;
	margin: 0px auto 20px;
}
#infobnr p {
	text-align: center;
	margin: 5px 0 10px;
}


/* jingis
============================================================================================================ */
.jingis {
	margin-top: 16px;
	padding: 8px;
	background-color: #fff9dd;
	border: 1px solid #cccccc;
	width: 650px;
}
.jingis img {
	float: left;
	margin-right: 16px;
}
.jingis p {

}


/* informationArea_new
============================================================================================================ */
#informationArea_new {
	width: 670px;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 92%;
	float: left;
}

#informationArea_new h3 {
	border-bottom: 1px solid #d1d1d1;
}

#informationArea_new ul {
	zoom:1;
	margin-top: 20px;
}

#informationArea_new ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

#informationArea_new li {
	padding: 5px 0;
	border-bottom: 1px dotted #d1d1d1;
	margin: 5px 0;
}
#informationArea_new a {
	color: #373737;
}

.bnr_right {
	float: right;
	width: 250px;
}
.bnr_right li {
	margin: 0 0 10px 0;
}

.bnr_right li img {
	text-align: right;
}