@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		Privacy Policy
----------------------------------------------------*/
div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_company.png) top left no-repeat;
    text-indent: -9999px;
}

div#map-box {
    overflow: hidden;
}
div#map-box dl.map {
    margin: 10px 0 0 15px;
    float: left;
    display: inline;
}

div#aisatsu dl {
    margin: 10px 0 0 15px;
    font-size: 14px;
	line-height:1.5;
	width:635px;
}

div#map-box dl.map dt {
    margin: 5px 0;
    font-size: 14px;
}

div#aisatsu dl dt {
    margin: 5px 0;
}

div#aisatsu dl dd {
    padding: 8px;
	background:#eee;
}

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;
}
