/* CSS Document */

/*font size reset
----------------------------------------*/
/*Reset: font-size propaty*/
body {
    font-size: 14px;
}
/*
*/
* html body {
    font-size: 87.5%; /* 12px */
} /*for IE6*/
* + html body {
    font-size: 87.5%; /* 12px */
} /*for IE7*/
/*------------------------------------*/
* html table {
    font-size: 100%;
}
/*------------------------------------*/
/*float box
----------------------------------------*/
.floatbox {
    overflow: hidden;
}
.floatbox:after {
    height: 1px;
    clear: both;
    overflow: hidden;
    display: block;
    content: '';
}
/*\*/
* html .floatbox {
    height: 1em;
    overflow: visible;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.jmailform_requiredmark {
    color: #df0000;
}
.flBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jcontentC {
    justify-content: center;
}
.flBox .img_margin {
    width: 235px;
    margin: 0 10px 30px !important;
    float: none !important;
}
/**/
/*------------------------------------*/
/*margin padding reset
----------------------------------------*/
body {
    margin: 0;
    padding: 0;
}
/*------------------------------------*/

.wp_caption img {
    display: block;
}
html {
    background: url(image/bg01.gif);
}
body {
    text-align: center;
    background: url(image/bg01.gif);
    color: #444444;
}
#main_body table {
    _font-size: 100%;
    margin: 1em 0;
}
a:link {
    color: #0033cc;
    text-decoration: underline;
}
a:visited {
    color: #0033cc;
    text-decoration: underline;
}
a:hover {
    color: #0066cc;
    background: none;
}
.anchor_super {
    display: none;
}
.jumpmenu {
    display: none;
}
#wrap {
    width: 818px;
    text-align: left;
    background: url(image/wrap_bg01.gif) repeat-y #ffffff;
    margin: 0 auto;
}
#head {
    width: 800px;
    height: 75px;
    background: url(image/header_bg01.jpg) no-repeat;
    margin-left: 8px;
    margin-bottom: 0;
}
#header_L {
    width: 350px;
    float: left;
}
#header_L img {
    margin: 5px 0 0 0px;
    display: block;
    width: 100%;
    height: auto;
}
#header_L img h1 {
    background: none;
}
#header_R {
    /*width: 360px;*/
    width: 450px;
    float: right;
}
#header_R ul {
    margin: 10px 0 0 0px;
    padding-right: 20px;
    padding-left: 0;
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: flex-end;
    flex-wrap: wrap;
}
#header_R li {
    display: block;
    padding-top: 5px;
    margin-left: 25px;
}
.header_R_li2 {
    padding-left: 10px;
}
#header_R .ml-0 {
    margin-left: 0;
}
#header_R a {
    font-size: 90%;
    color: #666666;
    text-decoration: none;
    background: url(image/header_r_bg.gif) no-repeat 0 0;
}
#header_R a:hover {
    text-decoration: underline;
}
.header_R_li2 img {
    margin-left: 10px;
}
#top_image {
    clear: both;
    margin-left: 8px;
}
#nav {
    width: 100%;
    height: 77px;
    margin: 0;
    padding: 0;
    clear: both;
}
#nav ul {
    padding: 0;
    margin: 0;
    width: 802px;
    height: 77px;
    background: url(image/nav_bg01.gif) no-repeat;
    padding-top: 8px;
    padding-left: 5px;
    margin-left: 7px;
}
#nav li {
    /*width: 111px;*/
    width: 156px;
    height: 60px;
    text-align: center;
    background: url(image/nav_bg02.jpg) no-repeat;
    float: left;
    margin-left: 2px;
    list-style: none;
}
#nav li a {
    width: 100%;
    height: 35px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    display: block;
    padding-top: 20px;
}
#nav li a:hover {
    color: #333333;
    background: url(image/nav_bg02_red.jpg) no-repeat;
}
.nav_en {
    font-family: 'Century Gothic';
    font-size: 70%;
    display: block;
    position: relative;
    clear: both;
    top: -5px;
    padding-top: 5px;
}
#contents_bg {
    background: url(image/contents02.gif) no-repeat left bottom;
    clear: both;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-bottom: 4px;
}
#contents {
    background: url(image/contents01.gif) repeat-y left;
}
#contents {
    overflow: hidden;
}
#contents:after {
    height: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
}
/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

