/* CSS Document */

/*:::::INDEX:::::
1.リセット
2.全体枠
3.ヘッダー
4.メインコンテンツ
5.
6.フッター
:::::::::::::::*/

/*------------------------------------
1.リセット
------------------------------------*/

*{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
img{
	border:none;
	vertical-align:bottom;
}
body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color:#333;
	background:#ff9733;
}
.clearboth{
	clear:both;
}
a:link { color: #f50;border-bottom:1px dashed #f50;text-decoration: none; }
a:visited { color: #f50; border-bottom:1px dashed #f50;text-decoration: none;}
a:active {  color: #f50; border-bottom:1px dashed #f50;text-decoration: none; }
a:hover { color: #f50;border-bottom:2px solid #f50;text-decoration: none; }
/*------------------------------------
2.全体枠
------------------------------------*/
#container{
	width:840px;
	margin:0px auto;
	text-align:center;
	background:url(img/main_bg.gif) repeat-y #ff9733;
}
/*------------------------------------
3.ヘッダー
------------------------------------*/
#header{
	width:840px;
	background:url(img/header_top.gif) no-repeat;
	text-align:center;
	padding-top:9px;
	position:relative;
}
#header h1{
	text-indent:-5000px;
	line-height:1px;
}
#header img{
	position:absolute;
	top:11px;
	left:38px;
}
#header ul{
	width:773px;
	height:98px;
	margin:0px 35px 9px 32px;
	position:relative;
	background:url(img/navi_back.jpg) no-repeat;
	list-style-type:none;
	text-indent:-5000px;
}	

#header ul li{
	display:inline;
	text-indent:-5000px;
}
#header ul li.smenu1 a{
	 position:absolute;
	 display:block;
	 width:71px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -348px -16px no-repeat;
	 top:16px;
	 left:348px;
}
#header ul li.smenu1 a:hover {
	 position:absolute;
	 background:url(img/menu.jpg) -348px -114px no-repeat;
}
#header ul li.smenu2 a{
	 position:absolute;
	 display:block;
	 width:47px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -429px -16px no-repeat;
	 top:16px;
	 left:429px;
}
#header ul li.smenu2 a:hover {
	 position:absolute;
	 background:url(img/menu.jpg) -429px -16px no-repeat;
}
#header ul li.smenu3 a{
	 position:absolute;
	 display:block;
	 width:48px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -488px -16px no-repeat;
	 top:16px;
	 left:488px;
}
#header ul li.smenu3 a:hover {
	 position:absolute;
 	background:url(img/menu.jpg) -488px -114px no-repeat;
}
#header ul li.smenu4 a{
	 position:absolute;
	 display:block;
	 width:56px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -545px -16px no-repeat;
 	top:16px;
	 left:545px;
}
#header ul li.smenu4 a:hover {
	 position:absolute;
	 background:url(img/menu.jpg) -545px -114px no-repeat;
}
#header ul li.smenu5 a{
	 position:absolute;
	 display:block;
	 width:71px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -608px -16px no-repeat;
	 top:16px;
	 left:608px;
}
#header ul li.smenu5 a:hover {
	 position:absolute;
	 background:url(img/menu.jpg) -608px -114px no-repeat;
}
#header ul li.smenu6 a{
 	position:absolute;
	 display:block;
	 width:67px;
	 height:30px;
	 border:none;
	 background:url(img/menu.jpg) -687px -16px no-repeat;
	 top:16px;
	 left:687px;
}
#header ul li.smenu6 a:hover {
	 position:absolute;
	 background:url(img/menu.jpg) -687px -114px no-repeat;
}
#header ul li.lmenu1 a{
	position:absolute;
	display:block;
	width:188px;
	height:34px;
	border:none;
	background:url(img/menu.jpg) -5px -52px no-repeat;
	top:52px;
	left:5px;
}
#header ul li.lmenu1 a:hover {
	position:absolute;
	background:url(img/menu.jpg) -5px -150px no-repeat;
}
#header ul li.lmenu2 a{
	position:absolute;
	display:block;
	width:179px;
	height:34px;
	border:none;
	background:url(img/menu.jpg) -194px -52px no-repeat;
	top:52px;
	left:194px;
}
#header ul li.lmenu2 a:hover {
	position:absolute;
	background:url(img/menu.jpg) -194px -150px no-repeat;
}
#header ul li.lmenu3 a{
	position:absolute;
	display:block;
	width:193px;
	height:34px;
	border:none;
	background:url(img/menu.jpg) -374px -52px no-repeat;
	top:52px;
	left:374px;
}
#header ul li.lmenu3 a:hover {
	position:absolute;
	background:url(img/menu.jpg) -374px -150px no-repeat;
}
#header ul li.lmenu4 a{
	position:absolute;
	display:block;
	width:197px;
	height:34px;
	border:none;
	background:url(img/menu.jpg) -567px -52px no-repeat;
	top:52px;
	left:567px;
}
#header ul li.lmenu4 a:hover {
	position:absolute;
	background:url(img/menu.jpg) -567px -150px no-repeat;
}

