﻿@charset "utf-8";
/* ==============================================================
	Basic environmental information database system for Environmental Impact Assessment 
	Default Style Sheet
	First Update 2013-09-04
	Last Update  2013-09-28
============================================================== */

/* --------------------------------------------------------------
  1. Body and Base Setting
	1-1. Structure Module
	1-2. Image Module
	1-3. Text Module
  2. Link Setting
  3. clearfix Setting
-------------------------------------------------------------- */

/* ==============================================================
  1. Body and Base Setting
============================================================== */
/* --------------------------------------------------------------
  1-1. Structure Module
-------------------------------------------------------------- */
html {
    height: 100%;
    background: #FFF;
    overflow: scroll;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #000;
    /*font-family: Verdana,Arial,sans-serif;*/
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", verdana, arial, sans-serif;
    /*font-size: 13px;*/
    font-size: 80%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    background: #EAEAEA;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

p, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        list-style-position: inside;
    }

    ol li {
        list-style-position: inside;
    }

input, select, textarea {
    font-size: 100%;
    padding-left: 3px;
    vertical-align: middle;
    font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", verdana, arial, sans-serif;
}

    input[type="button"] {
        background-color: #E6E6E6;
    }

form {
    margin: 0;
    padding: 0;
}

/* container ------------------------------------------------ */
.frame #container {
    width: 940px;
    min-width: 940px;
}

    .frame #container.container_expand {
        width: 940px;
        min-width: 940px;
    }

#container {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    background-color: #FFF;
}


/* header --------------------------------------------------- */
#header {
    position: relative;
    width: 880px;
    height: 70px;
    margin: 0 auto;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}

.frame #header {
    width: 100%;
}

#header .header_title {
    font-size: 32px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 16px;
    margin: 0;
    width: 880px;
    /*text-align: center;*/
    line-height: 1.1;
    padding-left: 10px;
}

#header .header_title_eng {
    text-align: left;
    /*line-height: 3.2;*/
    font-size: 12px;
    /*height: 38px;*/
    /*width: 610px;*/
    padding: 0;
    padding-left: 10px;
    margin: 0;
    font-weight: normal;
}

    #header .header_title_eng span {
        color: #ee702c;
        font-weight: 900;
        /*text-decoration:underline;*/
        font-size: 1.2em;
    }

#header div.registrant {
    /*position: absolute;*/
    top: 5px;
    right: 0;
    /*padding: 0px 0px 4px 10px;*/
    height: 18px;
    font-size: 13px;
}

    #header div.registrant span {
        height: 21px;
    }

/*#header div.registrant a {
        display: block;
        width: 100px;
        height: 21px;
        background: url(../images/bg_btn.png) no-repeat 80px -6px;
        float: right;
        margin-left: 10px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
        padding-left: 5px;
        text-decoration: none;
    }

        #header div.registrant a:hover {
            background: url(../images/bg_btn.png) no-repeat 80px -31px;
            color: #000;
            background-color: #FFF;
            border: 1px solid #000;
        }*/

#header div.guest {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0px 0px 4px 10px;
    height: 18px;
    font-size: 13px;
}

    #header div.guest a {
        display: block;
        width: 155px;
        height: 21px;
        background: url(../images/btn_login.png) no-repeat 0px 0px;
        text-indent: -9999px;
        float: right;
        margin-left: 0px;
    }

        #header div.guest a:hover {
            background: url(../images/btn_login.png) no-repeat 0px -21px;
        }

/* for ie7*/ *:first-child + html #header div {
    width: 340px;
}

    *:first-child + html #header div span {
        float: left;
        text-align: right;
    }

/* content  -------------------------------------------------- */
#content {
    width: 880px;
    margin: 0 auto;
    text-align: left;
}

/* bread navi  -------------------------------------------------- */
#bread {
    margin: 10px 0 10px 0px;
    text-indent: -10px;
    clear: both;
}

    #bread a {
        margin-right: 10px;
        padding-left: 10px;
    }

    #bread span {
        color: #AEB832;
        margin-left: 10px;
    }

/* Box  ------------------------------------------------------ */
#Box {
    width: 100%;
    margin-bottom: 20px;
}

/* LeftBox  ------------------------------------------------------ */
.leftBox {
    float: left;
}

