@charset "UTF-8";




/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:14px;
   color:#333;
   background:#EFEFEF;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
}

p {
   margin:0 0 1em 0;
   padding:0;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:#0073d5;
   text-decoration:none;
}

a:hover {
   color:#00a1ed;
   border-bottom:1px solid #00a1ed;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}

li {
   margin:0 0 0 40px;
   padding:0;
}

em {
   font-style:normal;
   background:#ff0;
}


/* ========TEMPLATE WIREFRAME======== */
#top {
   width:800px;
   margin:20px auto;
   padding:10px;
   background:#fff;
}

#header {
   width:800px;
   height:100px;
   border-bottom:1px solid #666;
   background:#fff url("../images/bg_head.gif") 0% 0% no-repeat;
}

#header h1 a {
   color:#0083c9;
   text-shadow:1px 1px #fff;
}

#header h1 a:hover {
   color:#1e50a2;
   text-shadow:3px 3px #aaa;
   border-bottom:none;
}

#navi {
   position:absolute;
   top:20px;
   right:0;
}

#icatch {
   margin:5px 0;
}

#menu {
   float:left;
   width:800px;
   margin:0 0 10px 0;
   background:#948040;
}

#menu:hover {
   background:#c7b370;
}

#contents {
   width:800px;
   clear:both;
   float:left;
}

#main {
   float:left;
   width:600px;
}

#sub {
   float:right;
   width:180px;
   padding:5px;
   background:#EBE9EB;
}

#sub2 {
   float:right;
   width:190px;
   padding:15px 0 0 0;
}

#totop {
   clear:both;
}

#footer {
   width:800px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   padding:20px 10px 0 20px;
   font-weight:bold;
   font-size:28px;
   color:#fff;
}

#header p {
   margin:0;
   padding:0 10px 10px 20px;
   color:#AAAAAA;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   list-style:none;
   margin:0;
   padding:0;
}
#menu li {
   float:left;
   margin:0;
   padding:0;
}
#menu li a {
   display:block;
   padding:8px 20px;
   color:#fff;
}

#menu li a:hover {
   color:#fff;
   background:#443912;
   border:none;
}

#menu .current {
   background-color:#443912;
   color:#fff;
}


/* ========MAIN CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:5px;
   color:#333;
   font-size:18px;
   font-weight:bold;
   border-top:2px solid #3298D3;
   background:url("../images/bg_h2.gif") 0 100% repeat-x;
}

#main h3 {
   margin:10px 0 10px 0;
   padding:0 0 4px 8px;
   font-size:15px;
   font-weight:bold;
   border-left:5px solid #3298D3;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:15px 0 2px 0;
   padding:5px 10px;
   font-size:15px;
   background:#c7ecff;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:15px;
   color:#3298D3;
   border-left:8px solid #f00;
}

#main h6 {
   margin-bottom:2px;
   font-size:15px;
   color:#3298D3;
}

#main dl {
   margin:0;
   padding:0;
}

#main dt {
   text-decoration:underline;
}

#main dd {
   margin:0 0 1em 1em;
}

.table  {
   width:100%;
   border-collapse: collapse;
   border-spacing: 0;
   text-align: left;
   line-height: 1.5;
}

.table  th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

.table td {
    width: 300px;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    border-bottom: 0px solid #fff;
}


.table02 {
    width:100%;
    background:#fff;
    border-collapse: collapse;
    border-spacing: 0px;
    line-height: 1.6;
}

.table02 th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    background:#004393;
    color: #ffffff;
    border:1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table02 td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table02 tr:nth-child(even) {
background: #e5f2ff;
}


.meibo {
    width: 100%;
    display: flex;
}

.meibo1 a {
    width: 300px;
    height: 80px;
    background: url("../images/kumiai.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.meibo1 a:hover {
    background-position: 0 -80px;
    text-decoration:none;
    border-bottom:none;
}

.meibo2 a {
    width: 300px;
    height: 80px;
    background: url("../images/jimui.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.meibo2 a:hover {
    background-position: 0 -80px;
    text-decoration:none;
    border-bottom:none;
}

.meibo3 a {
    width: 480px;
    height: 60px;
    background: url("../images/bloc.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.meibo3 a:hover {
    background-position: 0 -60px;
    text-decoration:none;
    border-bottom:none;
}


/* ========SUB CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}

#sub ul {
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

#sub ul a {
   color:#5A5D00;
   text-decoration:none;
}

#sub ul a:hover {
   color:#7B8200;
   font-weight:bold;
   border-bottom:1px solid #7B8200;
}

#sub li {
   margin:0 0 5px 5px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:2;
   background:url(../images/bg_list.gif) 0 50% no-repeat;
}

#sub2 a {
   text-decoration:none;
}

#sub2 a:hover {
   text-decoration:none;
   border-bottom:none;
}

.mailf a {
    width: 190px;
    height: 70px;
    background: url("../images/mailf.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.mailf a:hover {
    background-position: 0 -70px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


#footMenu {
   position: relative;
   overflow: hidden;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 30px 0 0;
   padding:0;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   text-align:center;
   font-size:11px;
   padding:0 0 20px 0; 
}

.address {
   text-align:center;
   font-size:12px;
   line-height: 20px;
   padding:0 0; 
}