/*------------------------------------
4.トップのコンテンツ
------------------------------------*/
#contents{
	width:773px;
	margin:0px auto;
}
#contents p.pankuzu{
	font-size:12px;
	text-align:left;
	padding-bottom:5px;
}
#contents ul.bottom{
	display:block;
	text-align:right;
/*	width:250px;*/
	margin-left:550px;
	clear:both;
	font-size:12px;
	padding-bottom:2px;
}
ul.bottom li{
	float:left;
	list-style:none;
	padding-right:10px;
	padding-bottom:2px;
}
#left{
	width:538px;
	text-align:left;
	float:left;
}
#left h2{
	width:534px;
	height:194px;
	text-indent:-5000px;
	background:url(img/top_image.jpg) no-repeat;
}
#left .flash1{
	width:534px;
	height:194px;
	visiblity:visible;
}
#left .topix{
	width:269px;
	float:left;
	position:relative;
}
#left .topix img.toperson{
	position:absolute;
	width:257px;
	height:37px;
	top:4px;
	left:4px;
}
#left .topix.talent{
	width:265px;
	height:205px;
	background:url(img/topix_talent.jpg) no-repeat;
}
#left .topix.theatrical{
	width:266px;
	height:205px;
	background:url(img/topix_theatrical.jpg) no-repeat;
}
#left .topix.fashion{
	width:269px;
	height:209px;
	background:url(img/topix_fashion.jpg) no-repeat;
}
#left .topix.member{
	width:266px;
	background-image:none;
	text-align:center;
	font-size:12px;
}
.topix.member p{
	width:179px;
	background:url(img/limited.gif) no-repeat;
	padding-left:75px;
	padding-top:6px;
	text-align:left;
	position:relative;
	height:31px;
	padding-bottom:2px;
}
#left .topix p.comment{
	position:absolute;
	width:170px;
	height:30px;
	position:absolute;
	top:50px;
	left:18px;
	font-size:11px;
	line-height:1.4em;
}
#left .topix p.casting_talent a{
	position:absolute;
	display:block;
	width:46px;
	height:48px;
	top:43px;
	left:204px;
	text-indent:-5000px;
}
#left .topix p.casting_talent a:hover{
	background:url(img/box_talent_tocast.jpg) no-repeat;
}
#left .topix p.casting_theatrical a{
	position:absolute;
	display:block;
	width:46px;
	height:48px;
	top:43px;
	left:204px;
	text-indent:-5000px;
}
#left .topix p.casting_theatrical a:hover{
	background:url(img/box_theatrical_tocast.jpg) no-repeat;
}
#left .topix p.casting_fashion a{
	position:absolute;
	display:block;
	width:46px;
	height:48px;
	top:44px;
	left:204px;
	text-indent:-5000px;
}
#left .topix p.casting_fashion a:hover{
	background:url(img/box_fashion_tocast.jpg) no-repeat;
}
#left .topix img.talent2{
	position:absolute;
	top:46px;
	left:203px;
}
#left .topix ul{
	width:230px;
	height:70px;
	position:absolute;
	top:116px;
	left:20px;
	font-size:11px;
	overflow:auto;
	line-height:1.4em;
	padding-bottom:2px;
}
#left .topix ul li{
	padding-left:8px;
	background:url(img/list01.gif) 0 0.5em no-repeat;
}
#left .topix ul a:link { color: #333;border-bottom:1px dashed #f50;text-decoration: none; }
#left .topix ul a:visited { color: #333; border-bottom:1px dashed #f50;text-decoration: none;}
#left .topix ul a:active {  color: #333; border-bottom:1px dashed #f50;text-decoration: none; }
#left .topix ul a:hover { color: #333;border-bottom:2px solid #f50;text-decoration: none; }
	
