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

body {
	background:#FAF6D8;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
  font-size:.9em;
  color: #FAF6D8;
}

.redtext{
  color:#EF4136;
}

/* */

#container{
	margin-top:12px;
	width:792px;
	left:50%;
	margin-left:-410px;
	position:absolute;
	padding-left:28px;
}

#head{
	background:url(../_image/head.jpg) no-repeat;
	width:764px;
	height:164px;
}

/* MENU */

#menu{
	width:820px;
	height:26px;
	margin-left:-28px;
	margin-right:-28px;
}
#menu_left{
	background:url(../_image/menu_left.png);
	float:left;
	width:151px;
	height:26px;
}
#menu_bio{
	background:url(../_image/menu_bio.png);
	float:left;
	width:68px;
	height:26px;
}

#menu_preform{
	background:url(../_image/menu_preform_active.png);
	float:left;
	width:151px;
	height:26px;
}
#menu_talent{
	background:url(../_image/menu_talent.png);
	float:left;
	width:97px;
	height:26px;
}
#menu_credit{
	background:url(../_image/menu_credit.png);
	float:left;
	width:94px;
	height:26px;
}
#menu_contact{
	background:url(../_image/menu_contact.png);
	float:left;
	width:102px;
	height:26px;
}
#menu_right{
	background:url(../_image/menu_right.png);
	float:left;
	width:157px;
	height:26px;
}

#menu_bottom{
	widows:820px;
	height:70px;
	margin-left:-28px;
	margin-right:-28px;
	background:url(../_image/menu_bottom.png) no-repeat;
}

/* PAGE CONTENT */

#content{
	padding-top:32px;
	padding-bottom:30px;	
	background:#EF4136;
	width:764px;
}
#top{
	background:url(../_image/p1.png);
	width:613px;
	height:148px;
	margin-left:75px;
	margin-top:-70px;
}
#movie{
	float:left;
	width:340px;
	height:295px;
	color:#FAF6D8;
	text-align:center;
	font-size:.8em;
	margin-left:110px;
}
#movie a{
	color:#FAF6D8;
	text-decoration:none;
}

#video{
	background:url(../_image/video.png);
	width:613px;
	height:344px;
	margin-left:75px;
}
#c1{
	margin-left:75px;
	width:295px;
	float:left;
	position:absolute;
}
#c2{
	margin-left:370px;
	width:318px;
	float:left;
	position:absolute;
}
#bottom{
	background:url(../_image/bottom.png);
	height:242px;
	width:613px;
	margin-left:75px;
	margin-top:854px;
}
#footer{
	margin-top:8px;
	margin-left:-28px;
	text-align:center;
	color:#EF4136;
	font-size:.6em;
	letter-spacing:.1em;
	padding-bottom:50px;

}	

