body {
	text-align: center;
	margin: 0px;
	background-color: #000000;
}

img {
	vertical-align: text-bottom;
}

#wrapper {
	margin:0 auto;
	width: 900px;
	text-align: center;
	_background-color: #FFFFFF;
}

#wrapper_movie {
	margin:0 auto;
	width: 980px;
	text-align: center;
	background-color: #000000;
}


/*//////////////メニュー関連/////////////*/

#menu {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	height: 50px;
	background-color: #000000;
}

#menu_index {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 200px;
	text-align: center;
	height: 50px;
	background-color: #000000;
}

#menu_cover {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 170px;
	text-align: center;
	height: 50px;
	_background-color: #FFFFFF;
}






div.recruit {
	font-size: 16px;
}

a.recr { color: #FF3300;}
a.recr:hover { color: #FFFFFF;}


#enter_img {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#movie {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.skip {
	font-size: 12px;
}

#footer {
	margin-top: 12px;
	text-align: center;
	font-size: 8px;
	color: #333333;
	line-height: 160%;
 }


#footer_cover {
	margin-top: 12px;
	margin-left: 380px;
	text-align: center;
	font-size: 8px;
	color: #333333;
	line-height: 160%;
	position: fixed;  
    _right: 50;
    bottom: 0;
 }

.company_name {
	font-size: 14px;
}


/*//////////////リンク関連/////////////*/

a:link { color: #333333; text-decoration: none;}
a:visited { color: #333333; text-decoration: none;}
a:hover { color: #6666FF; text-decoration: none;}
a:active { color: #3333333; text-decoration: none;}