#left .topix dl{
	font-size:12px;
	padding-left:20px;
	line-height:1.5em;
	text-align:left;
	margin-bottom:5px;
}
#left .topix dt{
	float:left;
	width:60px;
	text-align:right;
	margin-bottom:3px;
}
#left .topix dd{
	margin-left:70px;
	margin-bottom:3px;
}
#left .limited{
	width:255px;
	border:2px solid #ccc;
	text-align:center;
	color:#FF6600;
	font-size:12px;
	margin:5px auto;
	padding-top:5px;
	position:relative;
	height:120px;
	background-color:#fff;
	float:left;
}
.limited ul{
	list-style:none;
}
.limited ul li{
	text-indent:-5000px;
}
.limited ul li.new a{
	position:absolute;
	top:30px;
	left:3px;
	display:block;
	width:127px;
	height:93px;
	background:url(img/member_new_off.jpg) no-repeat;
}
.limited ul li.new a:hover{
	background-image:url(img/member_new_on.jpg);
}
.limited ul li.login a{
	position:absolute;
	top:30px;
	left:125px;
	display:block;
	width:126px;
	height:93px;
	background:url(img/member_login_off.jpg) no-repeat;
}
.limited ul li.login a:hover{
	background-image:url(img/member_login_on.jpg);
}
#right{
	width:235px;
	float:right;
	text-align:left;
}
#right h2.info{
	background:url(img/h2_info.gif) no-repeat;
	width:101px;
	height:12px;
	text-indent:-5000px;
	margin-top:10px;
}
#right .flash2{
	width:235px;
	height:159px;
}
#right p.info{
	font-size:12px;
	line-height:1.5em;
	padding:5px;
	margin-bottom:5px;
	text-align:left;
}
#right .information{
	width:235px;
	background:url(img/info_BG.jpg) repeat-y;
	position:relative;
}
#right .information h2{
	background:url(img/info_top.jpg) no-repeat;
	width:235px;
	height:220px;
	text-indent:-5000px;
}
#right .information h3{
	position:absolute;
	font-size:12px;
	top:54px;
	left:20px;
}
#right .information img{
	position:absolute;
	top:86px;
	left:13px;
}
#right .information img.pic{
	position:static;
}
#right .information p{
	font-size:11px;
	line-height:1.4em;
	padding-left:15px;
	width:200px;
	text-align:left;
	padding-top:5px;
}
#right img a{
	border:none;
}
/*------------------------------------
7.1カラム
------------------------------------*/
#center{
	width:773px;
	margin:0px auto;
	text-align:left;
}
#title{
	width:773px;
	position:relative;
	height:261px;
	margin-bottom:10px;
}
#title h2{
	width:773px;
	height:261px;
	text-indent:-5000px;
}
#title h2.talent{
	background:url(img/back_talent.jpg) no-repeat;
}
#title h2.theatrical{
	background:url(img/back_theatrical.jpg) no-repeat;
}
#title h2.fashion{
	background:url(img/back_fashion.jpg) no-repeat;
}
#title ul{
	list-style:none;
	text-indent:-5000px;
}
#title li{
	text-indent:-5000px;
	display:inline;
}
#title ul li.menu1 a{
	position:absolute;
	display:block;
	width:128px;
	height:26px;
	border:none;
	background:url(img/menu1.jpg) no-repeat;
	top:208px;
	left:26px;
}
#title ul li.menu1 a:hover {
	background-image:none;
}
#title ul li.menu2 a{
	position:absolute;
	display:block;
	width:145px;
	height:26px;
	border:none;
	background:url(img/menu2.jpg) no-repeat;
	top:208px;
	left:159px;
}
#title ul li.menu2 a:hover {
	background-image:none;
}
#title ul li.menu3 a{
	position:absolute;
	display:block;
	width:172px;
	height:46px;
	border:none;
	background-image:none;
	top:196px;
	left:552px;
}
#title ul li.menu3 a:hover {
	background:url(img/menu3.jpg) no-repeat;
}
#title ul li.menu4 a{
	position:absolute;
	display:block;
	width:145px;
	height:26px;
	border:none;
	background:url(img/menu4.jpg) no-repeat;
	top:208px;
	left:309px;
}
#title ul li.menu4 a:hover {
	background-image:none;
}
#title ul li.menu5 a{
	position:absolute;
	display:block;
	width:172px;
	height:46px;
	border:none;
	background-image:none;
	top:196px;
	left:320px;
}
#title ul li.menu5 a:hover {
	background:url(img/menu3.jpg) no-repeat;
}
#title ul li.menu6 a{
	position:absolute;
	display:block;
	width:172px;
	height:46px;
	border:none;
	background-image:none;
	top:196px;
	left:553px;
}
#title ul li.menu6 a:hover {
	background:url(img/menu3.jpg) no-repeat;
}
#center h3.talent{
	text-indent:-5000px;
	width:314px;
	height:22px;
	background:url(img/h3_talent.gif) no-repeat;
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
}
#center h3.model{
	text-indent:-5000px;
	width:314px;
	height:22px;
	background:url(img/h3_model.gif) no-repeat;
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
}
#center h3.profile{
	background:url(img/h3_profile.gif) no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-5000px;
	height:22px;
}
#center h3.modelprofile{
	background:url(img/h3_modelprofile.gif) no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-5000px;
}
#center h2.casting{
	text-indent:-5000px;
	width:186px;
	height:24px;
	background:url(img/h2_casting.gif) no-repeat;
	margin:0;
	margin-left:20px;
	margin-bottom:10px;
	padding:0;
}
#center h3.casting_talent{
	text-indent:-5000px;
	background:url(img/h3_casting_talent.gif) no-repeat;
	width:744px;
	height:31px;
	margin-bottom:20px;
}
#center h3.casting_theatrical{
	text-indent:-5000px;
	background:url(img/h3_casting_theatrical.gif) no-repeat;
	width:744px;
	height:31px;
	margin-bottom:20px;
}
#center h3.casting_fashion{
	text-indent:-5000px;
	background:url(img/h3_casting_fashion.gif) no-repeat;
	width:744px;
	height:31px;
	margin-top:10px;
	margin-bottom:20px;
}
#center p.totop2{
	width:131px;
	height:11px;
	text-indent:-5000px;
	clear:both;
	margin:10px auto 10px 600px;
}
#center p.totop2 a{
	display:block;
	width:133px;
	height:11px;
	background:url(img/totop2.gif) no-repeat;
	border:none;
}
#center h2.report{
	text-indent:-5000px;
	width:315px;
	height:22px;
	background:url(img/h2_report.gif) no-repeat;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
	padding:0;
}
/******************************************************
■子供タレント■子供劇団■ファッション■
lobx::一覧ページの各タレントのボックス(大)
sbox::一覧ページの各タレントのボックス(小)
上記に下記を組み合わせて使用する
例：<div class="lbox ltalent_bg">?</div>
MacIE5には非対応
IE6用にlとsに分けた
	ltalent_bg::子供タレントの背景(大)
	stalent_bg::子供タレントの背景(小)
	ltheatrical_bg::子供劇団の背景(大)
	stheatrical_bg::子供劇団の背景(小)
	lfashion_bg::ファッションの背景(大)
	sfashion_bg::ファッションの背景(小)
*******************************************************/
#center .lbox{
	width:191px;
	height:300px;
	float:left;
	position:relative;
	text-align:center;
}
#center .lbox.ltalent_bg{
	background:url(img/box_talent.gif) no-repeat;
}
#center .lbox.ltheatrical_bg{
	background:url(img/box_theatrical.gif) no-repeat;
}
#center .lbox.lfashion_bg{
	background:url(img/box_fashion.gif) no-repeat;
}
#center .lbox p.name01{
	text-align:center;
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#0c3d98;
	margin:25px auto 0 auto;
}
.name01 a:link { color: #0c3d98;border:none;text-decoration: none; }
.name01 a:visited { color: #0c3d98;border:none;text-decoration: none;}
.name01 a:active {  color: #0c3d98;border:none;text-decoration: none; }
.name01 a:hover { color: #0c3d98;border:none;text-decoration: none; font-weight:bold;}

#center .lbox p.name02{
	text-align:center;
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#f0037f;
	margin:25px auto 0 auto;
}
.name02 a:link { color: #f0037f;border:none;text-decoration: none; }
.name02 a:visited { color: #f0037f;border:none;text-decoration: none;}
.name02 a:active {  color: #f0037f;border:none;text-decoration: none; }
.name02 a:hover { color: #f0037f;border:none;text-decoration: none;font-weight:bold; }

#center .lbox img{
	position:absolute;
	top:55px;
	left:36px;
}
#center .lbox p.profile{
	margin:192px auto auto auto;
	width:140px;
	text-align:left;
	font-size:11px;
}
#center .sbox{
	width:254px;
	height:115px;
	float:left;
	position:relative;
	text-align:left;
}
#center .sbox.stalent_bg{
	background:url(img/sbox_talent.gif) no-repeat;
}
#center .sbox.stheatrical_bg{
	background:url(img/sbox_theatrical.gif) no-repeat;
}
#center .sbox.sfashion_bg{
	background:url(img/sbox_fashion.gif) no-repeat;
}
#center .sbox p.name01{
	text-align:left;
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#0c3d98;
	margin:27px auto 0 110px;
}
#center .sbox p.name02{
	text-align:left;
	width:120px;
	font-size:12px;
	font-weight:bold;
	color:#f0037f;
	margin:27px auto 0 110px;
}

