@charset "UTF-8";
/* CSS Document */



/*MAIN WRAP*/

#main_wrap {
	width:640px;
	height:480px;
	margin: 0px auto 0px auto;
}


#banner_wrap {
	width:640px;
	height:269px;
	margin: 0px auto 0px auto;
}


#banner {
	width:640px;
	height:269px;
	margin: 0px auto 0px auto;
}



#button_wrap {
	width:640px;
	height:118px;
	margin: 0px auto 0px auto;
}


#button1 {
	position:relative;
	width:182px;
	height:118px;
	float:left;
	left:126px;
}

#button2 {
	position:relative;
	width:182px;
	height:118px;
	float:right;
	right:126px;
}



/*video WRAP*/

#video_wrap {
	width:640px;
	height:480px;
	margin: 0px auto 0px auto;
}

#video {
	width:640px;
	height:480px;
}



