@charset "shift_jis";
/* CSS Document */

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '揀Cリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  min-width: 950px;
}

#hdrArea {
  border-top: 3px solid #414141;
  height: 50px;
}

#hdrAreaInner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#hdrAreaNav {
  width: 650px;
  background: url(../img/bg_hdr_nav01.gif) no-repeat 0 0 #414141;
  position: absolute;
  top: 0;
  right: 30px;
}

#hdrAreaNavInner {
  width: 600px;
  background: url(../img/bg_hdr_nav02.gif) no-repeat right 0;
  padding: 0 80px;
}

#hdrAreaNavInner ul {
  width: 620px;
  height: 31px;
  background: url(../img/bg_line01.png) no-repeat 600px 50%;
  background-color: #414141;
}

#hdrAreaNavInner ul li {
  text-align: center;
  width: 120px;
  float: left;
  line-height: 31px;
  background: url(../img/bg_line01.png) no-repeat 0 50%;
}

#hdrAreaNavInner ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#hdrAreaNavInner ul li a:hover {
  color: #cff;
}

/* =========================================================
header
========================================================= */
div#header {
  background: url(../img/bg_hdr.png) repeat-x top;
}

/* =========================================================
hdrInner
========================================================= */
div#hdrInner {
  width: 950px;
  height: 62px;
  margin: 0 auto;
  padding: 23px 0 0;
  overflow: hidden;
  position: relative;
}

div#hdrInner h1 {
  width: 338px;
  height: 44px;
  float: left;
}

p#topText {
  color: #666;
  line-height: 14px;
  padding: 0px 10px 0;
  float: left;
}

p#hdrTel {
  width: 352px;
  height: 20px;
  position: absolute;
  top: 48px;
  right: 0;
}

p#hdrMemEntry {
  position: absolute;
  top: 10px;
  right: 145px;
}

p#hdrMemLogin {
  position: absolute;
  top: 10px;
  right: 0;
}

/* =========================================================
hdrNav
========================================================= */
div#hdrNav {
  clear: both;
  height: 60px;
  background: url(../img/bg_hdrnav.png) repeat-x top;
}

#nav {
  clear: both;
  width: 950px;
  height: 60px;
  margin: 0 auto;
  list-style: none;
}

#nav li {
  float: left;
  position: relative;
}

#nav a {
  float: left;
  color: #000;
  height: 60px;
}

#nav li a img {
  vertical-align: top;
}

#nav li:hover > a {
  color: #961d2e;
}

*html #nav li a:hover /* IE6 */ {
  color: #961d2e;
}

#nav li:hover > ul {
  display: block;
}

/* Sub-menu */

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  background: #f8f181;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#nav ul li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
}

#nav ul a {
  padding: 6px 10px 4px 20px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
  text-decoration: none;
  background: url(../img/ico_pointer03.gif) no-repeat 10px center;
}

*html #nav ul a /* IE6 */ {
  height: 12px;
  width: 210px;
}

*:first-child+html #nav ul a /* IE7 */ {
  height: 12px;
  width: 210px;
}

#nav ul a:hover {
  background-color: #fdfbd0;
}

#nav ul li:first-child a {
  padding-top: 10px;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#nav ul li:first-child a:after {
  content: '';
  position: absolute;
  left: 30px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #f8f181;
}

#nav ul li:first-child a:hover:after {
  border-bottom-color: #fdfbd0;
}

#nav ul li:last-child a {
  padding-bottom: 10px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

* html #nav {
  zoom: 1;
} /* IE6 */
*:first-child + html #nav {
  zoom: 1;
} /* IE7 */

/* =========================================================
topimg
========================================================= */
div#topimg {
  height: 230px;
  padding: 20px 0 0;
  background: url(../img/bg_topimg.png) repeat-x top;
}

div#topimg div.wrap {
  width: 900px;
  height: 230px;
  margin: 0 auto;
  padding: 0 25px;
  background: url(../../img/bg_topmem.png) no-repeat;
}

/* =========================================================
subimg
========================================================= */
div#subimg {
  height: 115px;
  padding: 20px 0 0;
  background: url(../img/bg_subimg.png) repeat-x top;
}

div#subimg h2 {
  width: 950px;
  height: 115px;
  margin: 0 auto;
}

/* =========================================================
topicpath
========================================================= */
div#topicpath {
  width: 950px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 30px;
}

div#topicpath p a {
  color: #1d4692;
}

/* =========================================================
wrapper
========================================================= */
div#wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 40px;
}

div#subContents {
  width: 920px;
  padding: 10px;
  border: 5px solid #f5f4f0;
}

p#ptBtn {
  height: 40px;
  background: url(../img/bg_pagetop.png) repeat-x;
}

p#ptBtn span {
  display: block;
  width: 950px;
  margin: 0 auto;
  text-align: right;
}

/* =========================================================
footer
========================================================= */
div#footer {
}

/* =========================================================
ftrInfo
========================================================= */
div#ftrInfo {
  background-color: #ebebeb;
}

/* =========================================================
ftrInfoWrap
========================================================= */
div#ftrInfoWrap {
  width: 950px;
  height: 57px;
  margin: 0 auto;
  padding: 13px 0 0;
  overflow: hidden;
  color: #666;
  line-height: 14px;
}

p#ftrLogo {
  float: left;
  width: 215px;
  height: 44px;
}

p#ftrAddress {
  float: left;
  padding: 0 10px;
}

/* =========================================================
ftrTel
========================================================= */
div#ftrTel {
  float: right;
  width: 215px;
  text-align: right;
}

div#ftrTel p {
  margin: 0 0 2px;
}

/* =========================================================
ftrNav
========================================================= */
div#ftrNav {
  clear: both;
  background-color: #f5f4f0;
}

/* =========================================================
ftrNavWrap
========================================================= */
div#ftrNavWrap {
  width: 950px;
  height: 250px;
  margin: 0 auto;
}

div#ftrNavWrap h3 {
  padding-left: 15px;
  background: url(../img/ico_pointer01.gif) no-repeat left center;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}

div#ftrNavWrap ul {
  float: left;
  padding: 5px 20px 0 15px;
  border-top: 1px solid #fff;
}

div#ftrNavWrap ul.cate1 {
  width: 130px;
}

div#ftrNavWrap ul.cate2 {
  width: 240px;
}

div#ftrNavWrap ul.cate3 {
  width: 160px;
}

div#ftrNavWrap ul.cate4 {
  width: 160px;
}

div#ftrNavWrap ul li {
  padding-left: 10px;
  background: url(../img/ico_pointer02.gif) no-repeat left center;
  line-height: 20px;
}

div#ftrNavWrap ul li.spacing {
  margin: 20px 0 0;
}

div#ftrNavWrap ul li a {
  display: block;
  height: 20px;
  color: #000;
  text-decoration: none;
}

div#ftrNavWrap ul li a:hover {
  color: #53bbd8;
}

div#nav01,
div#nav02,
div#nav03 {
  float: left;
  padding: 10px 0 0;
}
/* =========================================================
nav01
========================================================= */
div#nav01 {
  width: 443px;
}

/* =========================================================
nav02
========================================================= */
div#nav02 {
  width: 200px;
  padding-left: 50px;
}

/* =========================================================
nav03
========================================================= */
div#nav03 {
  width: 200px;
  padding-left: 50px;
}

/* =========================================================
copyright
========================================================= */
p#copyright {
  clear: both;
  background-color: #49362a;
}

p#copyright span {
  display: block;
  width: 950px;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: right;
}
