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

#container {
	width:640px;
	margin:0 auto;
}

#header {
	margin:50px 0 10px 0;
}

#navi {
	margin-bottom:20px;
}

#content {
	float:left;
	width:500px;
	margin-bottom:10px;
}


#left {
	float:left;
	width:140px;
}

/*
#right {
	float:right;
	width:140px;
}
*/

#movie_content {
	float:left;
	width:640px;
	margin-bottom:10px;
}