@charset "UTF-8";

/*地図右テキストの設定*/
#map_text { float:left; margin:10px auto; padding:0px; width:350px; text-align:left; }
#map_text p { width:350px; text-align:justify; text-justify:distribute;}

/*地図の設定*/
#map { float:right; margin:10px auto; padding:0; width:350px; height:255px;}
#map img { border:1px solid #88C1D9;}

/*境界線の設定*/
.line { clear:both; width:710px; margin:2px auto 0px; padding:0px 0 0 0 ; border-top:#A4C1EF 1px solid; }

