@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;
   color:#fff;
   font-size:13px;
   background:#000;
}

br {
   letter-spacing:normal;
}

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

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

img {
   border:0;
}

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


/* ========構成======== */
#top {
   width:990px;
   margin:0 auto;
   background:#000;
   border-top:1px solid #008F7C;
   border-bottom:5px solid #008F7C;
}

#header {
   position:relative;
   width:960px;
   height:200px;
   background:#000;
   background:url("../images/header.jpg");
}

#headad {
   width:990px;
   margin:0 auto;
   background:#000;
}

#contents {
   clear:both;
   width:990px;
   margin-top:10px;
   background:#000;
}

#main {
   float:left;
   margin:0 10px;
   width:630px;
}

#subL {
   float:left;
   width:180px;
}

#subR {
   float:left;
   width:160px;
}

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

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


/* ========HEADER======== */
#header h1 {
   margin:0;
   padding:0 10px;
   font-size:12px;
   color:#fff;
   line-height:20px;
}

#header h1 a {
   color:#FFF;
}

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

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

/* ========HEADAD(上部バナー広告)======== */
#headad img {
   margin:5px;
   width:470px;
   height:60px;
}
/* ========INDEX CONTENTS======== */
#contents .index{
   position:relative;
   width:960px;
   height:500px;
   background:url("../images/index.jpg");
}

#contents .index table{
   padding:350px 0 0 600px;
   width:350px;
}

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

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

#main h2 {
   margin-bottom:5px;
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

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

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#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:0 0 1em 0;
   line-height:1.4;
}

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

#main strong{
   color: #ff0000;
}

#main .map{
width:630px;
height:280px;
margin-bottom:10px;
}

#main .map table{
   padding-top:1px;
   border-spacing: 5px;
}

#main .map table td{
   padding:1px;
   margin:3px;
   text-align: center;
}

#main table{
   width:630px;
   margin-top:10px;
   border-spacing: 2px;
}

#main table td{
   padding:1px;
   margin:1px;
   text-align: center;

} 
/* ========左側 CONTENTS======== */
#subL .section {
   background:#000;
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

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

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

#subL .pr {
   margin:10px 0;
   text-align:center;
}

#subL .pr img {
   margin-bottom:10px;
}


/* ========左側MENU======== */
#subL ul.pulldown_menu_5 {
   list-style: none; /* 先頭記号を消す */
   margin:0;
   padding:0;
}
#subL ul.pulldown_menu_5 li {
   width: 180px; /* リスト項目の幅 */
   margin:0;
   padding:0;
   background:#000 url("../images/menu_bg.jp") 0 6px no-repeat;
}
#subL ul.pulldown_menu_5 ul {
display: none; /* 通常は表示しない */
list-style: none; /* 2段目の先頭記号を消す */
padding-left: 0px; /* 2段目の左位置を1段目に揃える */
}
#subL ul.pulldown_menu_5 li:hover > ul {
display: block; /* マウスが乗ったら表示する */
}
#subL ul.pulldown_menu_5 a {
color: white; /* 文字色 */
font-weight:bold;
display: block; /* ブロックレベルに */
text-align: center; /* 文字を中央合わせに */
padding: 10px; /* 内部の余白 */
border: 1px #000 solid; /* 枠線 */
text-decoration: none; /* 下線を消す */
outline: none; /* 選択時の点線枠線を消す */
background:#000  url("../images/menu_bg.jpg"); /* 通常の背景画像 */
}
#subL ul.pulldown_menu_5 ul a {
background: url(image/gradation_green2.jpg); /* ２段目以降の背景画像 */
}
#subL ul.pulldown_menu_5 a:hover {/* マウスカーソルが乗っている状態 */
background: url(image/gradation_green_R.bmp); /* 通常の背景画像 */
color: #ff3399; /* 文字色 */
}

/* ========右側 CONTENTS======== */
#subR .pr {
   margin:10px 0;
   text-align:center;
}

#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

#subR img {
   margin-bottom:10px;
}


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

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


/* ========FOOTER======== */
.copyright {
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}



