@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

/* h2 */
#contents h2{
	margin-bottom:15px;
}



/*-----------------------------
	main
------------------------------*/

#main{
	width:710px;
}
/* read */
#main #read{
	border:1px solid #FFC680;
	background:url(../../images/read_bg.png) repeat;
	padding:15px;
	line-height:1.5;
	color:#FF8C00;
	font-weight:bold;
	margin:4px 10px 30px 0;
	font-size:14px
}
/* cmap */
#main #cmap{
	clear:both;
	width:707px;
	height:691px;
	_height:693px;
	position:relative;
	margin-bottom:30px;
}
#main #cmap #fm{
	position:absolute;
	left:207px;
	top:0;
}
#main #cmap #pm{
	position:absolute;
	left:0;
	bottom:0;
}
#main #cmap #sm{
	position:absolute;
	right:0;
	bottom:0;
}




