@charset "utf-8";

/*--------------------

	Terms common
	
--------------------*/

.mapInn h2{
	display:block;
	padding:8px 0 0 10px;
	color:#4687AA;
	font-weight:bold;
	border-top:#4687AA solid 3px;
}

.mapInn h2.noLink{
	color:#666666;
}

.mapInn h2 a{
	background:url(../../common/images/ico/ico_right.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}

.mapBox{
	width:100%;
	margin:0 auto 8px auto;
	padding:0 0 5px 0;
}

.mapBox p{
	margin:0 auto;
}

.mapBox ul{
	width:300px;
	margin:0 auto;
}

.mapBox ul li{
	padding:10px 0 0 10px;
	margin:5px 0 0 0;
	background:url(../../common/images/dot_blue.gif) repeat-x top;
}

.mapBox ul li a{
	padding:0 0 0 10px;
	background:url(../../common/images/ico/ico_arrow.gif) no-repeat 0 50%;
}

.mapBox ul li.cateInn{
	padding:5px 0 0 30px;
	margin:5px 0 0 0;
	background:none;
}

.mapLeft{
	float:left;
}

.mapLeftInn{
	width:320px;
	margin-bottom:25px;
	background:url(../../common/images/h2_bg.gif) repeat-x bottom;
}

.mapRight{
	float:right;
}

.mapRightInn{
	width:320px;
	margin-bottom:25px;
	background:url(../../common/images/h2_bg.gif) repeat-x bottom;
}

