@charset "utf-8";
/* CSS Document */

div#topnav *{	display:none;}

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
a{	color:#0044CC;}

/* ----------------------------------------
*	汎用クラススタイル
---------------------------------------- */

/* ----------------------------------------
*	ページスタイル　index.html
---------------------------------------- */
html{
	background-image:url(../images/bg_body.png);
}
div#container{
	background:url(../images/bg_header.png) repeat-x 0 0;
	padding-top:25px;
}
div#wrapper{
	width:950px;
	margin:0 auto;
	background-color:#FFF;
}

/*	header ヘッダー		---------------------------------------- */
div#header{
	width:950px;
	position:relative;
}
div#header h1{
	margin:0;
	background:url(../images/pic_mainvisual.jpg) no-repeat 100% 0;
	width:920px;
	height:154px;
	padding:30px 0 0 30px;
}
div#header ul{
	height:25px;
	position:absolute;
	top:-25px;
	left:0;
	margin:0;
	width:950px;
}
div#header ul li{	list-style:none;}
div#header ul li.firstChild{	float:left;}
div#header ul li.lastChild{	float:right;}

/*	ustream 		---------------------------------------- */
div#ustream{	padding:20px 46px;}
div#ustream div#ustreamPlayer{
	width:320px;
	float:left;
}
div#ustream div#ustreamTwitter{
	width:420px;
	float:right;
}

/*	schedule スケジュール		---------------------------------------- */
div#schedule{	padding:0 46px;}
div#scheduleContent{
	background-image:url(../images/bg_schedule.jpg);
	padding:15px 25px;
}
div#schedule div.scheduleHead h2{	
	float:left;
	margin:0;
}
div#schedule div.scheduleHead p{	float:right;}
div#schedule p{	text-align:center;}
div#schedule div.section{
	position:relative;
	width:774px;
	padding:10px 18px;
	margin-bottom:5px;
}
div#schedule div.section h3{
	position:absolute;
	top:15px;
	left:18px;
	margin:0;
}
div#schedule div.section p{
	text-align:right;
	margin:0 0 7px;
}
div#schedule div.section p img{	vertical-align:bottom;}
div#schedule div#schedule715{
	background:url(../images/bg_schedule_7-15.jpg) no-repeat 0 0;
	height:105px;
}
div#schedule div#schedule716{
	background:url(../images/bg_schedule_7-16.jpg) no-repeat 0 0;
	height:195px;
}
div#schedule div#schedule717{
	background:url(../images/bg_schedule_7-17.jpg) no-repeat 0 0;
	height:243px;
	margin-bottom:10px;
}
div#schedule div#preChapter{
	width:414px;
	float:left;
	margin:0 0 0 60px;
	padding-top:45px;
	background-color:#FFF; 
	border:solid 1px #c9c9c8;
}
div#schedule div#preChapter ul{	margin:0;}
div#schedule div#preChapter ul li{
	list-style:none;
	height:24px;
	margin-bottom:5px;
}
div#schedule ul#link{
	margin:0 60px 0 0;
	float:right;
}
div#schedule ul#link li{
	list-style:none;
	text-align:center;
	height:50px;
	margin-bottom:10px;
}
div#schedule ul#link li a img{
	display:block;
	margin-bottom:3px;
}

/*	footer フッター		---------------------------------------- */
div#footer{
	padding:10px 0;
	text-align:center;
}

