@charset "utf-8";

/** reset **/
/* #cbc-global-nav {
	height: 54px;
}
#cbc-global-nav-wrap h1,
#cbc-global-nav-wrap ul,
#cbc-global-nav-wrap li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
} */

#wrapper {
	position: relative;
}

/*-------------------------------------------------
					背景/body
--------------------------------------------------*/

body {
	background: url("../../images/background.jpg") no-repeat 0 54px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#logo_sub {
	position:absolute;
	left:46px;
	top:11px;
	width:273px;
	height:76px;
}

#program_info {
	position:absolute;
	left:317px;
	top:11px;
	width:662px;
	height:52px;
}

#actor {
	position:absolute;
	left:114px;
	top:776px;
	width:115px;
	height:180px;
}

#actor_name {
	position:absolute;
	left:245px;
	top:776px;
	width:235px;
	height:20px;
}

#producer_name {
	position:absolute;
	left:114px;
	top:985px;
	width:235px;
	height:20px;
}

#movie01 {
	position:absolute;
	left:585px;
	top:214px;
}

/*-------------------------------------------------
				リンク（見出し）
--------------------------------------------------*/
#midashi_actor {
	position:absolute;
	left:90px;
	top:742px;
	width:290px;
	height:25px;
}



/*-------------------------------------------------
					テキスト
--------------------------------------------------*/
#text_program {
	position:absolute;
	left:174px;
	top:214px;
	width:650px;
	height:425px;
	font-size:93%;
	line-height:23px;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap; 
}

#text_actorprofile {
	position:absolute;
	left:245px;
	top:802px;
	color:#51565b;
	font-size:9.5pt;
	font-weight:bold;
	line-height:20px;
}

#text_actor {
	position:absolute;
	left:245px;
	top:870px;
	color:#51565b;
	font-size:9pt;
	line-height:17px;
	width:600px;
	height:100px;
}


