@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";


div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    text-indent: -9999px;
}

div#section-right h2.osaka {
    background: url(../images/h2_osaka.png) top left no-repeat;
}
div#section-right h2.tokyo {
    background: url(../images/h2_tokyo.png) top left no-repeat;
}
div#section-right h2.kanagawa {
    background: url(../images/h2_kanagawa.png) top left no-repeat;
}



/*		Company
----------------------------------------------------*/

div#map-box {
    overflow: hidden;
}
div#map-box dl.map {
    margin: 10px 0 0 15px;
    float: left;
    display: inline;
}

div#map-box dl.map dt {
    margin: 5px 0;
    font-size: 14px;
}

table#detail {
    width: 635px;
    margin: 10px 0 0 15px;
    font-size: 14px;
    border-collapse: collapse;
}
table#detail th,
table#detail td {
    border: solid 1px #CCC;
    border-width: 0 0 1px 0;
}
table#detail th {
    width: 100px;
    font-weight: bold;
}
table#detail td {
    padding: 10px;
    line-height: 2.0;
}

p.pagetop {
    border: 0;
}
