@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

.mapZone {
	height		: 1%;
}

.mapZone:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= トップページ ============= */

#leftcol {
	width		: 280px;
	text-align	: left;
	float		: left;
}

#maincol {
	width		: 420px;
	text-align	: left;
	float		: right;
	margin-top	: 42px;
}

.mapBox {
	width		: 420px;
	margin-bottom		: 30px;
}

.mapBox h3 {
	margin-bottom		: 10px;
}

.mapZone {
	width		: 400px;
	margin		: 10px;
}

.mapZone ul {
	list-style-type		: none;
	margin-top	: 5px;
}

.mapZone li {
	font-size	: 12px;
	color		: #535353;
	padding-bottom: 5px;
}

.mapZone li a {
	font-size	: 12px;
	color		: #535353;
	text-decoration		: none;
}

.mapZone h4 a {
	font-size	: 12px;
	color		: #DF9013;
	text-decoration		: none;
}

.leftBox {
	width		: 190px;
	margin-right: 20px;
	float		: left;
}

.leftBox h4 {
	font-size	: 12px;
	color		: #DF9013;
	background-image	: url("../img/bg_2line.gif");
	background-repeat	: repeat-x;
	background-position : bottom;
	padding-bottom		: 3px;
	font-weight	: normal;
}

.rightBox {
	width		: 190px;
	float		: right;
}

.rightBox h4 {
	font-size	: 12px;
	color		: #DF9013;
	background-image	: url("../img/bg_2line.gif");
	background-repeat	: repeat-x;
	background-position : bottom;
	padding-bottom		: 3px;
	font-weight	: normal;
}


