@charset "utf-8";

@import "/themes/plan/master.css";
@import "/themes/plan/system.css";

div.main-image {
	background: url(images/guestroom_image.jpg) no-repeat 0 0;
	width: 605px;
	height: 311px;
}

h3 {
	font-size: 110%;
	margin-bottom: 10px;
	border-bottom: #a72125 1px solid;
	width: 90%;
}

/*
 [ table-style
----------------------------------------------------------- */
.blogEntryBody table td {
	padding: 5px;
}
.blogEntryBody table td.td-name {
	background: #b91e27;
	color: #ffffff;
}
.title {
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #000000;
	border-bottom: #8C1E24 1px dashed;
	clear: both;	
}

dl.aroma dt {
	background: url(images/aromaPoint.gif) no-repeat 0 3px;
	padding-left: 15px;
}
dl.aroma dd {
	background: url(images/aromaPoint02.gif) no-repeat 2px 2px;
	padding-left: 15px;
	margin-bottom: 10px;
}