/*--Link------------------------------------------------------------*/
a, a:link {
    color: #444;
    text-decoration: none
    }
a:visited {
    color: #444;
    text-decoration: none
    }
a:hover, a:active {
    color: #777;
    text-decoration: none
    }
a:focus {
    outline: none
    }
a.hover:hover {
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    zoom: 1
    }
/*--layout--------------------------------------------------------*/
h2.topimg {
    background: url(../images/_topimg_information.7c9dce3070697ae270d6497732a7b546.png) no-repeat
    }
body#information dl.info {
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.1px;
    /*padding: 0 30px;*/
    }
body#information dl dt.infoIn {
    color: #9EC581;
    background: url(../images/_icn_tit.e6ff3bb1c40d8798d707f0dc3a75d4e5.png) no-repeat 20px center;
    padding: 0 0 0 40px;
    margin: 15px 0;
    font-weight: 800
    }
    
body#information dl dd.infoTxt {
    color: #525252;
    border-bottom: solid 1px #85AB6B;
    padding: 0 20px 40px 40px;
    font-size:100%;
    }