#sidemenu {
    width: 201px;
    background: url(image/side04.gif) no-repeat 0 31px;
    float: left;
}
#sidemenu_title {
    width: 191px !important;
    width: 201px;
    height: 24px !important;
    height: 31px;
    font-weight: bold;
    color: #333333;
    background: url(image/side01.gif);
    padding: 0 0 7px 10px;
}
#sidemenu_title h2 {
    color: #444444;
    font-size: 120%;
    margin: 0;
    padding-top: 5px;
}
#sidemenu ul {
    margin: 5px 0 0 0px;
    padding: 0;
    list-style: none;
}
#sidemenu li {
    padding: 0 0 0 0;
    background: url(image/side02.gif) no-repeat 0 0;
    margin: 0 0 2px 5px;
}
#sidemenu li a {
    background: url(image/side03.gif) no-repeat 0px bottom;
    color: #666666;
    font-size: 90%;
    text-decoration: none;
    display: block;
    padding-left: 18px;
    padding-bottom: 7px;
    padding-top: 7px;
    _width: 197px;
    font-weight: bold;
}
#sidemenu li a:hover {
    color: #333333;
}
#sidemenu P {
    color: #666666;
    padding: 5px;
}
#main {
    background: url(image/main02.gif) no-repeat 0 31px;
    float: left;
    margin-left: 5px;
    width: 594px;
}
#main_title {
    width: 579px !important;
    width: 594px;
    height: 24px !important;
    height: 31px;
    color: #333333;
    background: url(image/main01.gif);
    padding: 0 0 7px 15px !important;
    padding: 0 0 0px 15px;
}
#main_title h2 {
    color: #444444;
    font-size: 120%;
    margin: 0;
    padding-top: 5px;
}
#main_body {
    font-size: 100%;
    color: #333333;
    padding: 10px 10px 0 10px;
    background: url(image/main_bg.gif) repeat-y 0 0;
    border-top: 1px solid #cccccc;
}
#bottom {
    width: 800px;
    height: 30px;
    background: url(image/footer01.gif) repeat-x;
    margin-left: 7px;
    margin-top: 10px;
}
#bottom_L {
    font-size: 90%;
    color: #ffffff;
    line-height: 30px;
    float: left;
    margin-left: 15px;
}
#bottom_R {
    display: inline;
    float: right;
    margin-left: 150px;
}
#bottom_R p {
    float: left;
}
#bottom_R ul {
    margin: 0;
    padding: 0;
}
#bottom_R li {
    background: url(image/footer02.gif) no-repeat 0 0;
    float: left;
    padding-left: 10px;
    margin-right: 15px;
    list-style: none;
    padding-top: 5px;
}
#bottom li a {
    font-size: 80%;
    color: #ffffff;
    text-decoration: none;
}
#bottom li a:hover {
    text-decoration: underline;
}
#wrap_bg {
    vertical-align: bottom;
    background: url(image/contents03.gif) no-repeat bottom;
    clear: both;
    padding-bottom: 15px;
}
.noliststyle {
    list-style: none;
}
p {
    line-height: 1.4em;
}
hr.full_hr {
    border: 1px solid #ffffff;
    border-bottom: 1px solid #cc3333;
}
td {
    background: #efefef;
}
#msg {
    width: 98%;
}
#main_pane_out {
    background: url(image/main_pane_bg03.jpg) repeat-y 0 0;
}
#main_pane {
    background: url(image/main_pane_bg01.jpg) no-repeat left bottom;
}
#main_pane {
    overflow: hidden;
}
#main_pane:after {
    height: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
}
/*\*/
* html #main_pane {
    height: 1em;
    overflow: visible;
}
/**/

.main_pane_box {
    width: 178px !important;
    width: 198px;
    padding: 0 10px 10px 10px;
    float: left;
}
#side_pane {
    background: url(image/side_pane03.gif) repeat-y;
    width: 164px !important;
    width: 184px;
    margin-left: 9px;
    padding: 0 10px;
}
#side_pane h2 {
    background: url(image/buret01.gif) no-repeat center left #ffffff;
    padding-left: 10px;
    font-weight: bold;
    color: #cc3333;
    font-size: 85%;
}
.anchor_super {
    display: none;
}
#side_pane p {
    font-size: 80%;
}
.jumpmenu {
    display: none;
}
.main_pane_box h2 {
    background: #ffffff;
    color: #cc6600;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}
.main_pane_box p {
    font-size: 80%;
}
.main_pane_box a {
    color: #cc3333;
    text-decoration: none;
    font-weight: bold;
}
.main_pane_box a:visited {
    color: #cc0000;
    text-decoration: none;
}
.main_pane_box a:hover {
    color: #cc3333;
    text-decoration: underline;
}
.main_pane_box ul {
    list-style: none;
    font-size: 80%;
    padding: 0;
    margin: 0;
}
.main_pane_box ul li {
    background: url(image/buret01.gif) no-repeat center left;
    padding-left: 15px;
    margin: 0;
}
/*----------------------------------------*/

.style_td {
    background: #f5f5eb;
    border-bottom: #ffffff 2px solid;
    border-right: #ffffff 2px solid;
    padding: 5px 15px;
    line-height: 1.4em;
}
.jmailform_requiredmessage {
    font-size: 80%;
}
.jmailform_table th,
.jmailform_table td {
    background: #f5f5eb;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 5px 15px;
    font-size: 90%;
}
.jmailform_submit {
    float: right;
}
#sidemenu {
    width: 201px;
    background: url(image/side04.gif) no-repeat 0 0px;
    float: left;
}
#main {
    width: 594px;
    background: url(image/main02.gif) no-repeat 0 0px;
    _background: url(image/main02.gif) no-repeat -1px 0px;
    float: left;
    margin-left: 5px;
}
#path {
    width: 790px !important;
    width: 800px;
    height: 19px;
    font-size: 90%;
    color: #ffffff;
    line-height: 19px;
    background: url(image/path.jpg) repeat-x;
    padding-left: 10px;
    margin-top: 3px;
    margin-left: 7px;
}
#path a {
    color: #ffffff;
    text-decoration: underline;
}
body.cms #main_body h2 span.date {
    display: block;
    font-size: 80%;
}

