@charset "utf-8";

/* for Common contents */
/*#main_bg{
	border-bottom: 1px solid #001e43;
    border-top: 1px solid #001e43;
	position:relative;
	top:-6px;
	height:90px;
	background:url("../images/cont_bg.png") no-repeat;
}

#p_title{
	color:#fff;
    font-size: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #000;
	margin:18px 0 19px 10px;
}

.p_stitle{
	margin-left:10px;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
}*/

.map_main{
	width:280px;
	margin-bottom:20px;
	margin-right:40px;
	position:relative;
	left:60px;
	float:left;
}

.map_main2{
	width:600px;
	margin:0 auto 40px;
	position:relative;
	clear:left;
}

h2{
	position: relative;
	font-size:14px;
    height:30px;
	line-height:32px;
	text-indent:14px;
	margin-top:22px;
	margin-bottom:14px;
	background:url("../images/cont_bg.png") 0 	-50px no-repeat;
 	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	-moz-box-shadow:1px 2px 7px #ddd;
	-webkit-box-shadow:1px 2px 7px #ddd;
    box-shadow:1px 2px 7px #ddd;
	text-shadow:1px 1px 0 #fff;
	behavior: url("./js/pie.htc");
	border:1px solid green;
}

h2 a:link,h2 a:visited{
	color:#000;
	text-decoration:underline;
}

h2 a:hover{
	color:#ff4500;
}

.link{
	font-size:12px;
	/*margin-left:26px;*/
	position: relative;
	left: 20px;
	top: 0;
}

.link a:link,a:visited{
	color:#237abf;
}

.link a:hover{
	color:#ff4500;
}

.link li{
	text-align: left;
	list-style-type:disc;
}

.map_main2 ol{
	width:560px;
}
/* end of stylesheet */