@charset "UTF-8";
/* base styles */
body {
	background-color:#000;
	color:#333333;
	font-size:0.8em;
	line-height: 1.5em;
}
#main{
	width:560px;
	margin: 0 auto;
	padding-bottom:10px;
}
.mB20{
	margin-bottom:20px;
}
h2{
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
}
.coment{
	background:url(../map/img/bg_pc.gif) repeat-y left top;
	padding:0 15px;
	line-height:21px;
}