﻿@charset "UTF-8";



div#left div.box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 660px;
}

div.infobox {
	/*margin-bottom: 20px;*/
	width: 660px;
	height: 320px;
	background: #ffffff url(../images/okmap.jpg) bottom right no-repeat;
}

div.box dl,
div.infobox dl {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}

div.box dl {
	border-bottom: 1px #cccccc dotted;
}

div.box dt {
	margin-bottom: 5px;
	color: #6f381e;
	font-size: 14px;
	font-weight: bold;
}

div.infobox dt {
	font-size: 15px;
	color: #ee7f00;
	font-weight: bold;
}

div.infobox dd {
	margin-bottom: 15px;
}


div.box dd img {
	margin: 10px 5px 10px 0;
}



