@charset "UTF-8";

#contents{
	margin: 0 auto;
	background: url(../images/contents_bg.gif)  repeat-y;
	width: 695px;
	height: auto;
	min-height: 500px;
}

#contents #wrapper{
	margin: 0 0 0 77px;
}

#contents h2{
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	height: 50px;
	background: url(../images/title_under.gif) no-repeat -10px 55px;
}


#contents h3{
	margin: 0px 90px 20px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #ccc dotted 1px;
	width: 550px;
}

#contents #Reserve table{
	width: 550px;
}

#contents #Reserve .Box{
	width: 550px;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;

}

#contents #Reserve table img{
	margin: 10px 0 10px 5px;
	
}

#contents #Reserve dl{
	margin: 0 0 0 0;
	padding: 0 0 20px 0;

}

#contents #Reserve strong{
	color: #666;
}

#contents #Reserve dd{
	padding: 10px 0 0 15px;

}


#contents #Reserve dt{
	font-size: 12px;
	border-bottom: solid 1px #999;
	border-left: solid 6px #999;
	font-weight: bold;
	color: #666;
	margin: 20px 0 10px 0;
	padding: 0 0 0 5px;

}


