@charset "Shift_JIS";

/* 基本
---------------------------------------------*/
body {
  color: #333;
  font-size: 75%;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  background-color: #000;
}
img {
  vertical-align: top;
}
a {
  color: #ff0000;
  text-decoration: underline;
}
a:visited {
  color: #ff0000;
}
a:hover,
a:focus {
  color: #a40000;
  text-decoration: underline;
}
a:active {
  color: #a40000;
}

/* 全体構造
---------------------------------------------*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  background-color: #000;
}

/* ヘッダ
---------------------------------------------*/
#header {
  position: relative;
  width: 1000px;
  height: 100px;
  border-top: 4px solid #ff0000;
}

/* コンテンツ
---------------------------------------------*/
#content {
  clear: both;
  width: 1000px; /* for WinIE6,7 */
  margin: 0;
  padding: 0;
  background-color: #000;
}
#content #primary {
  float: left;
  width: 778px;
  margin: 0;
  padding: 0;
}
/*clearFix*/
#content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
/* MacIE begin \*/
*+html #content {
  height: 1%;
}
* html #content {
  height: 1%;
}
#content {
  display: block;
}
/* MacIE end \*/

/*clearFix*/
#Content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
/* MacIE begin \*/
*+html #Content {
  height: 1%;
}
* html #Content {
  height: 1%;
}
#Content {
  display: block;
}
/* MacIE end \*/

/* メイン
---------------------------------------------*/
#content #main {
  float: right;
  width: 538px;
  margin: 0 10px 20px;
  padding: 0;
}
/*\*/
* html #content #main {
  margin: 0 5px 20px;
}
/* For WIN IE */
/* */

/* セカンドナビ
---------------------------------------------*/
#content #secondary {
  display: inline;
  width: 220px;
  margin: 0;
  padding: 0;
}
/*\*/
* html #content #secondary {
  margin: 0;
}
/* For WIN IE */
/* */

/* サードナビ
---------------------------------------------*/
#content #third {
  float: right;
  width: 220px;
  margin: auto 0;
  padding: 0;
}
/*\*/
* html #content #third {
  margin: 0;
}
/* For WIN IE */
/* */

/* フッタ
---------------------------------------------*/
#footer {
  clear: both;
  width: 960px; /* for WinIE6,7 */
  margin-left: 20px;
  border-top: 4px solid #333;
}

/* ページトップ
---------------------------------------------*/
.top {
  clear: both;  
  margin: 10px 24px 5px 0;
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}
.Top {
  clear: both;  
  margin: 2px 0 5px;
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}

/* タイトル
---------------------------------------------*/
#header h1 {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
h3 {
  width: 525px;
  height: 20px;
  padding: 10px 0 3px 4px;
}

/* ロゴ
---------------------------------------------*/
.flash {
  float: left;
  display: inline;
  width: 143px;
  height: 65px;
  padding: 30px 10px 0;
}

/* ヘッドラインニュース
---------------------------------------------*/
.headline-news {
  position: absolute;
  top: 32px;
  left: 166px;
}

/* マーキー
---------------------------------------------*/
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
  width: 360px;
  margin: 50px 0 0 280px;
  padding: 0;
  overflow:hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0px;
  top: 0px;
  width: 360px;
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  left: 360px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
ul.newsticker span {
  margin: 0 40px 0 0;
}

/* ヘルプナビ
---------------------------------------------*/
#hNavi {
  position: absolute;
  top: 78px;
  right: 16px;
}
#hNavi li {
  display: inline;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  border-right: 1px solid #ff0000;
}
#hNavi li.bnone {
  border-right: none;
}

