@charset "UTF-8";
/*
メインイメージ
*/
#main_img {
	clear:both;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#container {
}
#content {
	width: 670px;
	float: right;
}

h2 {
	margin: 0px 0px 20px;
	padding: 0px;
}



/*
左カラム
*/
#left {
	float: left;
	width: 170px;
	text-align: center;
}
#left dl dt {
	margin-bottom:2px;
}

/*
#left #price dt {
	background: url(../img/title_price.gif) no-repeat center top;
	height: 15px;
	text-indent: -9999px;
}
#left #reserv dt {
	background: url(../img/title_reserv.gif) no-repeat center top;
	text-indent: -9999px;
	height: 15px;
}
#left #access dt {
	background: url(../img/title_access.gif) no-repeat center top;
	text-indent: -9999px;
	height: 15px;
}
#left #dl dt {
	background: url(../img/title_dl.png) no-repeat center top;
	text-indent: -9999px;
	height: 42px;
	margin-bottom:5px;
}
*/
#left #dl dd {
	margin-bottom: 2px;
}

#left #price,
#left #reserv,
#left #access {
	padding:0 0 5px 0;
	border-bottom: 1px dotted #765C2F;
	margin-bottom:10px;
}





/*#left #contact p {
	background: url(../img/bnr_contact.gif) no-repeat center top;
	height: 81px;
	text-indent: -9999px;
}
#left #contact p a {
	display: block;
	height: 81px;
}
*/