/* 基本設定*/
body { background-color : pink;
       font-size: 12px;
       line-height:130%;
       color: #333333;
       margin: 0px;} 

h1{ font-size: 14px;
    color: #333333;
    font-weight:bold
       }

img{border:0px;}


/* リンク設定*/

/* リンク */
a:link { color: #666666
          text-decoration: none }  

/* 既に見たリンク */
a:visited {                 
  color: #666666;
  text-decoration: none     
}

/* クリック時のリンク */
a:active { color: #666666 } 

/* カーソルが上にある時のリンク */
a:hover {                   
  color: #666666;
}　　　　　　　　　　　　　　　　

 /* 解除タグ*/
.clear{
　　　clear: left;
        }

 /* ボックス設定*/
 
.outer
	{
	width:900px;
	padding: 10px;
	margin:0 auto 0 auto;
        background-color: white;
	}
.menu
	{
	float:left;
	width:195px;
	}

.main
	{
	float:left;
	width:680px;
	padding:0px 0px 0px 20px;
	}
.clears{
  clear:both;
}
.foot
	{
	clear:left;
	height: 40px;
	width:900px;
        background-color: white;
	}
	
.head
	{
	height: 190px;
	}

footer .copyright {
 text-align: center;
}

.bold {
	font-weight: bold;
	line-height: 1.5;
  margin: 20px 0;
  border: solid 1px #ddd;
  padding: 0 10px;
}

.clears{
  clear:both;
}

.box01
	{
	width: 100%;
	padding:0px 10px 20px 10px;
	}

.p_button {
	background-color: #f28dab;
  padding: 5px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.p_button a {
	display: block;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.box02
	{
	width:300px;
        height:200px;
        background-image:url(../img/topics.jpg);
	}

.box04
	{
	width:300px;
        height:200px;
        background-image:url(../img/profile.jpg);
	}

.topics
	{
	width:270px;
    height:155px;
	padding:45px 20px 0px 20px;
	}

.box03
	{
	width:640px;
	padding:0px 0px 0px 40px;
	}

.schedule_genre
	{
		background-color: pink;
		color:#000;
	}
.odd
	{
		background-color: #F5F5F5;
	}
.odd2
	{
		background-color: #F5F5F5;
		line-height:0.8em;
	}
.even
	{
		
	}
.pt table
	{
	margin: 5px 0px 5px 0px;
	width: 100%;
	}
.pt table th
	{
	width: 70px;
	line-height:3em;
	}