/* ================================================
会員登録ページcss
================================================ */

/*フォーム部*/

#regist_contents{
	width:700px;
	text-align:left;
	margin-left: auto;
	margin-right:auto;
}
#form_bg{
	margin:5px 0px 15px 0px;
	background-color:#999;
} 

#regist_contents td.item{
	width:174px;
	padding:3px 5px;
	background-color:#f8e3cc;
}
#regist_contents td.w{
	background-color:#fff;
	padding:3px 5px;
}

#regist_contents input{
	height:20px;
}

#regist_contents .ta{
	width:390px;
	height:185px;
	overflow-x:auto;
    overflow-y:scroll;
	wrap:hard;
}

.regist_btn{
	width:700px;
	text-align:center;
	background-color:#ddd;
	padding:10px 0px 10px 0px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
}

/*動画投稿*/
#form_bg .ta{
	width:390px;
	height:185px;
	overflow-x:auto;
    overflow-y:scroll;
	wrap:hard;
}


/*利用規約*/

.membership{
	width:500px;
	margin-bottom:15px;
}
	
.membership iframe{
	width:100%;
	height:150px;
	border:1px solid #ababab;
	padding:7px;
}

#kiyaku{
	text-align: left;
}


/*会員登録について用*/

#main_contents_box{
	margin-top:15px;
	margin-bottom:25px;
	width:740px;text-align:center;
	margin-left: auto;
	margin-right:auto;
	padding:10px 0px 10px 0px;
	border:2px dashed #999;
}

#main_contents_about{
	width:702px;text-align:center;
	margin-left: auto;
	margin-right:auto;
	padding:5px 0px 0px 0px;
}
