/**************************************/
/*           COLOR SCHEME             */
/**************************************/

/***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
.hide {
  display: none; }

.menu a {
  text-decoration: none;
}
.menu a:link{
  color:#333;
}
.menu a:visited{
  color:#333;
}

.line a {
  text-decoration: none;
}
.line a:link{
  color:#333;
}
.line a:visited{
  color:#333;
}

.row .col {
  background-color: #fff;
}


img {
  border: 0;
}

.float {
  float: left;
}
.clear {
  clear: both;
}

/* GENERAL */
body {
  color: #333;
  font: 12px/1.4 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.content-inner {
  padding-top: 5px;
  padding-bottom: 20px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.mainMenu {
  font: 10px;
}

/* メニュー項目全般 */
.menu {
  height:30px;
  border-right: 2px solid #aaa;
  float: left;
  text-align: center;
  line-height:30px;
}

/* ホームメニュー */
.menu1 {
  width:60px;
}
.menu2 {
  width:106px;
}
.contactMenuEn {
  width:96px;
}
/* English Site */
.menu3 {
  width:140px;
}
.menu4 {
  width:100px;
  border-right: 0px solid #aaa;
}
.menu5 {
  width:162px;
}
.menu6 {
  width:126px;
}

.logoDiv {
  position:absolute;
  top:8px;
  width:808px;
}

.logoDivEn {
  position:absolute;
  top:8px;
  width:878px;
}

.logoImg {
  position: absolute;
  right: 0px;
  height: 140px;
  z-index: 10;
}

/**************************************/
/*               Line               */
/**************************************/
.grayLine {
    clear: both;
  height:48px;
  background-color: #aaabab;
  width:883px;
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
  border: solid 1px #666;
  margin-right:0px;
  margin-top:12px;
  margin-bottom:8px;
  height:1px;
}


/**************************************/
/*               Scroll               */
/**************************************/
  /***
 * スクロールバー
 *
 * H == 横スクロール
 * V == 縦スクロール
 */
.scrlH {
  height: 10px; }

.scrlH > div {
  display: block;
  position: relative;
  top: 0;
  width: 14px;
  min-width: 30px;
  height: 10px;
  background: #666;
  border-radius: 5px;
  z-index: 10; }

.colRowSlctr .scrlH, .missDanSlctr .scrlH {
  display: none; }

.thmLiWrap .scrlV {
  position: absolute;
  top: 10px;
  right: -3px;
  bottom: 3px; }


.thmLiWrap .scrlV {
  top: 2px;
  bottom: 2px; }

.scrlV {
  width: 18px; }

.scrlV > div {
  display: block;
  position: relative;
  width: 18px;
  height: 10px;
  min-height: 30px;
  background: #848486;
  border-radius: 0px; }


