﻿@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:12px;
   color:#333;
   /*border-top:3px solid #007296;*/
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:none;
}

a:link {
	text-decoration: none;
	color: #333;

}
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
   color:#0089a1;
   text-decoration: underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
.style2 {color: #083357}
.style3 {font-size: 11px}
.style4 {color: #333}

/* ========TEMPLATE LAYOUT======== */
#header {
	width:900px;
	margin:0 auto;
	position:relative;
	padding:0 5px;
	height: 120px;
}

#search {
	position:absolute;
	top:80px;
	right:0;
	height:50px;
	width: 240px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:4px solid #007296;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   background:#F0F9FF;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
   width:900px;
   margin:0 auto;
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:900px;
   margin:-60px auto 0 auto;
   background:#fff;
}

#bnMenu {
   width:900px;
   height:76px;
   background:url("../images/bg_contents900.gif") 0 0 no-repeat;
   margin:0 auto;
   padding:12px 0 0 0;
   background:#fff url("../images/bg_main_h1.gif") 0 0 repeat-x; 
}

#bnMenu5 {
   width:900px;
   height:44px;
   margin:0 auto;
   padding:4px 0 0 0;
   background:#fff url("../images/bg_main_h1.gif") 0 0 repeat-x; 
}

ul.nav{
  margin: 0px 2px 0px 2px;
  padding:0px 0px 0px 0px;
}

ul.nav li1{
  display: inline-block;
  border: 1px solid #055F70;
  margin:10px 0px 0px 0px;
  padding: 4px;
  background: #77B6D0;
  width: 190px;
  text-align: center;
}
ul.nav li1 a{
      color: #fff;
      text-decoration:none;
	  transition: 0.5s;
}
ul.nav li1 a:hover {
	color: #333;
}

ul.nav li2{
  display: inline-block;
  border: 1px solid #3975C4;
  margin:10px 0px 0px 10px;
  padding: 4px;
  background: #7AA4C7;
  width: 190px;
  text-align: center;
}
ul.nav li2 a{
      color: #fff;
	  text-decoration:none;
	  transition: 0.5s;
}
ul.nav li2 a:hover {
	color: #333;
}

ul.nav li3{
  display: inline-block;
  border: 1px solid #0AA9FF;
  margin:10px 0px 0px 10px;
  padding: 4px;
  background: #96D3ED;
  width: 190px;
  text-align: center;
}
ul.nav li3 a{
      color: #fff;
      text-decoration: none;
	  transition: 0.5s;
}
ul.nav li3 a:hover {
	color: #333;
}

ul.nav li4{
  display: inline-block;
  border: 1px solid #13694E;
  margin:10px 0px 0px 10px;
  padding: 4px;
  background: #72B8B4;
  width: 190px;
  text-align: center;
}
ul.nav li4 a{
      color: #fff;
      text-decoration: none;
	  transition: 0.5s;
}
ul.nav li4 a:hover {
	color: #333;
}	  

#main {
   float:left;
   width:670px;
   padding:5px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#box1{
   height:360px;
   padding:0px 0px 20px 0px;	
   overflow-y: auto;
}

#box2{
	height:280px;
	overflow-y: auto;
}
	
#sub {
   float:right;
   width:210px;
   padding:5px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:900px;
}

#footer {
   clear:both;
   background:#ddd;
   
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:900px;
   margin:0 auto;
   padding:10px 10px 10px 20px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   left:0px;
   top:15px;
   margin:0;
   padding:0px 0;
   font-size:11px;
}

#header #gNavi {
	position:absolute;
	top:0px;
	right:0;
	margin:0;
	font-size:11px;
	width: 430px;
	left: 480px;
	height: 20px;
}
/* アクセスをナビに戻す場合は下marginを０にする */
#header #navi {
	position:absolute;
	top:80px;
	right:0px;
	margin:3px 0px 0px 70px;
	font-size:12px;
	width: 303px;
	left: 380px;
	height: 30px;
}

#header #navi ul {
   list-style:none;
}

#header #navi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #navi li a {
   display:block;
   padding-left:8px;
   background:url("../images/navi_arrow.gif") 0 50% no-repeat;
}

/* ========search CUSTOMIZE======== */
#search dt {
   float:left;
   margin:1px 0 0 0;
   padding:0;
}

#search dd {
   float:left;
   margin:0 0 0 2px;
   padding:0;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:898px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
   font-size:12px;
   font-weight:bold;
   float:left;
   width:127px;
   color:#333;
   line-height:40px;  
   text-align:center;
   list-style-type:none;
   border-left:1px solid #e5e5e5;
   border-top:1px solid #e5e5e5;   
}

#menu li a {
   display:block;
   color:#333;
   text-decoration:none;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h1 {
   margin-bottom:5px;
   padding:14px 10px 4px 10px;
   font-size:14px;
   background:#fff url("../images/bg_main_h1.gif") 0 0 repeat-x;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:10px 10px 0px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h1.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:1px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
   margin:0 0 0 1em;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* ======== INFORMATION CUSTOMIZE======== */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:7em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 2em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}
#main .sectionbn2 {
   width:660px;
   height:90px;
   text-align:center;
   border:1px solid #E8E8E8;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub .sectionbn {
   width:200px;
   height:450px;
   text-align:center;
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h1 {
   padding:5px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h1.gif") 0 0 repeat-x;
}

#sub h2 {
   padding:5px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h2.gif") 0 0 repeat-x;
}

#sub h3 {
   padding:5px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h3.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
   margin-bottom:5px;
   padding:1px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   border-left:5px solid #0089a1;
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}
#sub3 ul {
   margin:0;
   padding:0;
}

#sub3 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub3 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   width:900px;
   margin:0 auto;
   padding:20px 0 1px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 18px;
   background:#ddd url("../images/bg_ptop.gif") 7px 50% no-repeat;
   font-size:11px;
}

/* ========BASE CONTENTS CUSTOMIZE======== */
#contentsmain {
   margin:0 auto;
   padding:0 5px;
   width:700px;
   height:auto;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:300px;
   margin-left:15px;
   margin-right:15px;
   padding:0;
}

#footMenu h3 {
   font-size:13px;
   border-bottom:1px dotted #999;
}
#footMenu h4 {
   font-size:13px;
}
#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:6px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}

/* ========== バナーのCSS解除 ============ */
#clbn ul{
   border: none;
   background:none;
   background:#FFFFFF;
}
#clbn ul a{
   border: none;
   background:none;
   background:#FFFFFF;
}
#clbn li{
   border: none;
   background:none;
   background:#FFFFFF;
}
#clbn li a{
   border: none;
   background:none;
   background:#FFFFFF;
}

#clbn2 table td {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:none;
}
