@charset "utf-8";
/*-------------------------------------*/

#slider{  height: 326px; overflow: hidden; margin-bottom: 14px;}
#slider img{ height: 326px;}

ul#nav{ float: right;}

ul#nav li{
	background: url(../img/index/lamp2.gif) no-repeat 0 0;
	width: 7px;
	height: 6px;
	float: left;
	display: inline;
	margin-left: 10px;
}

ul#nav li.activeSlide{ background: url(../img/index/lamp1.gif) no-repeat 0 0;}

ul#nav li:hover{ cursor: pointer;}

span.readTxt{
	display: block;
	margin: 30px 0 60px 3px;
	clear: both;
}

section#aboutInterior{}

section#aboutInterior h1,
section#aboutEquipment h1{
	padding: 20px 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #D2C3B4;
	background: url(../img/share/bg_border_check.gif) repeat-x 0 0;	
}

section#aboutInterior h1 img,
section#aboutEquipment h1 img{ padding-left: 5px;}

section#aboutInterior article.clearfix{
	margin-bottom: 35px;
	width: 617px;
}
section#aboutInterior article.clearfix div{
	width: 190px;
	float: left;
	margin-left: 21px;
	display: inline;
}

section#aboutInterior article.clearfix div:first-child{	margin-left: 5px;}
section#aboutInterior article.clearfix:last-child{ margin-bottom: 0;}

section#aboutInterior article.clearfix div p{}
section#aboutInterior article.clearfix div strong{
	display: block;
	margin: 20px 0 15px;
	color: #8ABC00;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
}

section#aboutInterior article.clearfix div span{
	display: block;
	text-align: justify;
	line-height: 1.8;
	font-size: 13px;
}

section#aboutInterior article.clearfix div span a{
	display: block;
	padding-top: 0.5em;
}