/* primary styles */

html {
  overflow-y: scroll;
}

body {
  *font: x-small;
  font-size: 13px;
  *font-size: small;
  font-weight: 400;
  line-height: 1.6;
}

body,
select,
input,
textarea {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
a:visited,
a:hover {
  color: #7F292E;
}

ul {
  list-style: none outside;
}

/* common styles */

html,
body,
#container {
  height: 100%;
}

body {
  background: url(../img/bg_body.jpg) repeat fixed 0 0;
}

#container {
  position: relative;
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  background: url(../img/bg_container.jpg) no-repeat fixed center bottom;
}

body > #container {
  height: auto;
}

.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#left_deco {
  position: fixed;
  bottom: -190px;
  left: -115px;
  width: 384px;
  height: 403px;
  background: url(../img/bg_left_deco.png) no-repeat scroll 0 0;
}

#header {
  width: 100%;
  height: 138px;
}

#hd_logo {
  position: absolute;
  top: 0;
  right: -85px;
  width: 311px;
  height: 211px;
  background: url(../img/bg_hd_logo.png) no-repeat scroll center 0;
}

#hd_logo a {
  position: absolute;
  top: 14px;
  left: 99px;
  display: block;
  width: 114px;
  height: 108px;
}

#navigation {
  float: left;
  width: 260px;
}

#navigation .wrap {
  position: absolute;
}

#nav_logo {
  height: 12px;
  line-height: 0;
}

#nav_logo a {
  display: block;
}

#body {
  width: 100%;
  min-height: 373px;
  padding-bottom: 70px;
}

#content {
  width: 690px;
  padding-right: 30px;
  padding-left: 20px;
  margin-left: 260px;
}

#content article {
  margin-top: 30px;
}

#content h2 {
  display: none;
}

#content .hr {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 0;
}

#content .hr img {
  vertical-align: top;
}

#cont_nav li,
#cont_nav a {
  height: 30px;
}

#cont_nav li {
  padding-left: 30px;
  margin-bottom: 10px;
}

#cont_nav li a {
  display: block;
  background-position: 0 0;
}

#cont_nav li a:hover {
  background-position: 0 -30px;
}

#cont_nav li .current {
  background-position: 0 -30px;
}

#go_top {
  padding-bottom: 70px;
  margin-top: -70px;
}

.go_top {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  clear: both;
  text-align: right;
}

.go_top a {
  float: right;
  width: 72px;
  height: 30px;
  background-image: url(../img/icon_gotop.jpg);
  background-position: 0 0;
}

.go_top a:hover {
  background-position: 0 -30px;
}

#footer {
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
  background: url(../img/bg_footer.png) repeat-x 0 bottom;
}

#ft_wrapper {
  height: 25px;
  padding-top: 23px;
  padding-bottom: 22px;
  background: url(../img/bg_ft_wrapper.png) no-repeat center 23px;
}

#ft_wrapper a {
  color: #FFF;
}

#ft_nav,
#ft_social,
#ft_lang {
  float: left;
}

#ft_info,
#ft_copy {
  float: right;
}

#ft_nav {
  width: 725px;
}

#ft_nav ul {
  padding-left: 69px;
}

#ft_nav li {
  float: left;
  margin-right: 23px;
}

#ft_nav li a {
  display: block;
  height: 25px;
  background-position: 0 0;
}

#ft_nav li a:hover {
  background-position: 0 -25px;
}

#ft_nav li .current {
  background-position: 0 -25px;
}

#ft_nav_btn1 {
  width: 40px;
  background-image: url(../img/btn_ft_nav1.png);
}

#ft_nav_btn2 {
  width: 56px;
  background-image: url(../img/btn_ft_nav2.png);
}

#ft_nav_btn3 {
  width: 56px;
  background-image: url(../img/btn_ft_nav3.png);
}

#ft_nav_btn4 {
  width: 73px;
  background-image: url(../img/btn_ft_nav4.png);
}

#ft_nav_btn5 {
  width: 60px;
  background-image: url(../img/btn_ft_nav5.png);
}

#ft_nav_btn6 {
  width: 63px;
  background-image: url(../img/btn_ft_nav6.png);
}

#ft_nav_btn7 {
  width: 66px;
  background-image: url(../img/btn_ft_nav7.png);
}

#ft_social {
  width: 135px;
}

#ft_social p {
  padding-left: 85px;
}

#ft_social p a {
  display: inline-block;
  width: 22px;
  height: 25px;
  margin-right: 1px;
  vertical-align: top;
  background-position: 0 0;
}

#ft_social p a:hover {
  background-position: 0 -25px;
}

#ft_facebook {
  background-image: url(../img/btn_ft_facebook.png);
}

#ft_twitter {
  background-image: url(../img/btn_ft_twitter.png);
}

#ft_lang {
  width: 70px;
}

#ft_lang p {
  padding-left: 9px;
}

#ft_lang p a,
#ft_lang p span {
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 6px;
  vertical-align: top;
  background-position: 0 0;
}

#ft_lang p a:hover,
#ft_lang p span {
  background-position: 0 -25px;
}

#ft_lang_jp {
  background-image: url(../img/btn_lang_jp.png);
}

#ft_lang_en {
  background-image: url(../img/btn_lang_en.png);
}

#ft_copy {
  width: 180px;
}

#ft_copy p {
  height: 11px;
}

#ft_copy img {
  vertical-align: top;
}
