@charset "UTF-8";
/*! bace ============================================== */

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: url("/shinoken_pub_html/share/b_bg01.gif") repeat-x;
}

html, body, input, textarea, select, option {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-text-size-adjust: none;
    color: #333333;
}

h1 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #CC0000;
    margin-right: 30px;
    text-align: left;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 20px;
}

ul li img {
    vertical-align: top;
}

ul {
    list-style: none;
}

/*! bace link ============================================== */

a {
    text-decoration: none;
}

a img {
    border: 0;
}

a:link {
    color: #0099CC;
    text-decoration: underline;
}

a:visited {
    color: #0099CC;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration:none;
}

a img {
    border: 0;
    vertical-align: bottom;
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
}

/*! layout ============================================== */

#base {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*! header ============================================== */

#header {
    width: 100%;
    height: 70px;
    background-color: #EFEFEF;
    margin-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

#header .logo {
    float: left;
}

#header .logo a {
    display: block;
    width: 376px;
    height: 39px;
    text-indent: -9999px;
    background-image: url(/shinoken_pub_html/share/h_logo.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 15px;
}

#header .logo02 {
    float: right;
}

#header .logo02 a {
    display: block;
    width: 84px;
    height: 43px;
    text-indent: -9999px;
    background-image: url(/shinoken_pub_html/share/h_logo02.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-right: 15px;
}

#header .logo3 {
    float: left;
}

#header .logo3 a {
    display: block;
    width: 384px;
    height: 43px;
    text-indent: -9999px;
    background-image: url(/shinoken_pub_html/share/h_logo_shinoken.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 15px;
}

#header .name {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 22px;
    margin-right: 15px;
}

#state {
    width: 100%;
    height: 32px;
    background-color: #FFFFCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    clear: both;
}

#state .txt {
    text-align: right;
    font-size: 11px;
    padding-top: 6px;
    padding-right: 20px;
}

/*! contents ============================================== */

.top {
    float: right;
}

.top a {
    display: block;
    width: 177px;
    height: 40px;
    text-indent: -9999px;
    background-image: url(/shinoken_pub_html/share/btn_top.gif);
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 0px;
}

.back {
    float: left;
}

.back a {
    display: block;
    width: 177px;
    height: 40px;
    text-indent: -9999px;
    background-image: url(/shinoken_pub_html/share/btn_back.gif);
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}

#contents {
    clear: both;
    margin-bottom: 40px;
}

.list table {
    width:100%;
    background-color: #CCCCCC;
    table-layout:fixed;
    border: 0;
    border-collapse: separate;
    border-spacing: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.list table th {
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    background-color: #FBEBEB;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.list table td {
    padding: 5px;
    background-color: #F7F7F7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.info table {
    width: 85%;
}

.info table th {
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    background-color: #DEE4E7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.info table th span {
    font-size: 11px;
    color: #FFFFFF;
    background-color: #CC0000;
    padding: 3px;
    margin-right: 10px;
    }

.info table td {
    padding: 8px;
    background-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

table .fm, table textarea {
    padding: 2px 5px 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
}

table select {
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
}

table label {
    cursor: pointer;
}

table input:focus, table textarea:focus {
    background-color: #FFFFCC;
}

/* FONT
----------------------------------------------------------- */
.fs {
    font-size: 12px;
}

.fsb {
    font-size: 12px;
    font-weight: bold;
}

.fmb {
    font-weight:bold;
}

.fl {
    font-size: 20px;
    font-weight: bold;
}

.flb {
    font-size: 20px;
    font-weight: bold;
}