#center .sbox img{
	position:absolute;
	top:18px;
	left:13px;
}
#center .sbox p.profile{
/*	margin:10px auto auto 110px;*/
	padding:10px 0 0 110px;
	width:130px;
	text-align:left;
	font-size:11px;
}
/******************************************************
■セントラルプロダクション　一覧■
*******************************************************/
h4.top{
	width:63px;
	height:21px;
	text-indent:-5000px;
	margin:5px auto 5px 0px;
	background:url(img/totop.gif) no-repeat;
}
h4.top a{
	display:block;
	width:63px;
	height:21px;
	border:none;
}
#center .pbox{
	width:381px;
	height:155px;
	position:relative;
	float:left;
	background:url(img/pbox.jpg) no-repeat;
	color:#4d4d4d;
}
#center .pbox h4{
	position:absolute;
	top:40px;
	left:18px;
	font-size:22px;
	font-weight:normal;
}
#center .pbox h3{
	position:absolute;
	top:75px;
	left:18px;
	font-size:14px;
	font-weight:normal;
}
#center .pbox h5{
	position:absolute;
	width:381px;
	height:155px;
	top:0;
	left:0;
	text-align:left;
	text-indent:-5000px;
}
#center .pbox h5 a{
	display:block;
	width:381px;
	height:155px;
	border:none;
}
#center .pbox img{
	position:absolute;
	top:8px;
	left:230px;
}
#center .pbox_sp{
	width:380px;
	height:155px;
	position:relative;
	float:left;
	background:url(img/special.jpg) no-repeat;
	color:#4d4d4d;
}
#center .pbox_sp img{
	position:absolute;
	top:6px;
	left:6px;
}
#yell{
	text-align:right;
	font-size:12px;
	padding-right:20px;
	margin-bottom:15px;
}
/******************************************************
■お仕事レポート■
*******************************************************/
#report{
	width:768px;
	margin:0px auto;
}
.talent_report{
	background:url(img/reprot_talent_bg.gif) repeat-y;
}
.theatrical_report{
	background:url(img/reprot_theatrical_bg.gif) repeat-y;
}
.fashion_report{
	background:url(img/reprot_fashion_bg.gif) repeat-y;
}
#report .header{
	width:768px;
	height:110px;
	position:relative;
}
#report .header.talent{
	background:url(img/report_talent_top.gif) no-repeat;
}
#report .header.theatrical{
	background:url(img/report_theatrical_top.gif) no-repeat;
}
#report .header.fashion{
	background:url(img/report_fashion_top.gif) no-repeat;
}
#report .header p{
	position:absolute;
	text-align:left;
	width:175px;
	top:35px;
	left:35px;
	font-size:14px;
	line-height:1.4em;
}
#report .header img{
	position:absolute;
	top:32px;
	left:277px;
}
#report .report_left{
	width:160px;
	padding-left:45px;
	text-align:center;
	float:left;
}
#report .report_left h3{
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
	background-image:none;
}
#report .report_left h3.talent{
	color:#965c78;
	text-align:left;
}
.report_left h3.theatrical{
	color:#6a9b26;
}
.report_left h3.fashion{
	color:#ab9018;
}
.report_left p{
	width:160px;
	text-align:left;
	margin:10px auto;
	line-height:1.5em;
	font-size:12px;
}
#report .report_right{
	width:451px;
	padding-right:30px;
	text-align:left;
	float:right;
}
#report .report_right h4{
	width:451px;
	height:22px;
	text-indent:-5000px;
	margin:10px auto;
}
#report .report_right h4.talent{
	background:url(img/h4_report_talent.gif) no-repeat;
}
#report .report_right h4.theatrical{
	background:url(img/h4_report_theatrical.gif) no-repeat;
}
#report .report_right h4.fashion{
	background:url(img/h4_report_fashion.gif) no-repeat;
}
#report .report_right p{
	font-size:13px;
	line-height:1.5em;
	text-align:left;
}
/******************************************************
■レッスン風景■
*******************************************************/
#lesson{
	width:500px;
	margin:0px auto;
	text-align:left;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	padding:10px;
	border:1px dotted #FF99FF;
}
#lesson p{
	padding-bottom:15px;
}
#lesson h3{
	clear:both;
	background:#fcf;
	color:#c39;
	font-size:14px;
	margin:10px auto;
	padding-left:20px;
	font-weight:bold;
	border-bottom:1px solid #666;
	line-height:1.8em;
}
#lesson .lesson_entry{
	clear:both;
	width:500px;
	padding:10px 0;
}
#lesson .lesson_entry img{
	float:left;
	margin:0 10px 0 0;
}
#lesson .lesson_img img{
	float:left;
	margin:0 30px 10px 0;
}
/******************************************************
■セントラル子供タレント　タレントプロフィール■
*******************************************************/
#center.center_profile{
	width:720px;
	margin:0px auto;
	text-align:left;
}
#title2{
	width:720px;
	position:relative;
	height:213px;
	margin-bottom:10px;
}
#title2.talent{
	background:url(img/profile_talent.jpg) no-repeat;
	width:720px;
}
#title2.theatrical{
	width:720px;
	background:url(img/profile_theatrical.jpg) no-repeat;
}