/* RightBox  -------------------------------------------------- */
.rightBox {
    /*font-family: Verdana,Arial,sans-serif;*/
    /*font-size: 1.1em;*/
    float: right;
}

/* footer  --------------------------------------------------- */
#footerMenu {
    clear: both;
    border-top: 4px solid #000;
}

    #footerMenu #author {
        padding: 10px 0;
        position: relative;
    }

    #footerMenu #footer0 {
        font-size: 15px;
    }

    #footerMenu #footer1 {
        font-size: 12px;
    }

    #footerMenu #footer2 {
        display: block;
        /*border-bottom: 1px solid #000;*/
        padding-bottom: 3px;
        /*margin-bottom: 5px;*/
        font-size: 12px;
    }

    #footerMenu #footer3 {
        font-size: 12px;
    }

    #footerMenu #link {
        /*position: absolute;
        top: 50%;*/
        /*right: 0;
        margin-top: -60px;*/
        width: 180px;
        text-align: right;
        background-color: #FFF;
    }

        #footerMenu #link img {
            margin-left: 10px;
        }

    #footerMenu #copyright {
        border-top: 4px solid #000;
        clear: both;
        width: 100%;
    }

        #footerMenu #copyright .leftBox {
            width: 90px;
            background: url(../images/btn_policy.png) no-repeat 0 5px;
            margin: 0;
            padding: 0;
            text-indent: -9999px;
        }

        #footerMenu #copyright .rightBox {
            width: 870px;
            text-align: right;
            font-size: 11px;
            padding-top: 3px;
        }

/* -------------------------------------------------------------
  1-2. Image Module
------------------------------------------------------------- */
a img {
    border: none;
}

/* -------------------------------------------------------------
  1-3. Text Module
------------------------------------------------------------- */
/*#main #sec02, #main #sec03, #main #sec04,	#main #sec05,#main #sec06{ font-size:12px;}*/

/* ============================================================
  2. Link Setting
============================================================ */
a:link {
    color: #000;
    /*text-decoration: none;*/
    /*font-weight: bold;*/
}

a:visited {
    color: #000;
    /*text-decoration: none;*/
    font-weight: normal;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: underline;
}

.btn a:link, .search a:link {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.btn a:visited, .search a:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}


