/**
    All setting
*/

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%   11px = 85%  12px = 93%  13px = 100%
14px = 108% 15px = 116% 16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189%
26px = 197%
------------------------------------------------------*/

html {
    width: 100%;
    background: #7DC6B2;
}

a {
    text-decoration : none;
    /*\*/
    overflow: hidden;
    /**/
}

a:link {
    color: #2f32ca;
}

a:visited {
    color: #2F80CA;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

.keyword {
    font-weight: bold;
    background-color: #FFBFBF;
}


.preview {
    width: auto;
    height: auto;
    padding: 0.5em;
    background: #fff7df;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
    visibility: hidden;
    z-index: 1;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    behavior: url('/js/PIE.htc');
}

#image_preview_over {
    width: auto;
    height: auto;
    padding: 0.5em;
    background: #fff7df;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
    visibility: hidden;
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

.image_preview {
    margin: 1em;
    border: 0;
}

body {
    width: 100%;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', 'meiryo', Arial, Helvetica, sans-serif, "Osaka";
    line-height: 1.5;
    background: #7DC6B2;
}


#wrap {
    position : relative;
    font-size: 12px;
    padding: 45px 1em;

}

#wrap_work {
    font-size: 12px;
    padding: 1em;
    background: #ffffff;
    margin: 0;
}

#container {
    width: 1000px;
    margin-left: 40px;
    margin-right: auto;
    position : relative;
    background-color: #ffffff;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
}

/**
    Header zone
*/

#header {
    width : 100% ;
    position: fixed;
    z-index: 1;
    background-color: darkcyan;
    border-bottom: #333333 solid 1px;
}

    #title {
        padding: 0;
        height: 45px;
    }

        #title * h1 {
            padding: 0.4em 0.5em 0.2em 0.8em;
            font-size: 153.9%;
            color: #666666;
            font-weight: bold;
            background-color: darkcyan;
            text-shadow: 1px 1px 1px #cccccc;
        }

        h1 a:link, h1 a:active, h1 a:visited{
            color: #ffffff;
        }

        h1 a:hover{
            color: #f5f5f5;
            text-decoration: none;
        }

        h1 img {
            vertical-align: middle;
        }

    #header_left {
        float: left;
        width: 26%;
    }

    #header_right {
        float: left;
        width: 73%;
        text-align: right;
    }

    #header_menu {
    }

    #header_menu li {
        margin: 0 0.5em;
        float: left;
    }

    #header_footer {
        clear: both;
        width: 100%;
        height: 0;
    }

    #lead {
        width: 100%;
        background: #B8A56B;
        vertical-align: middle;
        /*border-top: #333333 solid 1px;*/
        border-bottom: #333333 solid 1px;
        background: -moz-linear-gradient(center top, #B8A56B, #D1C582 50%, #B8A56B);
        background: -webkit-gradient(linear, center top, center bottom, from(#B8A56B), color-stop(50%, #D1C582),to(#B8A56B));

        behavior: url('/js/PIE.htc');
    }

    #lead_left {
        color: #ffffff;
        font-weight: bold;
        padding: 0.3em;
        width: 54%;
        float: left;
    }

    #lead_right {
        color: #ffffff;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        font-weight: bold;
        width: 45%;
        float: left;
        text-align: right;

    }

    #news {
        height: 18px;
    }

    #lead_right a, #lead_right a:link, #lead_right a:visited {
        color: #ffffff;
    }

    #lead_right a:hover {
        color: #eeeeee;
        text-decoration: none;
    }

    .lead_a a:link, .lead_a a:visited {
        color: #8FE5E3;
    }

    #lead_left > p {
        background: 3px 0 url('/image/new.png') no-repeat;
        padding-left: 24px;
    }

    #lead > #lead_footer {
        width: 100%;
        height: 0;
        clear: both;
    }

/**
    Main zone
*/

#main {
    width : 100%;
}

