/*-------------------------------------*/
/*													*/
/* initialization.css						*/
/*													*/
/*-------------------------------------*/
body {
  font-family: Meiryo, 'メイリオ', "Helvetica", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

/*a:link {color: #0000EE; text-decoration: none;}*/
/*a:visited {color: #551A8B; text-decoration: none;}*/
a:hover {
  color: #FF0000;
  text-decoration: none;
}

/*a:active {color: #FF0000; text-decoration: none;}*/
table, th, td {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-size: 1em;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
  vertical-align: bottom;
}

/*-------------------------------------*/
/*													*/
/* indotei.css										*/
/*													*/
/*-------------------------------------*/
#ContainerBox {
  width: 100%;
  position: absolute;
  top: 53px;
  z-index: 0;
}

#Header {
  background: url(img/header_bg.gif) 0 0 repeat-x;
  width: 100%;
  height: 83px;
  position: absolute;
  top: 0;
  z-index: 1;
}

#HeaderBox {
  width: 770px;
  height: 68px;
  margin: 0 0 0 25px;
  position: relative;
}

#HeaderBox h1 {
  width: 217px;
  padding-top: 5px;
}

#HeaderBox .abso_banner {
    position: absolute;
    width: 200px;
    top: 38%;
    left: 90%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

#ContBox {
  padding: 25px;
}

#FlashBox {
  margin-left: 25px;
}

.shopbox {
  float: left;
  width: 233px;
  background: #e8a058;
}

.shopbox h2 {
  background: #e38315;
  font-size: 15px;
  color: #FFF;
  padding: 10px 20px 8px 20px;
}

.infobox {
  padding: 12px;
}

.phbox {
  margin-top: 13px;
  position: relative;
}

.phbox a {
  position: absolute;
  top: 0;
  left: 1px;
}

#footer_bnr {
  width: 770px;
  height: 49px;
  font-size: 10px;
  color: #CC6600;
  margin: 20px 0 20px 25px;
}

#footer_bnr span {
  vertical-align: top;
}

#footer_bnr a {
  float: left;
}

.getflash {
  float: right;
  height: 41px;
  font-size: 10px;
  color: #CC6600;
  line-height: 1.4;
  margin: 16px 25px 0 0;
}

.getflash span {
  float: right;
  margin-top: 2px;
}

#Footer {
  clear: both;
  background: #fdf4ec;
  height: auto;
  margin: 0 auto;
}

#FooterBox {
  width: 770px;
  margin: 0 0 0 25px;
  padding: 10px 0;
  font-size: 10px;
  line-height: 1.8;
}

/*=========float=========*/
.FRight {
  float: right;
}

.FLeft {
  float: left;
}

.ML25 {
  margin-left: 25px;
}

.MR10 {
  margin-right: 10px;
}

.MR13 {
  margin-right: 13px;
}

.ClearFix {
  zoom: 1;
}

.ClearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}

/* no ie mac \*/
* html .ClearFix {
  height: 1%;
}

.ClearFix {
  display: block;
}
