body{
	background-color:#EDEDED;
	color:#333333;
	font-family: Verdana, 'ＭＳ Pゴシック' , 'ヒラギノ角ゴ Pro W3' ,Arial;
}
/* リセット
-------------------------------------------------------------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
form,fieldset,input {
	margin:        0px;
	padding:       0px;
}
img {
	margin:        0px;
	padding:       0px;
	border:        0px;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
.bold {
	font-weight:bold;
}
/* フレーム指定
-------------------------------------------------------------------------------------------------------- */
body {
	text-align:center;
	font-size:12px;	
	background-color:#1FBAEA;
}
#wrapper {
	text-align:     left;
	width:          100%;
	background-color:#FFFFFF;
	background-image:url(../img/talent/bg_header.jpg);
	background-repeat:repeat-x;

}
#container{
	margin:0px 0px 0px 0px;
	padding:0px 0px 60px 0px;
}

/* ヘッダーエリア指定
-------------------------------------------------------------------------------------------------------- */
#headerWrap{
	background:#FFF url(../images/bg_header.jpg) left top repeat-x;
	height:93px;
	padding-bottom:20px;
}
#header{
	width:920px;
	margin:0 auto;
	position:relative;
}
#header h1{
	text-align:left;
}
/* フッターエリア指定
-------------------------------------------------------------------------------------------------------- */
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../images/bg_footer.jpg) repeat-x;
	height:38px;
}
#footer_inner {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:924px;
	padding:10px 0px 0px 0px;
}
#footer_inner #navi{
	padding-top:5px;
}
#footer_inner #navi ul li{
	float:left;
	margin-right:20px;
}
#footer_inner #navi ul li a{
	color:#FFFFFF;
}
#footer_inner #navi ul li a:hover{
	color:#FFFFFF;
}
#footer_inner #copy{
	float:right;
	margin:0px 0px 8px 0px;
	display:block;
	width:507px;
	height:11px;
	background:url(../images/copy.gif) no-repeat;
}
#footer_inner #copy span{
	text-indent:-5000px;
	position:relative;
	left:-5000px;
	font-size:0px;
	display:block;
	height:0px;
	overflow:hidden;
}
/* リンク色
-------------------------------------------------------------------------------------------------------- */
a:link {
	color:           #009BE2;
	text-decoration: none;
}
a:visited {
	color:           #009BE2;
	text-decoration: none;
}
a:hover {
	color:           #009BE2;
	text-decoration: underline;
}



/* コンテンツ
-------------------------------------------------------------------------------------------------------- */
#content{
	width:920px;
	margin:0 auto;
	background:#FFF;
}
#content h2{
	text-align:center;
	padding-top:50px;
}
#content h3{
	text-align:center;
	padding-top:50px;
}
#content #box{
	position:relative;
	height:330px;
	margin:50px 16px 25px 16px;
	background:#FFF;
}
#content #box li{
	width:283px;
	height:325px;
	margin:0;
	padding:0;
	position:absolute;
	border:1px solid #009BE2;
}
#content #box li.l{
	left:0;
}
#content #box li.c{
	left:301px;
}
#content #box li.r{
	right:0;
}
#content #box li h4{
	margin:0;
}
#content #box li .btn1{
	text-align:center;
}
#content #box li .btn1 a{
	display:block;
	width:248px;
	height:76px;
	margin:auto;
}
#content #box li .btn1 a:link{
	border:1px solid #A8A7A7;
}
#content #box li .btn1 a:hover{
	border:1px solid #009BE2;
}
#content #box li .btn2{
	text-align:center;
	padding:20px 0 0 0;
}
#content #box li .btn2 a{
	display:block;
	width:250px;
	height:48px;
	margin:0 auto;
}
#content #box li .btn2 a span{
	display:none;
}
#content #box li.l .btn2 a{ background:url(../images/btn2_cast.gif) no-repeat left top;}
#content #box li.l .btn2 a:hover{ background:url(../images/btn2_casthover.gif) no-repeat left top;}
#content #box li.c .btn2 a{ background:url(../images/btn2_tieup.gif) no-repeat left top;}
#content #box li.c .btn2 a:hover{ background:url(../images/btn2_tieuphover.gif) no-repeat left top;}
#content #box li.r .btn2 a{ background:url(../images/btn2_live.gif) no-repeat left top;}
#content #box li.r .btn2 a:hover{ background:url(../images/btn2_livehover.gif) no-repeat left top;}

#content #box li .btn3{
	text-align:center;
	margin:5px 0;
}
#content #note{
	margin:0 16px;
}
#content #note h5{
	font-size:18px;
	margin-bottom:5px;
}
#content #note p{
	margin-bottom:20px;
	line-height:200%;
}
/* 回り込み解除指定
-------------------------------------------------------------------------------------------------------- */

/* 通常解除指定 */
.clearbt {
	clear:  both;
	height: 0px;
	background:#0000CC;
	overflow:hidden;
}
/* clearfix
------------------------------------------------------------ */
.clearfix:after {
    content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.clearfix {display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* --------------------------------------------------------- */

