/*　基本構造　*/

body {
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #ffffff;
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

div#head{
	width:800px;
	margin: 0 auto;
	background: url(../images/head_bg.jpg) no-repeat center top;
	text-align: center;
}

h1,h2{
	margin: 0 auto;
	padding: 0;
}

p#yodogawa{
		margin-top: 50px;
}

/*　ムービーエリア　*/

div#movie{
	width: 751px;
	height: 541px;
	margin: 0 auto;
	background: url(../images/movie_bg.jpg) no-repeat center top;
	position: relative;
}

div#screen_ustream,div#screen_livestream{
    padding-top:55px;
}

div#takenori_area{
    margin: 24px 70px;
}

div#comment{
	width: 620px;
	position: absolute;
	top: 465px;
	left: 65px;
	text-align: left;
}

/*　リンク　*/

a:link{ color: #30c45e; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

/*　メインテキスト　*/

div.main_set{
	width: 590px;
	margin: 40px auto;
	text-align: left;
}

div.main_text{
	padding-left: 125px;
}

/*　注意事項　*/

div#attention{
	margin: 40px auto;
}

div#attention p{
	padding-left: 80px;
}

.text12px{
	font-size: 12px;
}
