@charset "utf-8";

/* CSS Document */

.contents{
    margin-bottom:0px;
    }

.mainCut{
    margin-bottom:60px;
    }

.outline{
    float:left;
    width:380px;
    }

.history,
.award{
    float:right;
    width:540px;
    }

.award{
    margin-bottom:50px;
    padding-bottom:0px;
    }

.outline h1,
.history h1,
.award h1{
    margin-bottom:35px;
    padding-bottom:15px;
    border-bottom:1px dotted #999;
    }

.outline dl{
    line-height:200%;
    }

.outline dl dt{
    float:left;
    color:#9F8458;
    }

.outline dl dd{
    margin:0px 0px 1.2em 0px;
    padding:0px 0px 1.2em 106px;
    border-bottom:1px dotted #CACACA;
    }

.history{}

.history ul{
    margin-bottom:1.0em;
    }

.history .listL{
    float:left;
    width:262px;
    }

.history .listR{
    float:right;
    width:250px;
    }

.history ul li{
    margin:0px 0px 1.2em 0px;
    padding:0px 0px 0px 12px;
    background:url(../images/common/marker01.jpg) no-repeat left 0.5em;
    }

.award dl{
    line-height:180%;
    }

.award dl dt{
    float:left;
    padding-right:16px;
    background:url(../images/common/marker02.jpg) no-repeat right 0.8em;
    color:#9F8458;
    }

.award dl dd{
    margin:0px 0px 1.5em 0px;
    padding:0px 0px 0px 78px;
    }

#map_canvas{
    width:100%;
    height:380px;
    border:none;
    }