#title2.fashion{
	width:720px;
	background:url(img/profile_fashion.jpg) no-repeat;
}
#title2.production{
	width:720px;
	background:url(img/profile_production.jpg) no-repeat;
	height:213px;
}
#title2 h2{
	position:absolute;
	font-size:24px;
	top:70px;
	left:25px;
}
#title2 ul{
}
#title2 ul li{
	position:absolute;
	left:25px;
}
#title2 ul li.kana{
	top:98px;
	font-size:12px;
}
#title2 ul li.size{
	top:140px;
	font-size:14px;
}
#title2 ul li.bone{
	top:160px;
	font-size:14px;
}
#title2 .imgbox2{
	position:absolute;
	text-align:right;
	top:20px;
	left:430px;
	width:280px;
}
#title2 .imgbox2 img{
	float:right;
	padding-right:15px;
}
.center_profile h3{
	background:url(img/h3_profile2.jpg) 0 5px no-repeat;
	font-size:22px;
	padding-left:30px;
	margin-bottom:15px;
	line-height:28px;
	padding-bottom:5px;
	font-weight:bold;
}
.center_profile h4{
	margin-left:30px;
	font-size:14px;
	border-left:1em solid #333;
	padding-left:10px;
	line-height:1em;
	margin-bottom:5px;
}
.center_profile h5{
	padding-left:60px;
	font-size:13px;
	line-height:1.5em;
/*	float:left;
	width:60px;*/
	padding-right:0;
}
/*プロダクションのための追加*/
.center_profile h5.pro{
	margin:10px auto 10px 50px;
	font-size:14px;
	font-weight:bold;
	border-left:2px solid #FF6600;
	padding:10px;
	line-height:1em;
}
.center_profile h6{
	width:140px;
	padding-left:90px;
	font-size:12px;
	line-height:1.5em;
	float:left;
}
.center_profile p.bun{
	width:450px;
	margin-left:240px;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:5px;
}
/*プロダクションのための追加終了*/

