﻿@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
    padding-bottom: 60px;
}

#conts h2 {
    margin:0 0 30px 0;
}

#conts h3 {
    margin: 30px 50px 10px;
    padding-left: 12px;

    background:#081C41;
    
    color: #FFF;
    font-size: 12px;
    line-height:30px;
}

#conts p {
    margin:15px 50px 0 50px;
}

#conts ul {
    margin: 0 50px;
}

#conts li {
    padding: 10px 0;
    border-bottom: #ccc 1px solid;
}

#conts .noBack {
    border:none;
}

#conts .pl55 {
    padding-left: 55px;
}

#conts .pl90 {
    padding: 0 0 0 90px;
}

h2.main {
    width: 920px;
    height: 92px;
    background: url(../img/data/h2_img01.gif);
    text-indent: -9999px;
}
h2.link {
    width: 920px;
    height: 92px;
    background: url(../img/guide/h2_link.gif);
    text-indent: -9999px;
}
h2.sitemap {
    width: 920px;
    height: 92px;
    background: url(../img/guide/h2_sitemap.gif);
    text-indent: -9999px;
}
h2.chief {
    width: 920px;
    height: 92px;
    background: url(../img/chief/h2_chief.gif);
    text-indent: -9999px;
}
h2.request {
    width: 920px;
    height: 92px;
    background: url(../img/request/h2_request.gif);
    text-indent: -9999px;
}