/* エリアナビゲーション
---------------------------------------------*/
#a-Navi {
  position: absolute;
  top: 0;
  right: 3px;
}
#a-Navi li {
  float: left;
  display: inline;
  padding-left: 1px;
}
#a-Navi li a {
  display: block;
  width: 90px;
  height: 24px;
}
#a-Navi .anavi_a a:hover {
  background: url(../img/aNavi_01-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_b a:hover {
  background: url(../img/aNavi_02-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_c a:hover {
  background: url(../img/aNavi_03-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_d a:hover {
  background: url(../img/aNavi_04-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_e a:hover {
  background: url(../img/aNavi_05-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_f a:hover {
  background: url(../img/aNavi_06-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_g a:hover {
  background: url(../img/aNavi_07-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_h a:hover {
  background: url(../img/aNavi_08-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_i a:hover {
  background: url(../img/aNavi_09-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_j a:hover {
  background: url(../img/aNavi_10-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_k a:hover {
  background: url(../img/aNavi_11-b.gif) 0 0 no-repeat;
}
#a-Navi .anavi_a a:hover img,
#a-Navi .anavi_b a:hover img,
#a-Navi .anavi_c a:hover img,
#a-Navi .anavi_d a:hover img,
#a-Navi .anavi_e a:hover img,
#a-Navi .anavi_f a:hover img,
#a-Navi .anavi_g a:hover img,
#a-Navi .anavi_h a:hover img,
#a-Navi .anavi_i a:hover img,
#a-Navi .anavi_j a:hover img,
#a-Navi .anavi_k a:hover img {
  visibility: hidden;
}

/* グローバルナビゲーション
---------------------------------------------*/
#gNavi {
  clear: both;
  margin: 0 0 0 12px;
}
#gNavi li {
  float: left;
  display: inline;
}
#gNavi li a {
  display: block;
  width: 122px;
  height: 36px;
}
#gNavi .g-navi_a a:hover {
  background: url(../img/g-navi_01-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_b a:hover {
  background: url(../img/g-navi_02-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_c a:hover {
  background: url(../img/g-navi_03-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_d a:hover {
  background: url(../img/g-navi_04-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_e a:hover {
  background: url(../img/g-navi_05-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_f a:hover {
  background: url(../img/g-navi_06-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_g a:hover {
  background: url(../img/g-navi_07-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_h a:hover {
  background: url(../img/g-navi_08-b.gif) 0 0 no-repeat;
}
#gNavi .g-navi_a a:hover img,
#gNavi .g-navi_b a:hover img,
#gNavi .g-navi_c a:hover img,
#gNavi .g-navi_d a:hover img,
#gNavi .g-navi_e a:hover img,
#gNavi .g-navi_f a:hover img,
#gNavi .g-navi_g a:hover img,
#gNavi .g-navi_h a:hover img {
  visibility: hidden;
}

/* パンくずリスト
---------------------------------------------*/
#topicpath {
  clear: both;
  width: 930px; /* for WinIE6,7 */
  height: 30px;
  margin: 0;
  padding: 4px 0 0 20px;
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(../img/topic-bg.gif) 0 0 no-repeat;
}
#topicpath a {
  color: #ff0000;
  text-decoration: none;
}
#topicpath a:visited {
  color: #ff0000;
}
#topicpath a:hover,
#topicpath a:focus {
  color: #fff;
  text-decoration: underline;
}
#topicpath a:active {
  color: #cc3300;
}

/* フッターナビゲーション
---------------------------------------------*/
.g_faNavi {
  margin: 4px 0 30px 12px;
  padding: 6px 0 0;
}
/*\*/
* html .g_faNavi {
  margin: 4px 0 10px 0;
}
/* For WIN IE */
/* */
.g_faNavi dt {
  float: left;
  display: inline;
  width: 80px;
  height: 16px;
  margin: 0;
  padding: 2px;
  font-size: 10px;
  line-height: 2.0;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.g_faNavi dd {
  float: left;
  display: inline;
  width: 850px;
}
.g_faNavi dd .faNavi li {
  float: left;
  display: inline;
  margin-top: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 0.4;
  color: #666;
  border-right: 1px solid #333;
}
.g_faNavi dd .faNavi li.bnone {
  border-right: none;
}

/* コピーライト
---------------------------------------------*/
#copyright {
  clear: both;
  padding: 20px;
  font-size: 12px;
  line-height: 1.0;
  text-align: center;
}
#copyright a {
  color: #666;
  text-decoration: none;
}
#copyright a:visited {
  color: #666;
}
#copyright a:hover,
#copyright a:focus {
  color: #ff0000;
  text-decoration: underline;
}
#copyright a:active {
  color: #a40000;
}