.btn a:hover, .btn a:active, .btn a:focus, .search a:hover, .search a:active, .search a:focus {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

/* ============================================================
  3. clearfix Setting
============================================================ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

a:focus {
    overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */


.btn_transpage {
    /*display: block;*/
    /*height: 20px;*/
    /*float: none;*/
    /*margin-top: 5px;*/
    background-color: #FFF;
    border: 1px solid gray;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    /*font-size: 14px;*/
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
}

    .btn_transpage:hover {
        color: white;
        background-color: black;
        text-decoration: none;
        font-weight: normal;
    }

    .btn_transpage a {
        text-decoration: none;
        font-weight: normal;
    }

        .btn_transpage a:hover {
            text-decoration: none;
            font-weight: normal;
        }

.gobackpage {
    font-size: 1.1em;
    text-align: right;
    padding-top: 6px;
    /*margin-bottom: 20px;*/
    /*font-size: 13px;*/
}

.btn_function {
    color: black;
    background-color: #EEE;
    border: 1px solid #888;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
}

    .btn_function:hover {
        color: white;
        background-color: black;
        border: 1px solid #888;
        border-radius: 4px;
        text-decoration: none;
        font-weight: normal;
    }

    .btn_function:link {
        font-weight: normal;
    }

.btn_logout {
    color: white;
    background-color: #0489B1;
    border: 1px solid #888;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: normal;
}

    .btn_logout:hover {
        color: black;
        background-color: lightblue;
        border: 1px solid #888;
        border-radius: 4px;
        text-decoration: none;
        font-weight: normal;
    }

    .btn_logout:link {
        font-weight: normal;
    }

/* ==============================================================
	Basic environmental information database system for Environmental Impact Assessment
	Style Sheet
	First Update 2013-09-04
	Last Update  2013-10-07
============================================================== */

/* --------------------------------------------------------------
  1. maim
     index.html,index_login.html,index_login2.html
  2. login.html
  3. utility
	3-1. request.html
	3-2. topics.html
	3-3. agreement.html
  4. gis
  	4-1. explain.html
  5. case
  	5-1. explain.html
  6. data
  	6-1. explain.html
  7. model
  	7-1. explain.html
	7-2. dl.html
  8. commom style
-------------------------------------------------------------- */

/*#login a.btn_detail {
    background: url(../images/bg_detail.png) no-repeat 90px -5px;
    display: block;
    width: 110px;
    height: 20px;
    float: none;
    margin-top: 5px;
    border-bottom: 1px solid black;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-decoration: none;
}

    #login a.btn_detail:hover {
        color: #aeb832;
        background-position: 90px -30px;
        text-decoration: none;
    }*/

/*#login a.btn_detail_tiiki {
    background: url(../images/bg_detail.png) no-repeat 230px -5px;
    display: block;
    width: 250px;
    height: 20px;
    float: none;
    margin-top: 5px;
    border-bottom: 1px solid black;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-decoration: none;
}

    #login a.btn_detail_tiiki:hover {
        color: #aeb832;
        background-position: 230px -30px;
        text-decoration: none;
    }*/

/*#login a.btn_seemap, #login a#btn_selectmap, #login a#btn_case, #login a#btn_data, #login a#btn_selectmapmodel, #login a#btn_report {
    background: url(../images/bg_btn.png) no-repeat 130px 0px;
    display: block;
    height: 25px;
    width: 140px;
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    padding: 3px 0px 0 8px;
    margin-top: 2px;
    text-decoration: none;
}

    #login a.btn_seemap:hover, #login a#btn_selectmap:hover, #login a#btn_case:hover, #login a#btn_data:hover, #login a#btn_selectmapmodel:hover, #login a#btn_report:hover {
        background-position: 130px -25px;
        color: #000;
        background-color: #FFF;
        border: 1px solid #000;
    }*/

/*#login a#btn_seemap {
    background: url(../images/bg_window.png) no-repeat 115px 0px;
    display: block;
    height: 25px;
    width: 140px;
    color: #FFF;
    background-color: #008070;
    border: 1px solid whitesmoke;
    padding: 3px 0px 0 8px;
    margin-top: 2px;
    text-decoration: none;
}

    #login a#btn_seemap:hover {
        background-position: 115px -25px;
        color: #000;
        background-color: aliceblue;
        border: 1px solid #000;
    }*/

/*#login a#btn_seemapmobile {
    background: url(../images/bg_window.png) no-repeat 205px 0px;
    display: block;
    height: 25px;
    width: 230px;
    color: #FFF;
    background-color: #008070;
    border: 1px solid whitesmoke;
    padding: 3px 0px 0 8px;
    margin-top: 2px;
    text-decoration: none;
}

    #login a#btn_seemapmobile:hover {
        background-position: 205px -25px;
        color: #000;
        background-color: aliceblue;
        border: 1px solid #000;
    }*/

#main a.btn_seemap {
    float: right;
}

#main a#btn_selectmap {
    float: right;
}

#main a#btn_case {
    float: right;
}

#main a#btn_data {
    float: right;
}

#main a#btn_selectmapmodel {
    float: left;
}

#main a#btn_report {
    float: right;
}

#main .select_fix {
    height: 300px;
    overflow: auto;
}

#main .modal_window .select div {
    overflow: auto;
    margin-left: 20px;
}

#main ul#tab li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main ul#tab p {
    background: url(../images/bg_btn.png) no-repeat 170px -25px;
    display: block;
    height: 25px;
    width: 180px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 3px 0px 0 8px;
}

    #main ul#tab p:hover, #main ul#tab .select_tab p {
        background-position: 170px 0px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
    }

#main .Indent {
    text-indent: -2.0em;
    margin-left: 2.0em;
}

#main .detail_top {
    height: 180px;
    font-size: 14px;
}

#main .detail_bottom {
    height: 180px;
    font-size: 14px;
}


/* ==============================================================
  2. login.html
============================================================== */

/* Box  ------------------------------------------------------ */
#login #Box {
    background: url(../images/utility/bg_line.png) repeat-y;
    background-position: 575px 0px;
}

    /* LeftBox  ------------------------------------------------------ */
    #login #Box .leftBox {
        width: 550px;
        float: left;
        margin-right: 50px;
    }

    /* RightBox  -------------------------------------------------- */
    #login #Box .rightBox {
        width: 280px;
        float: left;
    }


