@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0px 0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

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

img {
   border:0;
}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
   margin:0;
}

scroll-y {
	overflow-y:scroll;
	height:800px;
}

hr {
border-width:3px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
/* border-color: red; 線色 */
height: 1px; /* 高さ */
}

img.pos1 { vertical-align: middle; }


/* ========2018.8.16======== */
dt {
    margin-left: 2em;
}
dd{
    margin-left: 4em;
}



/* ========TEMPLATE LAYOUT======== */
#top {
   width:740px;
   margin:0 auto;
   padding:10px;
}

#header {
   width:740px;
}

#menu {
   width:740px;
   height:40px;
}

#contents {
   clear:both;
   width:740px;
}

#headImage {
   width:740px;
   height:120px;
}

#main {
   float:inherit
    /*width:740px;
    padding:0 10px;*/
}

#sub {
   float:left;
   width:170px;
}
#sub2 {
   float:left;
   width:740px;
}

#footer {
   width:740px;
   height:30px;
   margin:0 auto;
   padding:10px;
   color:#FFF;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:28px;
   color:#008000;
   line-height:60px;
}

#header h1 a {
   color:#008000;
}

#header h2 {
   margin:10;
   padding:0;
   font-size:14px;
   color:#FFF;
   line-height:40px;
}

#header h2 a {
   color:#FFF;
}


#headImage {
   width:740px;
   height:120px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:5px;
   padding:0;
}

#menu li {
   float:left;
   color:#008000; /*R0,G128,B0*/
   text-align:center;
   list-style-type:none;
   font-weight:5000;
   border-top: 2px #666 solid;
   border-right: 2px #666 solid;
   border-bottom: 2px #666 solid;
   border-left: 2px #666 solid;
   background-color:#FFFFCC;
   height:40px;
}

#menu li a {
   display:block;
   width:100px;
   padding:8px 0;
   color:#060; /*R255,G255,B255*/
}

#menu li a.active {
   display:block;
   width:100px;
   padding:8px 0;
   color:#800000; /*R128,G0,B0*/
}

#menu li a:hover {
   color:#800000; /*R128,G0,B0*/
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
   margin-bottom:8px;
   padding:5px;
   color:#fff;
   font-size:20px;
   font-weight:bold;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#00F;
}

#main a:hover {
   color:#00F;
   border:0;
   border-bottom:1px solid #D2447B;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#000;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #000;
}

#main h3 {
   margin-bottom:3px;
   padding:2px 4px;
   font-size:13px;
   color:#fff;
   background:#551b14;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#551b14;
   border-bottom:2px solid #551b14;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#551b14;
   border-left:8px solid #551b14;
}

#main h6 {
   font-size:11px;
   color:#F00;
}

#main h7 {
   font-size:15px;
   color:#F00
}

#main h8 {
   font-size:15px;
   color:#000;
   font-weight:bold;
}

#main h9 {
   font-size:11px;
   color:#000;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;

   padding:3px;
   background:#f1f1f1;
}


/* ========sub CONTENTS CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#99F;
   text-align:center;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

#sub li {
   float:left;
   color:#333;
   font-size:16px;
   font-weight:bold; 
   text-align:center;
   list-style-type:none;
}

#sub li a {
   display:block;
   width:170px;
   padding:10px 0;
   color:#000;
   background-image:url(../images/Btn00.png);
}

#sub li a:active {
   display:block;
   width:170px;
   padding:10px 0;
   color:#fff;
   background-image:url(../images/Btn00ov.png);
}

#sub li a:hover {
   display:block;
   width:170px;
   padding:10px 0;
   color:#00F;
   background-image:url(../images/Btn00ov.png);
}

/* 回り込み解除 */
#sub ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 0 0 0;
   border:0;
   border-bottom:1px solid #666666;
}
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:13px;
   color:#333;
   text-align:center;
   font-weight:bold;
}

/* ========Tech_top CUSTOMIZE======== */
table.table01 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 727px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table01 caption {
  margin-top: 1em;
  text-align: left;
}

table.table01 th,
table.table01 td {
  padding: 4px 6px;
}

table.table01 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: center;
  white-space: nowrap;
  font-size: 90%;
}

table.table01 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: left;
  white-space: nowrap;
  font-size: 90%;
}

/* ========main_table CUSTOMIZE======== */
table.table02 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 700px;
  font-size: 100%;
}

table.table02 caption1 {
  margin-top: 1em;
  text-align: left;
  font-size:14px;
}

table.table02 caption2 {
  margin-top: 1em;
  text-align: left;
  font-size:10px;
}

table.table02 th,
table.table02 td {
  padding: 2px 6px;
}

table.table02 th {
  width:480px;
  border:solid 1px #B2B2B2;
  text-align: left;
  white-space: nowrap;
  font-size: 90%;
}

table.table02 td {
  width:40px;
  border-top:solid 1px #B2B2B2;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: right;
  white-space: nowrap;
  font-size: 90%;
}

/* ========main_table CUSTOMIZE======== */
table.table03 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 440px;
  font-size: 100%;
}

table.table03 th,
table.table03 td {
  padding: 2px 6px;
}

table.table03 th {
  width:200px;
  border:solid 1px #B2B2B2;
  text-align: left;
  white-space: nowrap;
  font-size: 90%;
}

table.table03 td {
  width:120px;
  border-top:solid 1px #B2B2B2;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: right;
  white-space: nowrap;
  font-size: 90%;
}

/* ========main_table CUSTOMIZE======== */
table.table04 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 540px;
  font-size: 14px;
}

table.table04 th,
table.table04 td {
  padding: 2px 6px;
}

table.table04 th {
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style:normal;
  border:solid 1px #B2B2B2;
  text-align: left;
  white-space: nowrap;
  font-size: 90%;
}

table.table04 td {

}