@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

======================================= */

div.row3
{
	width: 540px;
	margin: 0 auto 20px;
	padding: 0 0 30px;
	background: url(../img/common/bg_seperator_large.gif) no-repeat center bottom;
}
div.row3 h3
{
	margin: 0 0 10px;
}
div.row3 div.map
{
	width: 520px;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff8ec;
}

#detail div.map
{
	float: left;
	width: 340px;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff8ec;
}
#detail dl.notes,
#detail ul.notes
{
	float: right;
	width: 170px;
}
#detail dl.notes dt
{
	font-weight: bold;
}
#detail dl.notes dl.telFax dt
{
	float: left;
	width: 2.5em;
	font-weight: normal;
	line-height: 120%;
}
#detail dl.notes dl.telFax dd
{
	padding-left: 2.5em;
	font-size: 100%;
	line-height: 120%;
}
/*
div.row3 ul.notes li#btnGoogleMap
{
	margin: 1em 0 0;
	text-align: center;
}
*/
#widearea div.map
{
	margin: 0 0 20px;
}
#widearea div.row4
{
	margin: 0 0 10px;
}
#widearea div.row4 h4
{
	margin: 0 0 5px;
}	
#widearea ul.route li
{
	float: left;
}