@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}th{text-align: left;}



body{
font-family: Times New Roman,Helvetica,Arial "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size:13px;
line-height:1.5;
color:#fff;
background-color: #000;
}

a{
color: #fcf400;
text-decoration: none;
}

  a:hover{
  color: #f39c12;
  text-decoration: none;
  }





#wrapper{
width: 980px;
margin: 0 auto;
}


#tophead{
height: 700px;
margin-top: 30px;
position: relative;
}

#tophead02{
margin-top: 30px;
text-align: center;
}

  .index_logo{
  position: absolute;
  top: 10px;
  left: 600px;
  }
  
  .index_header{
  position: absolute;
  top: 120px;
  left: 160px;
  }


header{
margin: 50px 0 15px;
overflow: hidden;
}
  header .logo{float: left;}

nav{
float: right;
margin-top: 35px;
}
  nav li{
  display: inline;
  }
  
  
  
  
  
  
  
  
#mainbox{
text-align: center;
margin-top: 100px;
}

  #mainbox dl{
  display: inline-block;  
  *display: inline;       /*for IE*/
  *zoom: 1;               /*for IE*/
  margin: 0 15px 40px;
  color: #fff;
  }
  
  #mainbox dd{
  font-weight: 700;
  }


#mainbox02{
text-align: center;
margin-top: 50px;
}

  #mainbox02 dl{
  display: inline-block;  
  *display: inline;       /*for IE*/
  *zoom: 1;               /*for IE*/
  margin: 0 15px 30px;
  color: #fff;
  }
  
  #mainbox02 dd{
  font-weight: 700;
  }




.content{
width: 820px;
margin: 20px auto 0;
overflow: hidden;
}

.side{
width: 170px;
height: 300px;
margin-right: 30px;
float: left;
}

.side li{
margin-bottom: 3px;
}

.info{
width: 616px;
height: 300px;
border: 1px solid #aaa;
overflow-y:scroll;
float: left;
}

  .info_tt{
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
  }
  
  .info_ul{
  padding: 5px 10px;
  }
  
  .info_tx{
  border-bottom: 1px dotted #aaa;
  margin-bottom: 5px;
  padding-bottom: 5px;
  }
  
  .info_day{
  font-size: 11px;
  }





footer:before{
  content: "";
  display: table;
  clear: both;
}

footer{
margin-top: 30px;
padding-bottom: 30px;
}

  footer p{
  text-align: center;
  font-size: 11px;
  color: #fff;
  }
  








.light a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}


.clear{clear: both;}   




.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1; /* for IE6/7 */
}