/*CSS*/

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;

}
#w_inner {
	margin-left:    auto;
	margin-right:   auto;
	text-align:     left;
	width:          924px;
	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;
}


/* フッターエリア指定
-------------------------------------------------------------------------------------------------------- */
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../img/talent/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(../img/talent/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:           #beaa39;
	text-decoration: none;
}

a:visited {
	color:           #beaa39;
	text-decoration: none;
}

a:hover {
	color:           #beaa39;
	text-decoration: underline;
}

a:active {
}

/*　共通エリア指定　*/
#news-list a:link{
	color:           #777777;
	text-decoration: none;
}
#news-list a:visited {
	color:           #777777;
	text-decoration: none;
}
#news-list a:hover {
	color:           #777777;
	text-decoration: underline;
}


#top-schedule-list a:link{
	color:           #777777;
	text-decoration: none;
}
#top-schedule-list a:visited {
	color:           #777777;
	text-decoration: none;
}
#top-schedule-list a:hover {
	color:           #777777;
	text-decoration: underline;
}




/* リスト　リンク指定 */
li a:link {
	color:           #beaa39;
	text-decoration: none;
}
li a:visited {
	color:           #beaa39;
	text-decoration: none;
}
li a:hover {
	color:           #beaa39;
	text-decoration: underline;
}

/* ストライプエリア共通指定 */
.colorOn{
	background-color:#EDEDED;
}
.colorOff{
	background-color:#FFFFFF;
}


#news-list .colorOn a:link{
	color:#777777;
	text-decoration: none;
}
#news-list .colorOn a:visited {
	color:           #777777;
	text-decoration: none;
}
#news-list .colorOn a:hover {
	color:           #777777;
	text-decoration: underline;
}






/* 回り込み解除指定
-------------------------------------------------------------------------------------------------------- */

/* 通常解除指定 */
.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 */
/* --------------------------------------------------------- */


/* サイトポリシー
-------------------------------------------------------------------------------------------------------- */
#site_policy{
	padding:0px 2px;
	width:920px;
	padding-bottom:30px;
}

#site_policy h2{
	background-image:url(/img/talent/site_policy/site_policy_tt.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:920px;
	height:71px;
	margin-bottom:20px;
}


/* プライバシーポリシー
-------------------------------------------------------------------------------------------------------- */
#privacy_policy{
	padding:0px 2px;
	width:920px;
	padding-bottom:30px;
}

#privacy_policy h2{
	background-image:url(/img/talent/privacy_policy/privacy_policy_tt.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:920px;
	height:71px;
	margin-bottom:20px;
}