/**
    Left zone.
*/

    #left {
        background-color: #ffffff;
        width: 78%;
        float: left;
    }

    .side {
        padding: 1em;
        text-align: center;
    }

    #menu_ex {
        margin-top: 1.2em;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 1px solid #dddddd;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #efffef;
        padding: 0.3em;
        overflow: auto;
        width: 205px;
        height: 640px;
        background: -moz-linear-gradient(top, #efffef, #fff);
        background: -webkit-gradient(linear, center top, center bottom, from(#efffef), to(#fff));
        background: linear-gradient(to bottom, #efffef 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efffef', endColorstr='#ffffff', GradientType=0);
        behavior: url('/js/PIE.htc');
    }

    .menu_ex_compact {
        overflow: scroll !important;
        height: 320px !important;
    }

    #util_header {

    }

    #util_header li {
        margin: 0 0.4em;
        float: left;
    }

    #util_footer {
        clear: both;
        width: 100%;
        height: 0;
    }

    .initial {
        display: none;
        visibility: hidden;
    }

    .nodisplay {
        display: none;
        /*visibility: hidden;*/
    }

    .fixed {
        position: fixed;
        top: 60px;
    }

    #ex_count_c {
        color: mediumblue;
    }



/**
    Right zone.
*/

    #right {
        background-color: #ffffff;
        float: left;
        width: 21%;
        font-size: 108%;
    }

    #content {}

        .description {
            margin: 0.5em;
            padding: 0 0.5em 0.4em 2em;
            line-height: 17px;
            font-size: 108%;
            cursor: pointer;
        }

        .description_common {
            margin: 0.5em;
            padding: 0 0.5em 0.4em 2em;
            line-height: 18px;
            font-size: 108%;
        }

        .description_common_pad {
            margin: 0.5em;
            padding: 0.5em 0.5em 0.4em 3em;
            line-height: 18px;
            font-size: 108%;
        }



        .description_box {
            margin: 1em;
            padding: 1em;
            background: #fff7df;
            line-height: 18px;
            font-size: 108%;
            border: 1px solid #999999;
        }

        #content > .content_box {
            padding: 0 0.5em 0.5em 0.5em;
        }

        h2 {
            padding: 0.4em;
            color: red;
            font-size: 138.5%;
            font-weight: bold;
        }

        .content_box > h3 {
            font-size: 138.5%;
            font-weight: bold;
            border-left: 8px solid #cc3033;
            border-bottom: 1px solid #cc3033;
            padding: 1px 3px 3px 15px;
        }


        .board a:link, .board a:visited{
            color: #999999;
        }

        .social_button {
            padding: 0.2em 0.7em;
        }

        .parent {
            color: #121212;
            padding-left: 0.5em;
        }

        fieldset {
            padding: 1em;
            border: 1px solid #666666;
        }

        legend {
            color: #333333;
            font-size: 116%;
            padding: 0.5em;
            border: 1px solid #666666;
            background: #efefef;
        }

        label {
            cursor: pointer;
        }

        input {
            /*border: 1px solid #333333;*/
        }

    .focus {
        padding: 0.3em;
        border: 1px solid #666666;
        background-color: #ccccff;
    }

    .nofocus {
        padding: 0.3em;
        border: 1px solid #999999;
        background-color: #ffffe0;
    }

    #bottom {
        clear: both;
        width: 100%;
    }

    .content_center {
        padding: 0.3em;
        text-align: center;
    }

    .content_right {
        text-align: right;
    }


#footer {
    width : 100% ;
    margin-left: auto;
    margin-right: auto;
}

    address {
        margin: 1em;
        text-align: center;
    }

#loading {
    display: none;
    visibility: hidden;
}