.center_profile ul{
	list-style:none;
	margin-left:130px;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:5px;
}

.center_profile ul.header{
	margin-left:0px;
	position:relative;
	margin-bottom:10px;
	width:100%;
	height:67px;
}
.center_profile li.header1{/*タレント*/
	text-indent:-5000px;
}
.center_profile li.header1 a{
	position:absolute;
	display:block;
	width:170px;
	height:21px;
	border:none;
	background:url(img/totop_talent_off.jpg) no-repeat;
	top:0px;
	left:0px;
}
.center_profile li.header1 a:hover {
	background:url(img/totop_talent_on.jpg) no-repeat;
}
.center_profile li.header2{/*お仕事レポート*/
	text-indent:-5000px;
}
.center_profile li.header2 a{
	position:absolute;
	display:block;
	width:118px;
	height:26px;
	border:none;
	background:url(img/toreport_off.jpg) no-repeat;
	top:0px;
	left:175px;
}
.center_profile li.header2 a:hover {
	background:url(img/toreport_on.jpg) no-repeat;
}
.center_profile li.header3{
	text-indent:-5000px;
}
.center_profile li.header3 a{/*オーディション*/
	position:absolute;
	display:block;
	width:193px;
	height:67px;
	border:none;
	background:url(img/audition_s_off.jpg) no-repeat;
	top:0px;
	left:530px;
}
.center_profile li.header3 a:hover {
	background:url(img/audition_s_on.jpg) no-repeat;
}
.center_profile li.header4{/*劇団*/
	text-indent:-5000px;
}
.center_profile li.header4 a{
	position:absolute;
	display:block;
	width:155px;
	height:21px;
	border:none;
	background:url(img/totop_theatrical_off.jpg) no-repeat;
	top:0px;
	left:0px;
}
.center_profile li.header4 a:hover {
	background:url(img/totop_theatrical_on.jpg) no-repeat;
}
.center_profile li.header5{/*ファッション*/
	text-indent:-5000px;
}
.center_profile li.header5 a{
	position:absolute;
	display:block;
	width:155px;
	height:21px;
	border:none;
	background:url(img/totop_fation_off.jpg) no-repeat;
	top:0px;
	left:0px;
}
.center_profile li.header5 a:hover {
	background:url(img/totop_fation_on.jpg) no-repeat;
}
.center_profile li.header6{/*プロダクション*/
	text-indent:-5000px;
}
.center_profile li.header6 a{
	position:absolute;
	display:block;
	width:155px;
	height:21px;
	border:none;
	background:url(img/totop_pro_off.jpg) no-repeat;
	top:0px;
	left:0px;
}
.center_profile li.header6 a:hover {
	background:url(img/totop_pro_on.jpg) no-repeat;
}

