/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-x center top;
	background-color: #f9f6d6;
	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%;
	height: 515px;
	background: url(../images/head_bg.jpg) no-repeat center top;
	}
	
	
div#head h1{
	margin-top: 0;
	padding-top: 10px;
}
	
/*　ムービー　*/

div#movie_head{
	width: 699px;
	height: 57px;
	margin: 0 auto;
	background: url(../images/movie-top.jpg) no-repeat center top;
	text-align: right;
	}
	
div#movie_main{
	width: 699px;
	height: 490px;
	margin: 0 auto;
	background: url(../images/movie-middle.jpg) no-repeat center top;
	}

div#movie{
	width: 699px;
	height: 547px;
	margin: 30px auto;
	}
	
div#screen_ustream{
    padding-top:0px;
}

/*　フキダシステム　*/

div#takenori_area{
    margin: 45px 45px;
    text-align: left;
    color: #FFF;
}
.title{
    color:#22aa59;
    font-size: 16px;
    font-weight: bold;
}
.btn{
    cursor:pointer;
}
img.photo{
    margin-bottom:16px;
}

/*　FAQ　*/

div#faq{
	margin: 40px auto;
	}

/*　フッタ　*/

div#foot{
	width: 100%;
	height: 450px;
	background: url(../images/foot_bg02.gif)
	}
	
div#foot_navi{
	background: url(../images/foot_bg.gif) no-repeat center top;
	height: 49px;
	padding-top: 10px;
	}
	
/*　リンク　*/

a:link{ color: #30c45e; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }

div#faq a:link{ color: #000000; text-decoration: none; }
	 
div#faq a:visited{ color: #80a0ad; text-decoration: none; }
	 
div#faq a:hover{ color: #eb660f; text-decoration: none; }
