@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #1b1b1b;
  font-size: small;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  background: #fff;
}
body a {
  color: #505050;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #a52b2a;
  clear: both;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
}
#header .box {
  padding: 15px;
  overflow: hidden;
}
#header .box h1 {
  float: left;
}

/* #gnav 	グローバルナビ
----------------------------------------------------------- */
#gnav {
  width: 630px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
  *zoom: 1;
}
#gnav li {
  float: left;
  height: 34px;
}
#gnav li a {
  height: 0;
  padding: 34px 0 0 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}
#gnav li a:hover {
  background-position: left -34px;
}

#gnav li.gnav_inf a {
  background-image: url(../images/header/gnav_inf.jpg);
  width: 122px;
}

#gnav li.gnav_men a {
  background-image: url(../images/header/gnav_men.jpg);
  width: 176px;
}

#gnav li.gnav_acc a {
  background-image: url(../images/header/gnav_acc.jpg);
  width: 123px;
}

#gnav li.gnav_ori a {
  background-image: url(../images/header/gnav_ori.jpg);
  width: 192px;
}

#gnav li.gnav_new a {
  background-image: url(../images/header/gnav_new.jpg);
  width: 122px;
}

#gnav li.gnav_ane a {
  background-image: url(../images/header/gnav_ane.jpg);
  width: 115px;
}

#gnav li.gnav_mai a {
  background-image: url(../images/header/gnav_mai.jpg);
  width: 104px;
}

/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
  overflow: hidden;
}
#contents .box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 410px;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  width: 100%;
  clear: both;
  background-color: #a52b2a;
  position: fixed !important;
  bottom: 0;
  left: 0;
  position: absolute;
}
#footer .box {
  color: #fff;
  padding: 10px;
  text-align: right;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  border: 1px solid #000;
  border-bottom: none;
}

table.tbl_basic th,
table.tbl_basic td {
  padding: 5px 10px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}

table.tbl_basic th {
  background: #ccc;
  font-weight: normal;
}

table.tbl_basic td {
  background: #fff;
}
