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

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

p {
  font-size: 1.2em;
  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.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_active.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;
}
#credit_list{
	background:url(../_image/credit_list.png);
	width:613px;
	height:1325px;
	margin-left:75px;
	margin-top:-70px;
}
#BW{
	background:url(../_image/BW.png);
	width:613px;
	height:120px;
	margin-left:75px;
}
#footer{
	margin-top:8px;
	margin-left:-28px;
	text-align:center;
	color:#EF4136;
	font-size:.6em;
	letter-spacing:.1em;
	padding-bottom:50px;
}