.center_profile li.header7{/*プロダクション*/
	text-indent:-5000px;
}
.center_profile li.header7 a{
	position:absolute;
	display:block;
	width:170px;
	height:34px;
	border:none;
	background:url(img/pro_mail.jpg) no-repeat;
	top:28px;
	left:550px;
}
.center_profile li.header7 a:hover {
	background:url(img/pro_mail_on.jpg) no-repeat;
}

.center_profile table{/*プロダクション内容表*/
	font-size:12px;
	line-height:1.5em;
	padding:2px;
}
.tht{
	font-size:14px;
	font-weight:bold;
	border-left:2px solid #FF6600;
	padding:10px;
	line-height:1em;
}
/******************************************************
■出演情報■
*******************************************************/
#center h3.cast_talent{
	
}
/******************************************************
■子供タレント■子供劇団■ファッション■
lcast::一覧ページの各タレントのボックス(大)
scast::一覧ページの各タレントのボックス(小)
上記に下記を組み合わせて使用する
例：<div class="lbox ltalent_bg">?</div>
MacIE5には非対応
IE6用にlとsに分けた
	ltalent_cast_bg::子供タレントの背景(大)
	stalent_cast_bg::子供タレントの背景(小)
	ltheatrical_cast_bg::子供劇団の背景(大)
	stheatrical_cast_bg::子供劇団の背景(小)
	lfashion_cast_bg::ファッションの背景(大)
	sfashion_cast_bg::ファッションの背景(小)
*******************************************************/

