@charset "UTF-8";
/* CSS Document */

@import url("layout.css");

#theader {
    background-color: #ff8400;
    height: 10px;
}

#contents .leftColumn {
    float: left;
    width: 275px;
    margin-top: 15px;
    margin-left: 15px;
}

#contents .leftColumn .leftmenu {
    background-image: url(../images/leftmenu_bg.png);
    background-repeat: no-repeat;
    width: 252px;
    background-position: 7px 0px;
}

#contents .leftColumn .leftmenu .menu {
    width: 209px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    padding-bottom: 15px;
}

#contents .leftColumn .leftmenu .menu a {
    display: block;
    height: 50px;
    width: 189px;
    line-height: 50px;
    background-image: url(../images/leftmenu_navi.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #6b2d00;
    text-decoration: none;
    padding-left: 10px;
}

#contents .leftColumn .leftmenu .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#contents .leftColumn .leftmenu .menu hr {
    background-image: url(../images/leftmenu_hr.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 2px;
}

#contents .leftColumn .request {
    background-image: url(../images/request_bg.png);
    background-repeat: no-repeat;
    background-position: 7px 0px;
    padding-top: 64px;
    padding-bottom: 40px;
}

#contents .leftColumn .request table {
    margin-left: 9px;
}

#contents .leftColumn .request table tr td a {
    display: block;
    height: 79px;
    width: 230px;
}

#contents .leftColumn .request table tr td a span {
    display: none;
}

#contents .leftColumn .request table tr td .com {
    background-image: url(../images/navi.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#contents .leftColumn .request table tr td .pr {
    background-image: url(../images/navi_pr.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#contents .leftColumn .request table tr td a:hover {
    background-position: 0px -78px;
}

#contents .mainCulumn {
    float: left;
    margin-top: 15px;
    width: 645px;
}

#contents .mainCulumn h1.top {
    background-color: #ff8400;
    background-image: url(../images/h1_list.png);
    padding-left: 39px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-size: 16px;
    line-height: 36px;
    margin-top: 0px;
}

#contents .mainCulumn .main {
    padding: 15px;
    width: 590px;
    margin-top: 30px;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #D0D0D0;
    color: #333;
    line-height: 1.8em;
    font-size: 13px;
}

#footer {
    background-color: #863A04;
    margin-top: 30px;
    width: 99%;
    padding: 5px;
    font-size: 11px;
    color: white;
    text-align: center;
}

.member {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.member thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

.member tbody tr th {
    font-weight: normal;
    text-align: center;
    padding-right: 2em;
}

.member tbody tr td.center {
    text-align: right;
    padding-right: 1.5em;
}

#contents .mainCulumn .main ol {
    list-style-position: inside;
}

#contents .mainCulumn .main ol li table {
    margin-left: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#contents .mainCulumn .main ol li table tr th {
    font-weight: normal;
    white-space: nowrap;
    padding-right: 2em;
    text-align: left;
    vertical-align: top;
}

#contents .mainCulumn .main ol li table tr td {
    padding-bottom: 1em;
}

#contents .mainCulumn .main table {}

#contents .mainCulumn .main table tr th {
    font-weight: normal;
    vertical-align: top;
    padding-right: 1em;
}

#contents .mainCulumn .main ol li table tr td ol {
    margin-bottom: 1.4em;
    margin-left: 2.5em;
}

#contents .mainCulumn .main ol li table tr td ol li {
    position: relative;
    list-style: none;
    line-height: 1.4;
    margin-bottom: 0.3em;
}

#contents .mainCulumn .main ol li table tr td ol li span {
    position: absolute;
    top: 0;
    left: -1.7em;
}

* html #contents .mainCulumn .main ol li table tr td ol li span {
    top: -0.1em;
}

/* for win ie6 */
*:first-child+html #contents .mainCulumn .main ol li table tr td ol li span {
    top: -0.1em;
}

/* for win ie7 */
#contents .mainCulumn .main .contact {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    padding: 10px;
    text-align: center;
}

#contents .mainCulumn .main ol li {
    margin-top: 1em;
}

#contents .mainCulumn .main ol li p {
    text-indent: 1em;
}

#contents .leftColumn .toSP {
    margin-left: 7px;
}

#contents .leftColumn .toSP a {
    color: white;
    text-decoration: none;
    background-color: #863A04;
    display: block;
    width: 213px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #863A04;
    text-align: center;
}


#spLinkBlockInPc {
    display: none;
}

.under a {
    display: block;
    padding: 10px;
    width: 5em;
    background-color: #FF8400;
    border: 2px solid #E87700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    float: right;
}

.under a:hover {
    text-decoration: underline;
    border: 2px solid #FFA105;
}

#contents .mainCulumn .under {
    padding: 15px;
    width: 590px;
}