#login #sec01 h2 {
    background: url(../images/utility/title_h2.png) no-repeat 0 15px;
    text-indent: -9999px;
    height: 95px;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    margin: 25px 0 20px 0;
    padding: 15px 0;
}

#login #sec01 ul {
    background: url(../images/utility/index.png) no-repeat left center;
    padding-left: 90px;
    font-size: 15px;
    margin-bottom: 20px;
}

    #login #sec01 ul li {
        height: 25px;
    }

    #login #sec01 ul a {
        display: block;
        background-image: url(../images/utility/btn_index.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

        #login #sec01 ul a#index01 {
            background-position: 0 0px;
            width: 160px;
        }

            #login #sec01 ul a#index01:hover {
                background-position: 0 -75px;
            }

        #login #sec01 ul a#index02 {
            background-position: 0 -25px;
            width: 355px;
        }

            #login #sec01 ul a#index02:hover {
                background-position: 0 -100px;
            }

        #login #sec01 ul a#index03 {
            background-position: 0 -50px;
            width: 250px;
        }

            #login #sec01 ul a#index03:hover {
                background-position: 0 -125px;
            }

#login #sec01 .photo {
    position: relative;
}

#login #sec01 p .credit {
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 12px;
    font-family: "ＭＳ ゴシック",sans-serif;
    color: #FFFFFF;
}

#login #sec02 {
    width: 270px;
    float: left;
    margin-right: 25px;
}

    #login #sec02 .photo {
        position: relative;
    }

    #login #sec02 .credit, #login #sec02 p .credit {
        position: absolute;
        bottom: 0px;
        right: 5px;
        font-size: 12px;
        font-family: "ＭＳ ゴシック",sans-serif;
        color: #FFFFFF;
    }

/*#login #sec02 a#btn_application {
        margin-right: 10px;
        font-size: 14px;
        background: url(../images/bg_btn.png) no-repeat 140px 0px;
        display: block;
        height: 25px;
        width: 150px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
        padding: 3px 0px 0 8px;
        text-decoration: none;
    }

        #login #sec02 a#btn_application:hover {
            background-position: 140px -25px;
            color: #000;
            background-color: #FFF;
            border: 1px solid #000;
        }*/

#login .leftBox tab-database h3 {
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: left 15px;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    margin-bottom: 20px;
}

#login #sec03 {
    width: 270px;
    float: left;
}

    #login #sec03 .photo {
        position: relative;
    }

    #login #sec03 .credit, #login #sec03 p .credit {
        position: absolute;
        bottom: 0px;
        right: 5px;
        font-size: 12px;
        font-family: "ＭＳ ゴシック",sans-serif;
        color: #FFFFFF;
    }

#login #sec02 p {
    margin-bottom: 50px;
}

#login #sec04 #user {
    background-color: #E6E9C1;
    padding: 10px 10px 25px 10px;
    margin-top: 15px;
    position: relative;
}

#login #sec04 #member {
    background-color: whitesmoke;
    padding: 20px 10px 20px 10px;
    margin: 15px 0 30px 0px;
    position: relative;
}

#login #sec04 #memberrequest {
    background-color: #E6E633;
}

    #login #sec04 #memberrequest p {
        margin: 5px;
    }


#login #sec04 #member span {
    display: block;
    width: 74px;
    text-align: right;
    padding-right: 10px;
    float: left;
}

#login #sec04 #member input {
    width: 150px;
    margin-bottom: 7px;
    padding: 3px 8px 0px 0px;
}

#login #sec04 #member .error {
    /*margin-left: 84px;*/
    color: #FF0000;
    margin-bottom: 7px;
    font-size: 80%;
}

#login #sec04 h2, #login #sec05 h2, #login #sec04 #contact {
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#login #sec04 h2 {
    background-image: url(../images/utility/title_view.png);
    height: 62px;
}

#login #sec05 h2 {
    background-image: url(../images/utility/title_news.png);
    height: 62px;
}

#login #sec04 #contact {
    background-image: url(../images/utility/bana_contact.png);
    height: 95px;
    display: block;
    margin-bottom: 50px;
}

