@charset "Shift_JIS";

/*==================================
　browser-reset
==================================*/

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
  line-height: 1.2em;
}

body {
  background-color: #f0fdfd;
  background-image: url(images/00bg_gradation.gif);
  background-repeat: repeat-x;
  background-position: center top;
  padding-left: 1px;
}

#wrapper {
  background-image: url(images/01bg_contents.gif);
  background-repeat: repeat-y;
  background-position: center top;
  width: 100%;
  color: #333333;
}

#main {
  background-image: url(images/01bg_topside.gif);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}

a,a:link,a:visited {
  color: #1d2088;
  text-decoration: underline;
}

a:hover {
  color: #f38f00;
  text-decoration: underline;
}

/* float-clear */

.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

/*==================================
　header
==================================*/

#header {
  margin: 0px auto;
  width: 900px;
  height: 195px;
}

#header #global {
  width: 900px;
}

#container {
  background-image: url(images/01bg_cnts_btm.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}

#container-inner {
  margin: 0px auto;
  width: 900px;
}

/*==================================
　left-column 
==================================*/

#left-column {
  width: 590px;
  float: left;
}

/* flash */

#flash {
  width: 576px;
  margin: 5px 0 0 10px;
}

/* LIVE REPORT */

#live_report {
  margin: 10px auto 14px auto;
  width: 560px;
}

/* news-headline */

#headline-title {
  margin: 10px auto 0 auto;
  width: 558px;
  border: 1px solid #c5c5c5;
}

#headline-title table {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #fdfdfd;
  background-image: url(images/01hdline_titlebck.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

#headline-title .list {
  text-align: right;
  vertical-align: middle;
}

#headline-title .list a,#headline-title .list a:link,#headline-title .list a:visited {
  background-image: url(images/01hdline_arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 10px;
  padding-right: 14px;
  text-decoration: none;
  font-size: 12px;
}

/* news-headline contenst */

#headline {
  width: 560px;
  margin: 0 auto 10px auto;
}

#headline table {
  width: 560px;
}

#headline th {
  width: 70px;
  padding: 10px 12px 4px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d6d6d6;
}

#headline td {
  width: 460px;
  padding: 10px 6px 4px 0px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d6d6d6;
}

#headline td a,#headline th a:link,#headline th a:visited {
  color: #333333;
  text-decoration: none;
}

#headline td a:hover {
  color: #1d2088;
  text-decoration: none;
}

.new {
  padding-left: 12px;
}

/*==================================
　Attractions
==================================*/

#attractions {
  width:544px;
  padding:0px 0px 0px 30px;
}

#attractions:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#attractions dl {
  float: left;
  width:91px;
  padding:10px 16px 0px 0px;
}

#attractions dd{
  text-align: center;
  line-height:1.0em;
}

#attractions dd a,#headline th a:link,#headline th a:visited {
  color: #333333;
  text-decoration: none;
}

#attractions dd a:hover {
  color: #1d2088;
  text-decoration: none;
}

/*==================================
　right-column 
==================================*/

#right-column {
  width: 310px;
  float: right;
}

#right-column #rgt-inner {
  text-align: left;
  margin: 10px 15px 0 0;
}

.banner {
  margin-bottom: 10px;
}

/*==================================
　sponsor
==================================*/

#sponsor {
  margin: 0px auto;
  width: 100%;
  height: 160px;
}

/*==================================
　backnumber
==================================*/

#backnumber {
  text-align: center;
  padding-bottom: 15px;
}

/*==================================
　footer
==================================*/

#footer {
  background-image: url(images/00bg_footer.gif);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 153px;
}

#footer-inner {
  width: 812px;
  margin: 0 auto;
  padding-top: 26px;
  text-align: center;
  font-size: 12px;
}

#footer-inner p {
  color: #1d2088;
  margin-bottom: 10px;
  font-size: 12px;
}

#footer-inner td {
  font-size: 12px;
}

#footer-inner img {
  margin-right: 14px;
}

#footer-inner a,#footer-inner a:link,#footer-inner a:visited,#footer-inner a:hover {
  text-decoration: none;
  font-size: 12px;
}

