@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, navigator, footer, span, p, h1, h2, ul, li, table, td  {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #005ebb;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

header h1 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #004080 !important;
  text-decoration: underline;
  font-size: 18px;
}

header h2 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #333333;
  font-size: 16px;
}

#pagetop {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #555555;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  color: #555555;
  line-height: 1.4;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

section table.stealth {
  width: 100%;
  border-collapse: collapse;
  border: solid 0px;
  margin : 8px 10px 8px 0;
}
section td.stealth {
  border-collapse: collapse;
  border: solid 0px;
  padding : 1px 10px 1px 10px;
}


/*---------- ナビ ----------*/
.ggmap {
border-collapse: collapse;
border: solid 1px #bbbbbb;
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


navigator {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/navigator_bg.gif) repeat-x;
}

navigator h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

navigator ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

navigator li {
  width: 100%;
  list-style: none;
  text-align: center;
}

navigator li a {
  padding: 10px;
  display: block;
  color: #0066FF !important;
  font-weight: bold;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/navigator_bg.gif) repeat-x;
}

navigator li a:hover {
  color: #00CCFF !important;
  display: block;
  font-weight: bold;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/navigator_bg_hover.gif) repeat-x;
}

/*---------- トップに戻る ----------*/

#pageback {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copyright {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copyright a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copyright a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copyright a:visited {
  color: #005ebb;
  text-decoration: none;
}