#login #sec04 #btn_user, #login #sec04 #btn_member {
    background-repeat: no-repeat;
}

#login #sec04 #btn_user {
    background-image: url(../images/utility/btn_user.png);
    width: 125px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}

#login #sec04 #btn_member {
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    /*border: 1px solid rgb(230, 230, 230);*/
    color: black;
}

#login #sec04 a#btn_db, #login #sec04 a#btn_login, #login #sec04 a#btn_request {
    margin-right: 10px;
    font-size: 14px;
    margin-left: 45px;
    background: url(../images/bg_btn.png) no-repeat 140px 0px;
    display: block;
    height: 25px;
    width: 150px;
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    padding: 3px 0px 0 8px;
    text-decoration: none;
}

    #login #sec04 a#btn_db:hover, #login #sec04 a#btn_login:hover, #login #sec04 a#btn_request:hover {
        background-position: 140px -25px;
        color: #000;
        background-color: #FFF;
        border: 1px solid #000;
    }

#login #sec04 hr {
    border: none;
    background: url(../images/utility/bg_line.png) repeat-x;
    height: 1px;
}

#login #sec05 {
    position: relative;
}

    #login #sec05 #past {
        position: absolute;
        top: 35px;
        right: 0;
        display: block;
        width: 90px;
        height: 15px;
        text-indent: -9999px;
    }

    #login #sec05 h2 {
        margin-bottom: 15px;
    }

    #login #sec05 dd {
        padding: 0 0 10px 10px;
        margin-bottom: 10px;
        background: url(../images/utility/bg_line_dots.png) repeat-x bottom;
    }

    #login #sec05 #list {
        background-color: #E6E9C1;
        padding: 10px 10px 25px 10px;
        margin-top: 15px;
        position: relative;
    }

    #login #sec05 a#btn_list {
        margin-right: 10px;
        font-size: 14px;
        margin-left: 40px;
        display: block;
        height: 25px;
        width: 160px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
        padding: 3px 0px 0 8px;
        text-decoration: none;
        text-align: center;
    }

        #login #sec05 a#btn_list:hover {
            color: #000;
            background-color: #FFF;
            border: 1px solid #000;
        }

/* ==============================================================
  3. utility
============================================================== */

/* --------------------------------------------------------------
  3-2. topics.html
-------------------------------------------------------------- */
#topics #sec01 h2 {
    float: left;
    font-size: 20px;
    /*height: 24px;*/
}

#topics #sec01 .search {
    margin-top: 26px;
}

#topics #sec02 h3 {
    margin-bottom: 20px;
    background: url(../images/utility/bg_line_slash.png) no-repeat left bottom;
    height: 35px;
    font-size: 16px;
    clear: both;
}

#topics #sec02 dl {
    margin-bottom: 30px;
}

#topics #sec02 dt {
    float: left;
}

#topics #sec02 dd {
    padding: 0 0 10px 90px;
    margin-bottom: 10px;
    background: url(../images/utility/bg_line_dots.png) repeat-x bottom;
}


/* --------------------------------------------------------------
  3-3. agreement.html
-------------------------------------------------------------- */

/* ==============================================================
  4. gis
============================================================== */

/* --------------------------------------------------------------
  4-1. explain.html
-------------------------------------------------------------- */

/* ==============================================================
  5. case 
============================================================== */

/* case ------------------------------------------------------ */
.case #sec01 h2 {
    float: left;
    font-size: 20px;
}

.case table .caption {
    background-color: #F9F9F9;
    font-weight: bold;
}

.case table th {
    width: 22%;
}

.case table td {
    width: 78%;
}

/* --------------------------------------------------------------
  5-1. explain.html
-------------------------------------------------------------- */

/* ==============================================================
  6. data 
============================================================== */

/* --------------------------------------------------------------
  6-1. explain.html
-------------------------------------------------------------- */

/* ==============================================================
  7. model
============================================================== */

/* --------------------------------------------------------------
  7-1. explain.html
-------------------------------------------------------------- */

/* --------------------------------------------------------------
  7-2. dl.html
-------------------------------------------------------------- */
/*#dl #scroll table a {
    background: url(../images/btn_dl.png) no-repeat;
    display: block;
    width: 24px;
    height: 20px;
    text-indent: -9999px;
    margin: 0 auto;
}*/

