@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: #cccccc;
  font-size: 14px;
  background-image: url(../images/bk_common.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: 14px;
  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:#9702d4;
  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;
}

#header {
  width: 930px;
  height:24px;
  margin:0 auto;
  padding:121px 0 13px 0;
}

#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;
}

#contents {
  width:659px;
  margin:0 auto;
  padding:10px 1px 30px 10px;
  float:left;
  text-align:left;
}

#comingsoon{
  text-align:center;
  margin:0 auto;
  padding:200px 0;
}

.more{
  text-align:right;
  margin:0 auto;
  padding: 0 10px 10px 10px;
}

#side-bnr{
  width: 250px;
  float:right;
  margin:0 auto;
  padding:10px 0 0 0;
  background:none;
}


#side-bnr li{
  margin-top:2px;
}

iframe.extra { 
  width: 250px; 
  height: 600px;
  border: 0px none;
  float:right;
  scrollbar:none;

} 

#footer {
  width: 930px;
  text-align:center;
  color:#888888;
  font-size:11px;
  padding:20px 0 20px 0;
  clear:both;
}

#footer a,a:link,a:active{
  color:#999999;
  text-decoration:none;
}

#footer a:visited{
  color:#cccccc;
}

#footer a:hover{
  color:#cccccc;
  text-decoration:underline;
}

#footer img{
  margin-bottom:-6px;
  margin-left:10px;
}