.menu_b {
    border: 0;
    height: 1px;
    background: #666;
    background-image: -webkit-linear-gradient(left, #ddd, #aaa, #ddd);
    background-image:    -moz-linear-gradient(left, #ddd, #aaa, #ddd);
    background-image:     -ms-linear-gradient(left, #ddd, #aaa, #ddd);
    background-image:      -o-linear-gradient(left, #ddd, #aaa, #ddd);
    behavior: url('/js/PIE.htc');
}

label.optl {
    padding: 0;
    border: 0;
    cursor: pointer;
}

.tool {
    margin: 0.3em 2em;
    padding: 0.3em;
    background: #fafafa;
    border: 1px dotted #ababab;
}

.tool_b {
    width: 700px;
    padding: 0.3em 0.2em 0.3em 0.5em;
    text-align: left;
}

.tool_b > a{
    text-decoration: none;
    background: #dfdfdf;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    padding: 4px;
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dfdfdf));
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    behavior: url('/js/PIE.htc');
}

.tool_b > a:hover{
    border: 1px solid #999999;
}

#apiform {
    background: #fff7df;
    display: none;
    visibility: hidden;
    padding: 0.3em;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    border: 1px solid #999999;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#userform {
    background: #fff7df;
    display: none;
    visibility: hidden;
    padding: 0.3em;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    border: 1px solid #999999;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#profileform {
    background: #fff7df;
    display: none;
    visibility: hidden;
    padding: 0.3em;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    border: 1px solid #999999;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#pubform {
    background: #fff7df;
    display: none;
    visibility: hidden;
    padding: 0.3em;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    border: 1px solid #999999;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#sortform {
    background: #fff7df;
    display: none;
    visibility: hidden;
    padding: 0.3em;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    border: 1px solid #999999;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

.sort_content {
    padding: 1em;
}

.sort_content li {
    padding: 0.3em;
    margin: 0.4em 0;
    border: 1px solid #999999;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    cursor: pointer;
    behavior: url('/js/PIE.htc');
}

.ex_name {
    color: green;
    font-weight: bold;
}

.ex_misc {
    color: gray;
}

#pubopt {
    background: #fff7df;
    border: 1px solid #999999;
    padding: 0.3em;
    display: none;
    visibility: hidden;
    width: 600px;
    height: 630px;
    overflow: hidden;
    position: absolute;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#help {
    background: #fff7df;
    border: 1px solid #999999;
    padding: 0.3em;
    display: none;
    visibility: hidden;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}

#saveform {
    background: #fff7df;
    border: 1px solid #999999;
    padding: 0.3em;
    display: none;
    visibility: hidden;
    width: 600px;
    height: 600px;
    overflow: auto;
    position: absolute;
    background: -moz-linear-gradient(top, #fff7df, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff7df), to(#fff));
    background: linear-gradient(to bottom, #fff7df 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7df', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
    behavior: url('/js/PIE.htc');
}


.header_part {
    width: auto;
    padding: 0 0 auto;
}

.header_part_sel {
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#dedede), to(#fff));
    background: linear-gradient(to bottom, #dedede 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff', GradientType=0);
    behavior: url('/js/PIE.htc');
}

.bigbutton {
    margin: 1em auto;
}

.bigbutton a{
    text-decoration : none;
    border: 1px solid #999999;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0.5em;
    background: #dfdfdf;
    background: -moz-linear-gradient(top, #fff, #dfdfdf);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dfdfdf));
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    behavior: url('/css/PIE.htc');
}

.bigbutton a:hover{
    text-decoration : none;
    border: 1px solid #767676;
}

.smallbutton {
    margin: 0.5em auto;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 1;
}

.smallbutton a{
    text-decoration : none;
    border: 1px solid #999999;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 1em;
    background: #dfdfdf;
    background: -moz-linear-gradient(top, #fff, #dfdfdf);
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#dfdfdf));
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    behavior: url(/js/PIE.htc);
}

.smallbutton a:hover{
    text-decoration : none;
    border: 1px solid #999999;
}

.smallicon {
    width: 16px;
}

.pubopt_high {
    font-weight: bold;
    padding: 0.3em 1em;
    border-left: 5px solid #2C3541;
}

.pubopt_low {
    padding: 1em;
    line-height: 18px;
}

#way {
    padding: 1em;
}


#way_title {
    border-left: 5px solid #2C786F;
    padding: 0.3em 1em;
    font-weight: bold;
}

#collect_form {
    display: none;
    visibility: hidden;
}

#hide_form {
    display: none;
    visibility: hidden;
}

#catch {
    padding: 0.5em 1em;
}

h3.catch-title {
    padding-left: 24px;
    font-weight: bold;
    font-size: 167%;
    text-shadow: 1px 1px 1px #aaaaaa;
    background: url('/image/ae.png') 0 8px no-repeat;
}

