@charset "utf-8";


body {
margin:0;
padding:0;
background:#fff;
font:78% Verdana, "Lucida Grande", "メイリオ","Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
color:#333;
text-align:center;
}

/* 外枠 */
#map-frame {
margin:0 auto;
width:674px;
border:1px #000 solid;
}

/* ヘッダー */
div#header {
width:674px;
background:#000;
}

/* フッター */
div#footer {
width:670px;
background:#000;
height:19px;
text-align:left;
padding-left:4px;
margin-top:20px;
}

div#main {
width:534px;
text-align:left;
margin:0 auto;
}

img#logo { padding:15px 15px 10px; }

table.map-table {
font-size:94%;
margin:15px 0 15px 0;
border-collapse:collapse; 
border:1px dotted #ccc;
width:100%;
}

table.map-table th {
border: 1px dotted #ccc;
padding:3px 6px 3px 6px;
text-align:left;
width:65px;
}

table.map-table td {
border: 1px dotted #ccc;
padding:3px 6px 3px 6px;
text-align:left;
}

img {border:none;}





/* ----------------------------------------------------------------------------------
    Clearfix 
---------------------------------------------------------------------------------- */
.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearfix {
display:inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.honbun_black {
line-height: 1.4em;
color: #000000;
}
