@charset "utf-8";

html{
	height: 100%;
}

body {
	background-color: #FFF;
	height: 100%;
	/* width: 99%; */
	margin: 0 auto;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	/*font-family: "Helvetica","Arial","ヒラギノ角ゴ ProN W6","Meiryo";*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*background-image:url('../images/background.jpg'); */
	background-position: center center; 
	background-repeat: repeat-y;
	background-attachment: fixed;

}

.wrap {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
/*	box-shadow:0px 0px 6px 3px #333;
*/}

.video_box{
	width: 640px;
	margin: 0 auto;
}