ul.catch-list{
    background: #fafafa;
    margin: 0.5em 1em;
    padding: 0.5em;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px #999999;
    -webkit-box-shadow: 0 1px 2px #999999;
    behavior: url(/js/PIE.htc);
}

p.catch-description{
    margin: 1em 0.5em;
    font-weight: bold;
    font-size: 116%;
}

ul.catch-list li{
    float: left;
    width: 100%;
}

ul.catch-list p{
    background: url('/image/arrow.gif') 0 6px no-repeat;
    font-weight: bold;
    color: #333333;
    margin: 0.3em;
    padding-left: 12px;
}

p.catch-description{
    margin: 0.5em;
    font-weight: bold;
    font-size: 116%;
}

ul.catch-list li{
    float: left;
    width: 100%;
}

ul.catch-list p{
    background: url('/image/arrow.gif') 0 6px no-repeat;
    font-weight: bold;
    color: #333333;
    margin: 0.2em;
    padding-left: 12px;
}

ul.catch-list-capture{
    overflow: hidden;
}

ul.catch-list-capture li{
    width: 230px;
    float: left;
}

ul.catch-list-capture p{
    background-image: none;
    margin: 0;
    padding: 5px 10px;
}

#work {

}

#side_navi {
    left: 5px;
    top: 40%;
    overflow: auto;
    position: fixed;
}

#side_navi > ul > li {
    padding: 0.2em 0;
}

.t_bold {
    font-weight: bold;
}

.t_aa {
    font-family: Mona,'MS PGothic AA','ＭＳ Ｐゴシック','MS PGothic','MS Pｺﾞｼｯｸ','MS Pゴシック','ＭＳＰゴシック','MSPゴシック','IPA モナー Pゴシック','IPA mona PGothic','IPA MONAPGOTHIC',IPAMonaPGothic,sans-serif;
    line-height: 'normal';
    font-size: '12pt';
    letter-spacing: 0;
}

.t_impact {
    margin: 5px 20px 10px;
    padding: 10px;
    border: 1px solid;
}

.bigbutton img {
    vertical-align: top;
}

.icons {
    vertical-align: top;
}

div.message {
    width: 450px;
    padding: 1em;
    border: 1px solid #666666;
    -moz-box-shadow: 0 3px 5px #999999;
    -webkit-box-shadow: 0 1px 5px #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff, #eeffee);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeffee));
    background: linear-gradient(to bottom, #ffffff 0%, #eeffee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeffee', GradientType=0);
    behavior: url('/js/PIE.htc');
}

p.error {
    padding-left: 24px;
    background: url('/image/cancel.png') 0 2px no-repeat;
    font-size: 108%;
    font-weight: bold;
    color: crimson;
}

p.alert {
    padding-left: 24px;
    background: url('/image/alert.png') 0 2px no-repeat;
    font-size: 108%;
    font-weight: bold;
    color: olive;
}

p.success {
    padding-left: 24px;
    background: url('/image/accept.png') 0 2px no-repeat;
    font-size: 108%;
    font-weight: bold;
    color: #333333;
}

#save_list > p.bigbutton {
    margin: 1.5em 0;
}

#ready_thread_outer {
    width: 700px;
    height: 300px;
    border: 1px solid #ababab;
    overflow: auto;
    -moz-box-shadow: 0 3px 5px #999999;
    -webkit-box-shadow: 0 1px 5px #999999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    behavior: url('/js/PIE.htc');
}

ul#ready_thread a {
    text-decoration: none;
}


ul#ready_thread a:hover {
    color: crimson;
    text-decoration: none;
}

ul#ready_thread li {
    padding: 0 0.5em;
    font-weight: bold;
}

.reat {
    color: #999999;
    padding-left: 20px;
    background: url('/image/accept.png') no-repeat 0 50%;
}

.odd {
    color: #ffffff;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff, #efefef);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#efefef));
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    border-bottom: dotted 1px #cccccc;
    behavior: url('/js/PIE.htc');
}

.even {
    border-bottom: dotted 1px #cccccc;
}

