*{  margin:0;  padding:0;}

/*----body----*/
 html,body{
  scrollbar-arrow-color:#f00;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#000;
  scrollbar-3dlight-color:#fff;
  scrollbar-track-color:#fff;
  scrollbar-shadow-color:#000;
  scrollbar-darkshadow-color:#fff;}

body {
  color:#000;
  font-size:12px;
  line-height:1.3;
  text-align:center;
  background:#333631;
  }

a{text-decoration:none;}
 a:link{color:#666;}
 a:visited{color:#666;}
 a:hover{color:#b6ba8a;}
 a:active{color:#b6ba8a;}
img{border:0;}

/*----全体----*/

.container{
  width:800px;
  background:#fff;
  border:1px solid #000;
  margin:0 auto;
  padding:30px;
  text-align:center;
  }

/*----メニュー部-----*/

.header{
  float:left;
  width:200px;
  text-align:left;   
 }

/*----メニュー中身------*/

.date li{
  display:inline;  
  list-style:none;}

.date{
  text-align:left;  
  font-size:10pt; 
  font-family:Arial Black;   
 }

/*-----コンテンツ部------*/

.right{
  float:right;
  width:580px;
  margin-top:10px;
  text-align:left;
}

/*----コンテンツ中身----*/

.schedule{
  text-align:center;    
  line-height:1.5;
 }

.scheduleleft{
  float:left;          
  width:230px;          
  text-align:left;              
  }

.title{    
  font-size:16pt; 
  font-family:Arial Black;
 }

/*--------------*/

.tdftdiv {
  text-align:center;
  clear:both;
  width:800px;
}