/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat center top;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	}
	
div#wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダー　*/

div#head{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../images/head_bg.jpg) no-repeat center top;
	}
	
h2{
	margin: 50px auto;
	padding: 0 0 0 50px;
	}
	
h3{
	margin:0 auto;
	padding: 40px 0 20px 0;
	}
	
/*　USTREAM　*/

div#live{
	margin: 20px auto;
	width: 820px;
	}
	
div#ustream{
	float: left;
	width: 400px;
	}
	
div#slide{
	float: right;
	width: 400px;
	}
	
/*　スケジュール　*/

div#schedule{
	margin: 0 auto;
	}
	
div#schedule table{
	border: 2px solid #333333;
	}
	
div#schedule td{
	padding-left: 15px;
	}
	
td.border-right{
	border-right: 1px dotted #333333;
	}
	
td.border-bottom{
	border-bottom: 1px dotted #333333;
	}
	
/*　フッタ　*/

div#foot{
	margin: 0 auto;
	padding: 30px 0 30px 0;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}