input[type="button"] {
    font-weight: bold;
    cursor: pointer;
    margin-right: 3px;
    padding: 3px 6px;
    background: #dfdfdf;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dfdfdf));
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    behavior: url('/js/PIE.htc');
}

input[type="button"]:hover {
    border: 1px solid #999999;
    background: #f2f5f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-8 */
    behavior: url('/js/PIE.htc');
}

input[type="button"]:focus {
    border: 1px solid #999999;
    background: #f2f5f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-8 */
    behavior: url('/js/PIE.htc');
}

#sp {
    font-size: 167%;
    padding: 10px;
    width: 98%;
    position: fixed;
    bottom: 0;
    font-weight: bold;
    background: #dfdfdf;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dfdfdf));
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    text-align: center;
    behavior: url('/js/PIE.htc');
}

#ex_login
{
    font-weight: bold;
    padding: 2px;
    list-style: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    background: rgb(249,252,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
    behavior: url('/js/PIE.htc');
}

#deal_res
{
    font-weight: bold;
    padding: 2px;
    list-style: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #dddddd;
    background: rgb(249,252,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
    behavior: url('/js/PIE.htc');
}


#screen
{
    width: 100%;
    background-image: url('/image/status_online.png');
    background-repeat: no-repeat;
    background-position: 5px 30%;
    padding-left: 25px;
}

#deal_screen
{
    width: 100%;
    background-image: url('/image/accept.png');
    background-repeat: no-repeat;
    background-position: 5px 30%;
    padding-left: 25px;
}

.dropdown li
{
    float: left;
    padding: 0;
    position: relative;
}

.dropdown a
{
    float: left;
}

.dropdown li:hover > ul
{
    display: block;
}

/* Sub-menu */

.dropdown ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99999;
    background: rgb(249,252,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,252,247,1)), color-stop(100%,rgba(245,249,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */

    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    behavior: url('/js/PIE.htc');
}

.dropdown ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
}

.dropdown ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.dropdown ul a
{
    padding: 8px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    text-decoration: none;
}

*html .dropdown ul a /* IE6 */
{
    height: 10px;
    width: 150px;
}

*:first-child+html .dropdown ul a /* IE7 */
{
    height: 10px;
    width: 150px;
}

.dropdown ul a:hover
{
    background: #f2f5f6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZWFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-8 */
    behavior: url('/js/PIE.htc');
}

.dropdown ul li:first-child a
{
    -moz-border-radius: 2px;
    border-radius: 2px;
}



.dropdown ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

.dropdown ul li:last-child a
{
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Clear floated elements */
.dropdown:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .dropdown             { zoom: 1; } /* IE6 */
*:first-child+html .dropdown { zoom: 1; } /* IE7 */

.light_shadow
{
    -webkit-box-shadow: 5px 5px 6px -5px #777;
       -moz-box-shadow: 5px 5px 6px -5px #777;
            box-shadow: 5px 5px 6px -5px #777;
    behavior: url('/js/PIE.htc');
}

.deep_shadow
{
    -webkit-box-shadow: 10px 10px 6px -6px #777;
       -moz-box-shadow: 10px 10px 6px -6px #777;
            box-shadow: 10px 10px 6px -6px #777;
    behavior: url('/js/PIE.htc');
}

.cs_description{
    background: #fefefe;
    margin: 0.5em;
    padding: 0.5em;
    border: 1px dotted #333333;
}

.cs_description img{
    vertical-align: middle;
}


.cs_def {
    color: mediumblue;
    font-weight: bold;
}

.scroll {
    width: 100%;
    height: 440px;
    overflow: auto;
}


.clearfix {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.center {
    text-align: center;
}

#pubopt_ngadd li {
    margin: 0.5em 0;
}

#pubopt_nglist {
    width: 100%;
    border: 1px solid #666666;
}

#pubopt_nglist tr {
    background: #ffffff;
}

#pubopt_nglist th {
    font-weight: bold;
    border: 1px solid #666666;
    text-align: center;
    padding: 0.2em;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef, #fff);
    background: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#fff));
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}

#pubopt_nglist td {
    border: 1px solid #666666;
    padding: 0.2em;
}
