@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
}

img {
  border: none;
}

a img {
  border: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.color_red {
  color: #FF0000;
}
.color_brown {
  color: #804000;
}
.color_orange {
  color: #CC6600;
}
.color_green {
  color: #006600;
}
.color_gold {
  color: #999933;
}
.color_black {
  color: #000000;
}
.color_white {
  color: #FFFFFF;
}
.font_size12 {
  font-size: 12px;
}
.font_size14 {
  font-size: 14px;
}
.font_size16 {
  font-size: 16px;
}
.font_size18 {
  font-size: 18px;
}
.font_size20 {
  font-size: 20px;
}
.font_size22 {
  font-size: 22px;
}
.font_size24 {
  font-size: 24px;
}

#globalheader {
  position: relative;
  width: 100%;
  min-width: 950px;
  margin: auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
#headernavi_bg {
  width: 100%;
  height: 500px;
  background-image: url(../img/common/h_btn_bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
#headernavi {
  height: 70px;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
#headernavi h1 {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
#headernavi div {
  float: right;
  margin-top: 10px;
  text-align: right;
}
#headernavi div p {
  margin: 0px;
}
#headernavi div p img {
  margin: 0px;
}
#globalnavi {
  height: 60px;
  width: 950px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
}
#globalnavi ul {
  padding: 0px;
  margin: 0px;
}
#globalnavi ul li {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#contents_bg {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFF;
}
#contents {
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  height: auto;
}
#footer {
  background-image: url(../img/common/f_navi_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0px 35px;
  width: 100%;
  height: 180px;
  margin: 0px;
}
#footer_navi {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #666;
}
#footer_navi p a {
  color: #666;
}
#footer_navi p a:link {
  text-decoration: underline;
}
#footer_navi p a:visited {
  text-decoration: underline;
}
#footer_navi p a:hover {
  color: #DDD;
  text-decoration: underline;
}
#footer_navi p a:active {
  color: #DDD;
  text-decoration: underline;
}
#footer_navi #topbk {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 760px;
}
#address {
  width: 930px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 80px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url(../img/common/f_address.jpg);
  background-position: 600px 42px;
  background-repeat: no-repeat;
  text-align: left;
}
#add_1 {
  float: left;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#add_2 {
  font-size: 12px;
  float: left;
  margin-top: 43px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding: 0px;
  width: 600px;
}
#add_2 span {
  font-size: 10px;
}