#dl #sec02 table {
    background-color: #CCC;
    width: 100%;
    margin-top: 0;
}

    #dl #sec02 table th {
        vertical-align: top;
        background-color: #F9F9F9;
        padding: 5px 7px;
        text-align: left;
        line-height: 2;
    }

    #dl #sec02 table td {
        vertical-align: top;
        background-color: #FFF;
        padding: 5px 7px;
        line-height: 2;
    }

#dl #sec02 label {
    white-space: nowrap;
    margin-right: 7px;
}

#dl #sec02 table .caption {
    background-color: #F9F9F9;
    font-weight: bold;
}

#dl #sec02 table th {
    width: 20%;
}

#dl #sec02 table td {
    width: 80%;
}

#dl #sec00 {
    margin-top: 20px;
}

#dl #sec03 {
    border: 1px solid #000;
    padding: 20px;
    clear: both;
    margin-top: 20px;
}

#dl .search {
    float: right;
}

    #dl .search input {
        width: 150px;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        height: 29px;
    }

#dl #myTable td {
    height: 165px;
    vertical-align: top;
    line-height: normal;
}

#dl .description {
    position: absolute;
    border-color: gray;
    border-top: 1px solid;
    border-left: 1px solid;
    margin-top: 85px;
    margin-left: -8px;
    padding-left: 7px;
    padding-right: 7px;
    height: 84px;
    background-color: #fff;
    overflow: hidden;
}

#dl strong {
    color: red;
    font-style: oblique;
}

/* ==============================================================
  8. common style
============================================================== */

/* btn ------------------------------------------------------ */
a.btn_top {
    /*background: url(../images/utility/btn_arrow_top.png) no-repeat;
    text-indent: -9999px;*/
    display: block;
    /*width: 16px;
    height: 16px;*/
    /*float: right;*/
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
}

a.btn_base {
    background: url(../images/bg_btn.png) no-repeat 170px -25px;
    display: block;
    height: 25px;
    width: 180px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 3px 0px 0 8px;
}

    a.btn_base:hover {
        background-position: 170px 0px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
    }



/* frame ------------------------------------------------------ */

.frame #sec0 {
    border: 1px solid #000;
    padding: 20px;
    clear: both;
    margin-top: 20px;
}

    .frame #sec0 p {
        margin-bottom: 20px;
    }

    .frame #sec0 #scroll {
        height: 410px;
        width: 100%;
        overflow-y: auto;
    }

.frame #sec01 .btn li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 13px;
}

.frame #sec01 .btn a {
    /*background: url(../images/bg_btn.png) no-repeat 200px -25px;*/
    /*display: block;*/
    /*height: 25px;*/
    width: 210px;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 5px 0px 0px;
}

    .frame #sec01 .btn a:hover, .frame .btn li#on a {
        background-position: 200px 0px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
    }


.frame #sec02 {
    border: 1px solid #000;
    /*/width:96.5%;*/
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    margin-top: 10px;
}

    .frame #sec02 p {
        margin-bottom: 10px;
    }

    .frame #sec02 #scroll {
        height: 410px;
        width: 100%;
        overflow-y: auto;
    }

.frame #sec03 {
    margin-top: 20px;
}

.frame .search {
    text-align: right;
    font-size: 13px;
}

    .frame .search input {
        width: 150px;
        margin-left: 5px;
        padding: 0;
        height: 29px;
    }

.frame table {
    background-color: #CCC;
    width: 100%;
    margin-top: 0;
}

    .frame table th {
        vertical-align: top;
        background-color: #F9F9F9;
        padding: 5px 7px;
        text-align: left;
        line-height: 2;
    }

    .frame table td {
        vertical-align: top;
        background-color: #FFF;
        padding: 5px 7px;
        line-height: 2;
    }

.frame label {
    white-space: nowrap;
    margin-right: 7px;
}

.frame #bana_eian {
    float: left;
    margin-bottom: 5px;
}

    .frame #bana_eian img {
        margin-right: 10px;
        float: left;
    }

/* global menu ------------------------------------------------------ */

.base_list #sec01 h2 {
    float: left;
    font-size: 20px;
}

