@charset "utf-8";

/*
	Outline
----------------------------------------------------------------------*/

/*firstBlock---*/
#firstBlock {
	width: 430px;
	float: left;
}

#firstBlock dl {
	line-height: 1.75em;
}

#firstBlock dl dt {
	font-weight: bold;
	float: left;
}

#firstBlock dl dd {
	padding-left: 120px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

#firstBlock ul {
	list-style: disc;
	margin-left: 25px;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {
	float: right;
	width: 500px;
}

#secondBlock .blockTitle {
	font-size: 0.75em;
	margin-bottom: 15px;
}

#secondBlock .mapArea {
	position: relative;
}

#secondBlock .hit {
	position: absolute;
	top: 335px;
	left: 175px;
}

#secondBlock .hit a {
	text-decoration: none;
	display: block;
}

#secondBlock .hit a:hover {
	background-color: #F90;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#secondBlock .access {
	line-height: 1.75em;
	padding: 10px 15px;
	background-color: #F0F0F0;
	margin-top: 15px;
}
/*---secondBlock*/
