@charset "UTF-8";


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

BODY {
   margin : 0px 0px 0px 10px;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family : Verdana,Helvetica,"?E??E? ゴシチE??";
   color:#333;
   font-size:13px;
   background:#fff;
}

BR {
   letter-spacing:normal;
  font-size : 16px;
}

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

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

img {
   border:0;
}

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width : 1000px;
   margin:0 auto;
   background:#fff;
   
   border-bottom:5px solid #008F7C;
}

#header {
   position:relative;
   width : 1000px;
   height:80px;
   background:#fff;
}

#menu {
   width : 1000px;
   background:#000;
}

#contents {
   clear:both;
   width:1000px;
   margin-top:10px;
}

#main {
   float:left;
   margin : 0px;margin-bottom : 0px;margin-left : 10px;
   width : 690px;
  font-size : 16px;
}

#subL {
   float:left;
   width : 300px;
  font-size : 16px;
}



#footer {
   position:relative;
   clear:both;
   width:960px;
}

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


/* ========HEADER CUSTOMIZE======== */
#header H1 {
   margin:0;
   padding:0 10px;
   font-size : 40px;
   color:#000;
   line-height:80px;
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#ddd;
}

#header .pr {
   position:absolute;
   top:10px;
   right:0;
}



/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_menu.gif") 0 50% repeat-x;
}

#menu LI {
   float:left;
   color : #000000;
   list-style-type:none;
  font-size : 22px;
}

#menu LI A {
   display:block;
   margin-right:1px;
   padding : 0px 30px 0px 30px;
   line-height:2.5;
   color:#fff;
}

#menu LI A:hover{
   color : #cccccc;
}

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


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

#main a:hover {
   text-decoration:underline;
}

#main H2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size : 30px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main H3 {
   margin-bottom:5px;
   font-size : 22px;
   border-bottom:3px double #000;
}

#main H4 {
   margin-bottom:2px;
   padding:3px;
   font-size : 20px;
   line-height:1.4;
   background : #ffffff;
  font-weight : normal;
  text-align : center;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

#main P{
   margin : 0px 0px 1em 50px;
   line-height:1.4;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   background : #edece4;
  
}

#subL H2 {
   padding:3px;
   font-size : 20px;
   font-weight:bold;
   color:#fff;
   background : #ffffcc url(../image/sublh2bg2.gif) repeat-x 0px 50%;
}

#subL UL {
   margin:0;
   padding:5px 0 1em 1em;
  font-size : 14px;
}

#subL LI {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background : #edece4 url(../images/bg_list.gif) no-repeat 0px 6px;
   list-style:none;
}


/* ========subR CONTENTS CUSTOMIZE======== */









/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}
TABLE{
  font-size : 18px;
  margin-left : 50px;
  line-height : 25px;
}
TD{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
