@charset "Shift-JIS";
/* CSS Document */
/* ----------------------------------------------------------- */
@import "/common/css/default.css";   /* 初期設定 */
@import "/common/css/base.css";   /* 基本レイアウト（新） */
/* ----------------------------------------------------------- */

/* === navigation ========================================= */

#navi-4 a { background-position: -344px -40px;}


/*-- common --*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
outline: none:
}

#contentsbox {
width: 100%;
padding: 20px 0 20px 0;
text-align: center;
}

#contents {
width: 920px;
margin: 0 auto;
}

/* -- ページの先頭に戻るのスタイル -- */
#go_toppage {
clear: both;
width: 711px;
padding: 15px 0 0 0;
text-align: right;
}


