@charset "UTF-8";
/******************** profile ********************/
.profile{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.profile table{
	width: 535px;
	background-color: #ffffff;
}
.profile th{
	width: 6em;
	text-align: justify;
	text-justify: distribute-all-lines;
	color: #00cc33;
}
.profile td.col1{
	width: 2em;
}
/******************** gallery ********************/
.gallery{
	width: 555px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.gallery p{
	padding-left: 18px;
	background: url("../img/common/icon-zoom.gif") left center no-repeat;

}
.gallerylist{
	overflow: hidden;
}

.gallerylist li{
	float: left;
}
.gallerylist li img{
	vertical-align: bottom;
}
/******************** floormap ********************/
.floormap{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

/******************** related ********************/
.related{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.related li{
	padding-left: 18px;
	background: url("../img/common/icon-list.gif") left center no-repeat;
}
.related a{
	text-decoration: none;
	color: #000;
}
