@charset "utf-8";
@import url(../../css/common.css);

#m_container {
width:650px;
}

#head {
background:none;
margin:0px;
}

#main_box {
	width:650px;
	color:#600;
	letter-spacing:0.1em;
	margin-bottom:50px;
	clear:both;
}

#map {
 width:650px;
 height:650px;
 margin-bttom:20px;
}
p.pri_page {
margin-top:10px;
}

@media print {
p.pri_page {
display:none;
}
}