@charset "utf-8";

#content01 h2 {
margin-bottom:11px;
}

/* lead */
#content01 .lead {
margin:0 10px 10px;
}
#content01 .lead p {
font-size:1.2em;
}

/* about */
#content01 .about {
overflow:hidden;
height:100%;
margin:0 10px;
}
#content01 .about table {
display:inline;
float:left;
width:490px;
margin:0 -3px;
border-collapse:separate;
border-spacing:3px;
font-size:1.2em;
}
#content01 .about th,
#content01 .about td {
padding:8px 13px;
vertical-align:middle;
}
#content01 .about th {
width:139px;
background-color:#E2E9EF;
}
#content01 .about table dt {
clear:left;
float:left;
width:7em;
}
#content01 .about table dd {
margin-left:7em;
}
#content01 .about .map {
float:right;
}

/* for nn6 (clearfix) */
#content01 .about:after {
content:".";
display:block;
visibility:hidden;
clear:both;
height:0;
}