#center .lcast{
	width:376px;
	height:196px;
	float:left;
	position:relative;
	text-align:center;
}
#center .lcast.ltalent_cast_bg{
	background:url(img/cast_talent_l.gif) no-repeat;
}
#center .lcast.ltheatrical_cast_bg{
	background:url(img/cast_theatrical_l.gif) no-repeat;
}
#center .lcast.lfashion_cast_bg{
	background:url(img/cast_fashion_l.gif) no-repeat;
}
#center .lcast p.lcast_p1{
	position:absolute;
	font-size:13px;
	top:34px;
	left:165px;
}
#center .lcast p.lcast_p2{
	position:absolute;
	width:130px;
	font-size:12px;
	top:67px;
	left:225px;
	line-height:1.4em;
	text-align:left;
}
#center .lcast img.lcast_img1{
	position:absolute;
	top:67px;
	left:158px;
}
#center .lcast img.lcast_img2{
	position:absolute;
	top:30px;
	left:30px;
}


#center .scast{
	width:252px;
	height:132px;
	float:left;
	position:relative;
	text-align:left;
}
#center .scast.stalent_cast_bg{
	background:url(img/cast_talent_s.gif) no-repeat;
}
#center .scast.stheatrical_cast_bg{
	background:url(img/cast_theatrical_s.gif) no-repeat;
}
#center .scast.sfashion_cast_bg{
	background:url(img/cast_fashion_s.gif) no-repeat;
}

#center .scast p.scast_p1{
	position:absolute;
	font-size:13px;
	top:20px;
	left:25px;
}
#center .scast p.scast_p2{
	position:absolute;
	width:160px;
	font-size:12px;
	top:44px;
	left:67px;
	line-height:1.3em;
	text-align:left;
}
#center .scast img.scast_img1{
	position:absolute;
	top:49px;
	left:16px;
}
/*------------------------------------
7.所属者の皆様へ
------------------------------------*/
#member{
	width:773px;
	margin:0px auto;
	text-align:left;
}
#member h2{
	width:515px;
	height:43px;
	background:url(img/mem_h2.gif) no-repeat;
	text-indent:-5000px;
	margin:10px 129px 50px 129px;
}
#member h3{
	clear:both;
	width:689px;
	height:38px;
	text-indent:-5000px;
	margin:10px auto 10px 0;
}
#member h3.info{
	background:url(img/mem_h3_info.gif) no-repeat;
}
#member h3.tel{
	background:url(img/mem_h3_tel.gif) no-repeat;
}
#member h3.lesson{
	background:url(img/mem_h3_lesson.gif) no-repeat;
}

#member dl{
	margin:5px auto 5px 30px;
	font-size:14px;
	line-height:2em;
}
#member dt{
	float:left;
	background:url(img/mem_list.gif) 0 0.5em no-repeat;
	padding-left:30px;
	width:200px;
}
#member dt.talent{
	float:none;
}
#member dt.talent2{
	margin-left:30px;
	background-image:none;
	padding-left:0;
}
#member dd{
	margin-left:220px;
	font-weight:bold;
}
#member .mem_entry{
	width:697px;
	margin:10px 38px;
	background:url(img/mem_bg.gif) repeat-y;
}
#member .mem_entry h4{
	width:697px;
	height:67px;
	text-indent:-5000px;
}
.mem_entry h4.cat01{
	background:url(img/mem01_header.gif) no-repeat;
}
.mem_entry h4.cat02{
	background:url(img/mem02_header.gif) no-repeat;
}
.mem_entry h4.cat03{
	background:url(img/mem03_header.gif) no-repeat;
}
.mem_entry h4.cat04{
	background:url(img/mem04_header.gif) no-repeat;
}
.mem_entry h5.mem_title{
	width:280px;
	margin:10px auto auto 30px;
	font-size:13px;
	font-weight:bold;
	float:left;
}
#member .pbody{
	width:320px;
	float:right;
	padding-right:30px;
	line-height:1.5em;
	font-size:12px;
	margin:5px auto 5px 30px;
}
#member .pbody2{
	float:left;
	line-height:1.5em;
	font-size:12px;
	margin:5px auto 5px 30px;
	color:#e5351e;
}
.member_top img{
	float:left;
	margin-bottom:10px;
}
.member_bottom{
	width:680px;
	margin:30px 46px 10px 46px;
}
.member_bottom img{
	float:left;
	margin:0 10px 10px 0;
}
/*------------------------------------
7.フッター
------------------------------------*/
#footer{
	clear:both;
	width:840px;
	text-align:left;
	background:url(img/main_bg.gif) repeat-y;
	padding:25px 0 0 0;
}
#footer p{
	padding-left:20px;
	font-size:11px;
	line-height:2em;
}
#footer a{
	border:none;
}