@charset "UTF-8";

/* --- ブラウザ表示リセット --- */

div, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, body, html, p,
blockquote, fierdset, input {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
}

ul, ol {
  list-style-type: none;
}

li{
  list-style: none;
}

img {
  border-style: none;
}


/* --- リンク --- */

a:link {
  color: #00009c;
  text-decoration: underline;
}

a:visited {
  color: #00009c;
  text-decoration: underline;
}

a:hover {
  color: #ff6666;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  text-decoration: underline;
}


/* ---  スタイル --- */

body {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  text-align: center;
}

h1 {
  position: relative;
  top: 70px;
  height: 15px;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #100063;
  font-size: 12px;
  text-align: right;
}

h2 {
  clear: both;
  width: 715px;
  margin-bottom: 2px;
}

h3 {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #00a0e9;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

h4 {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #00a0e9;
  background-color: #ffffff;
  color: #00a0e9;
  font-size: 12px;
  font-weight: bold;
}

/* ---  ページスペース --- */

#pagespace  {
  width: 715px;
  margin: 0px auto 0 auto;
  text-align: left;
}


/* ---  ヘッダー --- */

#header {
  width: 715px;
  height: 70px;
  margin: -20px 0 20px 0;
}

#header .logo_divenavi {
  float: left;
  width: 152px;
}

#header ul {
  float: left;
  width: 447px;
  height: 70px;
  background-color: #00a0e9;
}

#header ul li {
  float: left;
  width: 149px;
  padding: 4px 0;
  text-align: center;
}

#header .logo_islands_collection {
  float: left;
  width: 116px;
}

/* --- パン屑 --- */

.bread {
  margin-top: -5px;
  margin-bottom: 5px;
  margin-left: 15px;
}
.bread li {
  display: inline;
  font-size: 10px;
}


/* ---  トップ --- */

#top {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin-bottom: 10px;
}


/* ---  メニュー --- */

#menu {
  clear: both;
  float: left;
  width: 150px;
}


/* ---  コンテンツ --- */

#contents {
  float: right;
  width: 560px;
  margin-left: 2px;
}


/* ---  リターンリンク --- */

#return_list {
  clear: both;
  width: 715px;
  padding-top: 10px;
  text-align: center;
}


/* ---  フッター --- */

#footer {
  clear: both;
  padding-top: 15px;
}

#footer .copyright {
  padding: 2px;
  background-color: #00a0e9;
  color: #ffffff;
  text-align: center;
}

#footer .divenavi_info {
  padding: 5px;
}

#footer .divenavi_info .image {
  float: right;
  width: 150px;
}

#footer .divenavi_info .text {
  margin-right: 150px;
}

#footer .site_info {
  clear: both;
  margin: 10px 0 0 20px;
}

#footer .site_info li {
  list-style-type: circle;
}

#footer .logo_list {
  text-align: center;
  margin-bottom: 15px;
}

#footer .logo_list li {
  display: inline;
}

#footer .logo_list li img {
  padding-right: 5px;
}

#footer .area_list_title  {
  font-size: 11px;
  color: #8f0000;
  border-bottom: solid 1px #cccccc;
}

#footer .area_list {
  clear: both;
  margin-top: 3px;
  margin-bottom: 5px;
}

#footer .area_list dt {
  clear: both;
  float: left;  
  font-size: 11px;
}

#footer .area_list dd {
  display: inline;
  margin-left: 5px;
  font-size: 11px;
}


/* --- clearfix --- */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix {
   display: inline-block;
}

* html .clearfix {
   height: 1px;
}

.clearfix {
   display: block;
}

.clear_both {
  clear: both;
}


/* --- クラス --- */

.contents_box {
  overflow: hidden;
  clear: both;
  width: 560px;
  margin-bottom: 15px;
}

.bar {
  padding: 5px;
  background-color: #00a0e9;
  color: #ffffff;
  font-weight: bold;
}

.last_border {
  border-bottom: 1px solid #00a0e9;
}