body.cms #main_body h2 {
    font-size: 120%;
}
#main_body h2 {
    width: 550px !important;
    width: 574px;
    font-size: 150%;
    background: url(image/h1bg.gif) left bottom no-repeat;
    padding-left: 18px;
    margin-bottom: 5px;
    padding-bottom: 9px;
    margin-top: 0;
    _padding-bottom: 10px;
}
#main_body h3 {
    font-weight: bold;
    color: #cc3333;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    font-size: 120%;
}
#main_body h4 {
    font-weight: bold;
    color: #333333;
    border: none;
    margin-bottom: 5px;
}
#main_body img {
}
.img_margin {
    display: inline;
    padding-bottom: 1px;
}
ul.list1 {
    list-style-type: disc;
}
ul.list2 {
    list-style-type: circle;
}
ul.list3 {
    list-style-type: square;
}
ol.list1 {
    list-style-type: decimal;
}
ol.list2 {
    list-style-type: lower-roman;
}
ol.list3 {
    list-style-type: lower-alpha;
}
.jmailform_table {
    width: 90%;
    margin: 10px auto;
}
.jmailform_table td {
    padding: 5px 5px 0 10px;
}
#main_body p {
    line-height: 1.5em;
    padding-bottom: 7px;
    margin: 0;
}
#main_body h3,
#main_body h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
#main_body .img_margin {
    margin-bottom: 10px;
}
#main_body {
    padding-bottom: 20px;
}
.jnews {
    margin-top: 0;
}
.jnews dt {
    font-weight: bold;
}
.jnews dd {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #444444;
    font-size: 90%;
    line-height: 1.4em;
    margin-bottom: 0.3em;
    margin-left: 0;
    padding: 10px;
}
.jsitemap ul {
    line-height: 160%;
}
#footer {
    font-size: 70%;
    margin: 15px;
}
h1 {
    margin: 0;
    padding: 0;
}
dl.list1 dt {
    font-weight: bold;
    clear: both;
}
dl.list1 dd {
    margin-bottom: 1em;
    line-height: 1.4em;
}
div.img_margin {
    margin-left: 26px;
    margin-right: 26px;
}
#main_body ul {
    line-height: 1.4em;
}
a .wp_caption {
    cursor: pointer;
}
.wp_caption img {
    display: block;
    clear: both;
    margin-bottom: 0.5em;
    cursor: default;
}
.errs {
    color: #df0000;
}
#formStep {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#formStep:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #ccd5dd;
    height: 2px;
    width: 90%;
}
#formStep li {
    position: relative;
    z-index: 9;
    list-style: none;
    box-sizing: border-box;
    padding: 10px;
    background: #f5f5eb;
    border: 1px solid #ccd5dd;
    text-align: center;
    width: 30%;
}
#formStep li.cr {
    background: #02389c;
    color: #fff;
}
form .jmailform_table textarea,
form .jmailform_table input[type='text'] {
    width: 100%;
}
#main_body .blue_number_list li {
    list-style: none;
    text-indent: -37px;
    margin-bottom: 10px;
}
#main_body .blue_number_list strong {
    color: #02469b;
    display: block;
    margin-bottom: 4px;
}
#main_body .bg_gray {
    padding: 15px;
    background-color: #f7f7f7;
}
#main_body .bg_gray strong {
    color: #02469b;
}
a.externalLink,
a.externalLink:hover {
    padding-right: 19px;
    background: url(../img/ico_externallink.png) no-repeat right center;
}
#main_body .sec-mt {
    margin-top: 18px;
}
#main_body .sec-mb {
    margin-bottom: 18px;
}
#main_body .sm-mt {
    margin-top: 8px;
}
#main_body .sm-mb {
    margin-bottom: 8px;
}

.bdr_box {
    border: 1px solid #ddd;
    width: 270px;
    padding: 10px;
    margin-top: 10px;
}