.base_list #sec02 {
    position: relative;
}

    .base_list #sec02 h2 {
        font-weight: normal;
    }

        .base_list #sec02 h2 span {
            font-size: 16px;
            font-weight: bold;
        }

    .base_list #sec02 input {
        width: 200px;
        padding: 0;
        height: 29px;
    }

        .base_list #sec02 input.btn_listdl {
            position: absolute;
            top: 40px;
            right: 20px;
        }


.base_list #scroll {
    margin: 5px 0;
}

    .base_list #scroll table {
        width: 100%;
    }
    /*for ie7*/

    *:first-child + html .base_list #scroll table {
        width: 98.5%;
    }

.base_list .page {
    text-align: right;
}

    .base_list .page span {
        margin: 0 20px;
    }

.base_list .pageu {
    text-align: right;
    margin-top: 10px;
}

    .base_list .pageu span {
        margin: 0 20px;
    }

.base_list .pageb {
    text-align: right;
}

    .base_list .pageb span {
        margin: 0 20px;
    }


/* tablesorter ------------------------------------------------------ */
table.tablesorter thead tr th, table.tablesorter tbody tr td {
    border-spacing: 0;
    border-collapse: collapse;
}

table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter td {
    border-color: gray;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #E8E8E8;
}

/* base_datail ------------------------------------------------------ */
.base_detail #sec01 h2 {
    float: left;
    font-size: 20px;
}

.base_detail #sec01 ul {
    margin-right: -12px;
}

.base_detail #sec01 .btn li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.base_detail #sec01 .btn a {
    background: none;
    width: auto;
    padding: 3px 8px 0 8px;
}

/* for ie7*/ *:first-child + html .base_detail #sec01 .btn li {
    margin-right: 9px;
}

.base_detail h2 {
    font-size: 16px;
    /*margin-bottom: 20px;*/
}

.base_detail #sec02 {
    position: relative;
}

    .base_detail #sec02 h2 {
        font-weight: normal;
    }

        .base_detail #sec02 h2 span {
            font-size: 16px;
            font-weight: bold;
        }

    .base_detail #sec02 input {
        width: 200px;
        padding: 0;
        height: 29px;
    }

        .base_detail #sec02 input.btn_listdl2 {
            position: absolute;
            top: 20px;
            right: 20px;
        }

/* explain ------------------------------------------------------ */
.explain #sec01 h2 {
    float: left;
    font-size: 20px;
    /*height: 24px;*/
}

.explain #sec01, .explain #sec02, .explain #sec03 {
    clear: both;
}

    .explain #sec02 h3 {
        font-size: 14px;
        margin-bottom: 10px;
        border-left: 15px solid #AEB832;
        height: 15px;
        line-height: 15px;
        padding-left: 10px;
        clear: both;
    }

    .explain #sec02 p {
        margin-bottom: 20px;
        margin-left: 25px;
    }

        .explain #sec02 p#p01 {
            margin-left: 0px;
            margin-top: 40px;
        }

.disnon {
    display: none;
}

.error_message {
    color: red;
}


#case_detail ul#tab li {
    float: left;
    margin-right: 10px;
}

#case_detail ul#tab p {
    display: block;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 3px 8px 3px 8px;
}

    #case_detail ul#tab p:hover, #case_detail ul#tab .select_tab p {
        background-position: 170px 0px;
        color: #FFF;
        background-color: #000;
        border: 1px solid #000;
    }


#error #container #content #Box a {
    background: url(../images/bg_btn.png) no-repeat 170px 0px;
    display: block;
    height: 25px;
    width: 180px;
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    padding: 3px 0px 0 8px;
    font-size: 14px;
    text-decoration: none;
}

    #error #container #content #Box a:hover {
        background: url(../images/bg_btn.png) no-repeat 170px -25px;
        color: #000;
        background-color: #FFF;
        border: 1px solid #000;
    }

#case_detail div#sec02 .content_wrap {
    margin-top: 50px;
}

table {
    border-color: gray;
}

tr {
    border-color: gray;
}

td {
    border-color: gray;
}

.simple-modal {
    position: absolute;
}

/*#gis_explain table {
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    line-height: normal;
}

    #gis_explain table td {
        margin: 0px;
        padding: 0px;
        border-style: none;
        line-height: normal;
    }*/
