@charset "UTF-8";

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
  background-image: url(../images/bk_home.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 12px;
}

ul li,ol li {
  list-style: none;
}

table,th,td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
  font-size: 12px;
  color:#FFFFFF;
  font-family: Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
}

address,cite,dfn,em,strong,var,th,ins,del,samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

fieldset {
  border: none;
}

a,a:link,a:active{
  color:#cccccc;
  text-decoration:none;
}

a:visited{
  color:#999999;
}

a:hover{
  color:#cccccc;
  text-decoration:underline;
}

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
  content: url(../images/pixel.gif);
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/* --------- /2:clearfix --------- */

/* ---------- 2:layout  ---------- */

#wrapper {
  width: 930px;
  margin:0 auto;
  text-align:center;
  background-image: url(../images/image_bk_boxbottom.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  clear:right;
}

#header {
  width: 930px;
  margin:0 auto;
  display: block;
}

#header #global{
  width:930px;
  height:24px;
  margin:0 auto;
  clear:both;
  background-image: url(../images/nav_bk.jpg);
  background-repeat: no-repeat;
}

#header #global li{
  float:left;
}

#header #flash{
  width:678px;
  height:250px;
  margin:0 auto;
  padding-top:3px;
  display: inline;
  float:left;
}

#header #flash-side{
  width:250px;
  height:250px;
  margin:3px 0 0 2px;
  background-image:url(../images/image_posterbox.jpg);
  background-repeat:no-repeat;
  display: inline;
  float:right;
}

#header #flash-side img{
  margine: 0 auto;
}

#main{
  width:930px;
  clear:both;
}

#contents {
  width: 677px;
  margin:1px auto 0px auto;
  display: inline;
  float:left;
}

#contents #headline{
  width: 276px;
  display: inline;
  float:left;
  background-image: url(../images/image_news_bk.jpg);
  background-position:center;
  background-repeat:repeat-y;
  margin:0px;
}

#newsbox{
  width: 250px;
}

#newsbox li{
  padding:10px 20px 5px 10px;
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  line-height:1.3em;
  color:#fda904;
}

#newsbox p{
  font-size: 13px;
  font-weight:normal;
  line-height:1.2em;
  color:#cccccc;
}


#contents #lineup {
  width: 400px;
  margin:0 auto;
  display: inline;
  float:right;
}

.more{
  text-align:right;
  padding: 0 10px 10px 10px;
}


#side-bnr {
  width:250px;
  display: inline;
  float:right;
  margin:1px auto 0 auto;
}

#side-bnr li{
  margin-top:2px;
}

iframe.extra { 
  width: 250px; 
  height: 490px;
  border: 0px none;
  float:right;
  scrollbar:none;

} 


#extrabox{
  width: 250px;
  background:url(../images/image_extrashow_bk.jpg);
  background-repeat:repeat-y;
  background-position:left;
}

#extrabox li{
  padding:10px 20px 5px 10px;
  text-align:left;
  font-size: 12px;
  font-weight:bold;
  line-height:1.3em;
  color:#ef000a;
}

#extrabox p{
  font-size: 12px;
  font-weight:normal;
  line-height:1.2em;
  color:#cccccc;
}


#footer {
  width:100%;
  text-align:center;
  color:#888888;
  font-size:11px;
  line-height:0.8em;
  padding-top:70px;
  margin:0px auto;
  clear:both;
}

#footer.sponsor {
  padding-bottom:20px;  
  clear:both;
}

#footer img.logo{
  margin:0 35px 0 0;
}

#footer img{
  margin:0 20px -6px 0;
}


#footer table{
 border:none;
 margin:0 auto 15px auto;
}


#all:after　{
　　　clear:　both;
　　　content:"";
　　　display:　block;
　　　}

iframe { 
  width: 274px; 
  height: 401px;
  border: 0px none;

} 

#fromLoudpark {
  width: 677px;
}

#countdown {
  width: 930px;
  margin:0 auto;
  text-align:right;
  padding-right:35px;
}





