@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_mainContents */
#mainContents{
	background-image: url(../../info/images/photo01.jpg);
	background-position: right 210px;
	background-repeat: no-repeat;	
}

/* definition_textBoxL */
.textBoxL{
	margin: 0 0 60px;
	width: 415px;
}

/* definition_textBoxL */
.imgBoxL{
	width: 215px;
	margin-top: 0;
	margin-right: 34px;
	margin-bottom: 30px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imgSolid {
	width: 215px;
	border: 1px solid #ab9c95;
	margin-bottom: 5px;
}



/* definition_boxRule */
#boxRule{
	background-image: url(../../info/images/box_concept_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 0 60px;
	padding: 0 0 52px;
	width: 719px;
}
.roomBox {
	float: right;
	margin-bottom: 5px;
}



#boxRule h4{
	background-image: url(../../info/images/box_concept_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 50px;
	text-align: center;
}

#boxRule ul{
	margin: 0 0 0 80px;
}

#boxRule ul li{
	margin: 0 0 20px;
}

#boxRule ul li img{
	padding: 0 15px 0 0;
	vertical-align: middle;
}

/* definition_boxMap */
#boxMap{
	border-color: #ab9c95;
	border-style: solid;
	border-width: 1px;
	height: 280px;
	width: 719px;
}
