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

/*frame
-----------------------------------------------------------------------------*/
body{
background:url(../img/body_bg.jpg);
/*background-color:#a18860;*/
}

#header{
	width:100%;
	height:67px;
}

#header2{
	height:67px;
	background:url(../img/hd_bg.gif);
}

#head{
	width:1000px;
	margin:0 auto;
}

#comment {
	background-image:url(../img/comment_side.png) ;
}
.inner {
	margin:0 20px;
	font-size:13px;
	line-height:150%;
}

#hd_logo{
	width:480px;
	float:left;

	}
	
#hd_menu{
	float:right;
	width:430px;
	
	}
	
#hd_menu li{
	float:left;
}

#mainimage{
	background:url("../img/main_img.jpg") no-repeat top center;
	height:634px;
	width:1200px;
	margin:0 auto;
	position:relative;
}

#mainimage_bg{
	background:url("../img/main_bg.jpg") repeat-x top center;
	height:634px;
	width:auto;
	margin:0 auto;
	position:relative;
}

.wrap{
	width:1200px;
	margin:0 auto;
}

#maincatch{
	width:999px;
	margin:0 auto;
}

#mainmovie{ /*メイン動画挿入はここ*/
	position:absolute;
	width:420px;
	height:252px;
	background:#000;
	top:329px;
	left:142px;
	color:#fff;

}

#main_mail{
position:absolute;	
	top:470px;
	left:625px;
	
}

#main_mail .mailform{
	width:420px;
	height:20px;
	margin:0px 0px 0px 10px;/*[上][右][下][左]*/
	background:#fbffc9;
	padding:10px;
	border:solid 1px #ccc;
-webkit-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
-moz-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset; 
font-size:18px;
}

.mainfor_btn{
	width:383px;
	margin:5px auto 0px;
}




#maincontents{
	background:url(../img/main_bg.png);
}

h2{
	width:1048px;
	margin:0px auto;
}


#contents{
	background:#fff;
	width:1000px;
	margin:0px auto;

	}
	
#content{
	width:938px;
	margin:0 auto;
}

#content{
	width:938px;
	margin:0 auto;
}

#footer{
	clear:both;
	width:100%;
	height:234px;
	background:url(../img/ft_bg.gif);
}


/*Style
-----------------------------------------------------------------------------*/
	
.btn_entry{
	width:783px;
	margin:30px auto;
	
}
	
	
	

.lesson p{
	font-size:0.9em;
	line-height:1.8;
	font-weight:bold;
}
	
	
	
h4{
	width:931px;
	margin:0 auto 15px;
}

.moviesample{
	width:641px;
	margin:5px auto;
	text-align:center;
}
	
	
.moviesample .movie{
	margin-bottom:10px;
}

/*form
---------------------------------*/


#formarea{
	width:844px;/*948-(52+52)=844*/
	height:509px;/*573-(32+32)=509*/
	margin:0 auto;
	background:url(../img/formarea_bg.png) no-repeat;
	padding:32px 52px;
}

input.mailarea{
	width:810px;
	height:50px;
	margin:0px 0px 0px 10px;/*[上][右][下][左]*/
	background:#fbffc9;
	padding:10px;
	border:solid 1px #ccc;
-webkit-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
-moz-box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset;
box-shadow:0 0 2px 6px rgba(200,200,200,0.2) inset; 
font-size:24px;
}

input.mailarea:focus{
	border:solid 1px #EEA34A;
}

.privacy{
	width:820px;
	background:#f0f5f6;
	padding:5px 10px;
	font-size:14px;
	line-height:1.6;
}

	
/*footer
---------------------------------*/
	
#pagetop{
	padding-top:30px;
	width:938px;
	margin:0px auto;
}

#pagetop img{
	float:right;
}



#ft_contents{
	width:952px;
	margin:0px auto;
}

#ft_contents ul{

}

#ft_contents li{
	float:left;
	width:220px;
	background:url(../img/ft_int.png) no-repeat;
	padding-left:15px;
	font-size:12px;
	line-height:1.2;
	padding-bottom:5px;
	color:#333;

}

#ft_contents a{
	color:#333;text-decoration:none;
}

#copyright{
	clear:both;
	text-align:center;
	margin:60px auto  0;
	
}

/*追加_popup
---------------------------------*/
/*ポップアップ*/
.pop-mail-bg {
	position: relative;
}
.pop-mail-bg h3 {
	text-align: center;
	font-size: 180%;
	line-height: 1.5;
	margin: 1em;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}
.p-mail {
	position: absolute;
	top: 145px;
	left: 40px;
}
.p-semail {
	position: absolute;
	left: 41px;
	bottom: 35px;
	width:52%;
	font-size: 180%;
	padding: 15px;
	margin-bottom:10px;
	background: #FBFFC9;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 2px 6px rgba(200, 200, 200, 0.2) inset;	
}
.p-btn {
	position: absolute;
	right: 32px;
	bottom: 32px;
}