@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 {
  color: #333333;
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  text-align: center;
}

h1 {
  background-color: #014099;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 10px 3px 10px;
}

th , td {
  font-size: 12px;
  vertical-align: top;
}

h3 {
  clear: both;
  padding: 0pt 0pt 4px;
  margin: 10px 0pt;
  background: transparent url(/images/template/line02.gif) repeat-x scroll center bottom;
}

h3 span {
  display: block;
  height: 23px;
  padding: 2px 0pt 0pt 28px;
  background: transparent url(/images/template/h3_head.gif) no-repeat scroll 0pt 50%;
  color: #45a306;
  font-size: 16px;
}

/* ---  ページスペース --- */

#pagespace  {
  width: 830px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
}


/* ---  ヘッダー --- */

#header {
  overflow: hidden;
  clear: both;
  width: 830px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#header h2 {
  float: left;
  width: 85px;
}

#header p {
  float: left;
  width: 90px;
  margin-top: 8px;
  padding-left: 5px;
}

#header dl {
  float: right;
  width: 640px;
  margin-top: 5px;
}

#header dl dd {
  margin: 0 10px;
}

#header dl dd ul li {
  line-height: 1.3;
}

#gmenu {
  overflow: hidden;
  clear: both;
  width: 830px;
  background-image: url(/images/header/gmenu_bg.jpg);
  background-repeat: repeat-x;
}

#gmenu ul {
  overflow: hidden;
  clear: both;
  width: 801px;
  margin-left: 15px;
}

#gmenu ul li {
  float: left;
  width: 114px;
}

#kw {
  overflow: hidden;
  clear: both;
  width: 830px;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-top: 3px;
  border-top: 1px dotted #3f3f3f;
  border-bottom: 1px dotted #3f3f3f;
}

#kw dl dt {
  display: block;
  float: left;
  width: 130px;
}

#kw dl dd {
  padding-top: 6px;
  _padding-top: 7px;
}

/* --- パン屑 --- */

.bread {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.bread li {
  display: inline;
}

/* ---  コンテンツ --- */

#contents {
  float: right;
  width: 610px;
  _width: 630px;
  padding-right: 20px;
}


/* ---  リターンリンク --- */

#return_list {
  clear: both;
  width: 830px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}


/* ---  フッター --- */

#footer {
  clear: both;
  width: 830px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.footer_copyright {
  padding: 3px;
  background-color: #014099;
  text-align: center;
}

.footer_text {
  padding: 10px;
}

.footer_link {
  text-align: center;
}


/* Popup Map */

#branch_map {margin: 10px auto 0 auto; width: 400px; background-color:#fff; text-align:left;}
#branch_map p.map {margin: 5px auto 10px auto;}
#branch_map p.address {margin-bottom: 8px;}
#branch_map p.address .ad02 {padding-left: 6em;}
#branch_map p.access {margin-bottom: 10px; color:#02A2F8;}
#branch_map p.btn {margin: 0 auto 15px auto; text-align: center;}