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

/*******************************************************************
	CSS リセット
*******************************************************************/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-weight: normal;
	font-style: normal;
}

/* --BODY-- */
body {
	font:12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
	overflow:visible;
	color:#333;
}
/* for IE7 */
*+html body {
	font-size:75%;
}
/* for IE6 */
* html body {
	font-size:75%;
}
caption, th {
	text-align:left;
}
code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
	font-size:108%;
}
input, select, textarea{
	font-size:100%;
}
ol, ul {
	list-style:none;
}
q:before, q:after {
	content:'';
}

/* tables still need 'cellspacing="0"' */
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
i {
	font-style: italic;
}

/*******************************************************************
	全体の構造
*******************************************************************/
html, body {
}
body {
	text-align: center;
	background: url(../img/common/bg/body.png) center top repeat #ff62bb;
	overflow-y: scroll;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/common/bg/container.png) center top repeat-y;
	position: relative;
}
 
#header, #content, #footer {
	margin: 0 20px;
	clear: both;
}
#header {
	overflow: hidden;
	position: relative;
	height: 234px;
}
#content {
	overflow: hidden;
	position: relative;
}
#footer {
	width: 920px;
	height: 95px;
	color: #fff;
	overflow: hidden;
	background: url(../img/common/bg/footer.png) 0 0 no-repeat #000;
	clear: both;
}
#footer h3 {
	clear: none;
}
#copyright {
	text-align: center;
	height: 100%;
	line-height: 100px;
	width: 50%;
	float: left;
}
#footer ul {
	position: relative;
	top: 5px;
}
#footer ul li {
	padding-right: 5px;
	display: inline;
	font-size: 90%;
}
#footer ul li a {
	color: #fff;
}

/*******************************************************************
	ナビゲーション	
*******************************************************************/
#navi {
	overflow: hidden;
	background: url(../img/common/bg/navi.png) 0 0 no-repeat;
	width: 920px;
}
#navi li {
	float: left;
	height: 39px;
	position: relative;
	left: 27px;
}
#navi li#casterNavi {
	width: 205px;
}
#navi li#auditionNavi {
	width: 206px;
}
#navi li#booksNavi {
	width: 158px;
}
#navi li#linksNavi {
	width: 89px;
}
#navi li#informationNavi {
	width: 113px;
}
#navi li#homeNavi {
	width: 100px;
}
#navi li a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/common/navi.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#navi li#casterNavi a {
	background-position: 0 0;
}
#navi li#auditionNavi a {
	background-position: -206px 0;
}
#navi li#booksNavi a {
	background-position: -411px 0;
}
#navi li#linksNavi a {
	background-position: -569px 0;
}
#navi li#informationNavi a {
	background-position: -658px 0;
}
#navi li#homeNavi a {
	background-position: -771px 0;
}
/*	hover	*/
#navi li#casterNavi a:hover {
	background-position: 0 -78px;
}
#navi li#auditionNavi a:hover {
	background-position: -206px -78px;
}
#navi li#booksNavi a:hover {
	background-position: -411px -78px;
}
#navi li#linksNavi a:hover {
	background-position: -569px -78px;
}
#navi li#informationNavi a:hover {
	background-position: -658px -78px;
}
#navi li#homeNavi a:hover {
	background-position: -771px -78px;
}
/*	current page	*/
#caster #navi li#casterNavi a {
	background-position: 0 -39px;
}
#audition #navi li#auditionNavi a {
	background-position: -206px -39px;
}
#book #navi li#booksNavi a {
	background-position: -411px -39px;
}
#link #navi li#linksNavi a {
	background-position: -569px -39px;
}
#information #navi li#informationNavi a {
	background-position: -658px -39px;
}
#home #navi li#homeNavi a {
	background-position: -771px -39px;
}

/*******************************************************************
	コンテンツヘッダ	
*******************************************************************/
#contentHeader {
	background: url(../img/common/content/header.png) 0 0 no-repeat;
	height: 85px;
	padding: 0 35px;
	position: relative;
	padding-top: 35px;
}
#contentHeader img {
	vertical-align: middle;
}
#contentHeader h2,
#contentHeader p {
	display: inline;
	line-height: 40px;
}
/*	リボンの文字	*/
#contentHeader p img {
	position: absolute;
	right: 5px;
	top: 5px;
}
#contentBody {
	background: url(../img/common/content/body.png) center bottom no-repeat;
	padding: 0 50px 30px 50px;
	overflow: hidden;
}

#photoBeltContent {
	position: relative;
	left: -1px;
	width: 922px;
}

/*******************************************************************
	見出し	
*******************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	clear: both;
}

#header h1 {
	height: 105px;
	background: #000;
	color: #fff;
}
#header h1 span {
	position: absolute;
	top: 45px;
	right: 70px;
}
#content h3 {
	background: url(../img/common/marker/cross.gif) 0 0.1em no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin: 10px 0;
	color: #000;
	font-size: 125%;
	border-bottom: 2px solid #333;
}
#audition #content h3 {
	margin-left: 0;
	margin-top: 20px;
}
#content h4 {
	font-weight: bold;
}
#footer h3 {
	margin-top: 30px;
}
/*******************************************************************
	テーブル	
*******************************************************************/
table {
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: 10px 15px;
	vertical-align: top;
}
.evenRow th,
.evenRow td {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #999;
}
.oddRow th,
.oddRow td {
	background-color: #fff;
	border-bottom: 1px dotted #999;
}
.lastRow th,
.lastRow td {
	border-bottom: none;	
}
th {
	background: url(../img/common/marker/check.gif) 15px 10px no-repeat;
	padding-left: 35px;
	font-weight: bold;
	white-space: nowrap;
}
/*******************************************************************
	リスト
*******************************************************************/
ul.checked {
/*	margin-left: 1em;*/
}
ul.checked li {
	background: url(../img/common/marker/check.gif) 0 0.1em no-repeat;
	padding-left: 15px;
}

/*******************************************************************
	リンク
*******************************************************************/
#content a {
	color: #f39;
	background: url(../img/common/marker/triangleLeft.gif) left center no-repeat;
	padding-left: 10px;
}
#content a:hover {
	text-decoration: underline;
}
/*******************************************************************
	2カラム
*******************************************************************/
.column {
	width: 385px;
	margin: 0 10px;
	display: inline;
	float: left;
}



/*******************************************************************
	キャスター＆リポーター	talentlist.html
*******************************************************************/
#caster #contentBody ul li {
	width: 110px;
	height: 150px;
	float: left;
	background: url(../img/talent/photo.png) 0 0 no-repeat;
	position: relative;
	margin: 10px 13px;
	display: inline;
}
#caster #contentBody ul li a {
	background: none;
	padding-left: 0;
}
#caster #contentBody ul li a span {
	display: block;
	position: absolute;
	bottom: 0;
	background: url(../img/common/marker/triangleLeft.gif) 4px center no-repeat;
	padding-left: 15px;
}
#content a:hover span {
	text-decoration: underline;
}

#caster #contentBody ul li img {
	position: absolute;
	top: 6px;
	left: 3px;
}
#caster #extra {
	background: url(../img/talent/dotGray.png) left top repeat-x;
	padding: 20px 0;
	margin: 10px 35px;
	overflow: hidden;
	zoom: 1;
}
#caster #extra li {
	width: 270px;
	height: 120px;	
	float: left;
	position: relative;
}
#caster #extra p {
	position: absolute;
	left: 135px;
	top: 100px;
}
#caster #extra a {
	background: none;
	padding-left: 0;
	text-decoration: none;
	margin-left: 20px;
}
#caster #extra img {
	border: 1px solid #f69;
}
#caster #extra a span {
	background: url(../img/common/marker/triangleLeft.gif) 4px center no-repeat;
	padding-left: 15px;
	position: relative;
	top: -60px;
	left: 10px;
}
#caster #extra a:hover span {
	text-decoration: underline;
}

/*******************************************************************
	リンク	link.html
*******************************************************************/
#link .unit {
	overflow: hidden;
	margin: 5px 0 10px 0;
	background: url(../img/link/paper/headerPink.png) center top no-repeat;
	width: 390px;
}
#link .blue {
	background-image: url(../img/link/paper/headerBlue.png);
}
#link .green {
	background-image: url(../img/link/paper/headerGreen.png);
}
#link .lightBlue {
	background-image: url(../img/link/paper/headerLightBlue.png);
}
#link .orange {
	background-image: url(../img/link/paper/headerOrange.png);
}
#link .purple {
	background-image: url(../img/link/paper/headerPurple.png);
}
#link .red {
	background-image: url(../img/link/paper/headerRed.png);
}
#link .unit h3 {
	position: relative;
	height: 60px;
	border: none;
	margin: 0;
	line-height: 60px;
	background: none;
	text-indent: 50px;
	font-size: 130%;
	color: #333;
}
#link .unit h3 a {
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 80%;
	text-indent: 0;
}
#link .unit h4 {
	width: 70px;
	text-align: right;
	float: left;
	display: inline;
	margin: 5px 5px 5px 0;
}
#link .unit div {
	overflow: hidden;
	background: url(../img/link/paper/body.png) center bottom no-repeat;
	padding: 8px 30px 25px 30px;
	position: relative;
}
#link .unit ul {
	width: 250px;
	float: left;
}
#link .unit li {
	border-bottom: 1px solid #ccc;
	margin: 2px 0;
}
#link .unit li span {
	font-size: 80%;
}

#link span.url {
	display: none;
}

/*******************************************************************
	書籍	book.html
*******************************************************************/
.bookData {
	margin: 10px;
	padding: 0 30px;
	position: relative;
	height: 260px;
	background: url(../img/book/bgPink.png) 0 0 no-repeat;
	float: left;
}
#book .blue {
	background-image: url(../img/book/bgBlue.png);
}
#book .green {
	background-image: url(../img/book/bgGreen.png);
}
#book .orange {
	background-image: url(../img/book/bgOrange.png);
}
#content .bookData h4 {
	border-bottom: 2px solid #333;
	border-color: #f9c;
	width: 310px;
}
#content .blue h4 {
	border-color: #39c;
}
#content .green h4 {
	border-color: #693;
}
#content .orange h4 {
	border-color: #fc6;
}
#content .bookData h4 {
	background: none;
	padding-top: 45px;
	text-align: right;
	margin-bottom: 20px;
}
#content .bookData a.nyroModal {
	background: none;
	padding-left: 0;
}
.bookData img {
	border: 1px solid #ddd;
	float: left;
}
.bookData dl {
	width: 210px;
	float: left;
	position: relative;
	left: 20px;
}
.bookData dt,
.bookData dd {
	float: left;
	margin: 3px;
}
.bookData dt{
	width: 60px;
	clear: left;
}
.bookData dd{
	width: 130px;
	float: left;
}

/*******************************************************************
	キャスター・リポーター募集	audition.html
*******************************************************************/
#audition strong {
	font-weight: bold;
	background: #ff3;
	color: #f36;
	padding: 0 3px;
}
#application {
	margin-left: 5px;
	background: url(../img/audition/application/body.png) 0 0 no-repeat;
	padding: 40px 30px 10px 30px;
}
#applicationFooter {
	margin-left: 5px;
	padding: 0 30px;
	background: url(../img/audition/application/footer.png) 0 0 no-repeat;
	color: #f36;
	height: 75px;
	text-align: center;
}
#application ul {
	margin: 15px 0;
}
#application p {
	text-align: center;
}
#application * p {
	text-align: left;
}
#application strong {
	font-weight: bold;
	font-size: 120%;
	background: none;
}
/*******************************************************************
	会社情報	information.html
*******************************************************************/
#information table {
	width: 580px;
	margin: 20px;
}
#information #map {
	height: 500px;
	border: 1px solid #ccc;
	margin: 20px;
}
img#limelight {
	position: absolute;
	top: 108px;
	right: 37px;
}
/* 印刷用の地図 */
#information #print {
	display: none;
}
/*******************************************************************
	ホーム	index.html
*******************************************************************/

#homeNavi {
	width: 265px;
	float: left;
}
#homeNavi li {
	height: 71px;
	margin-bottom: 5px;
}
#homeNavi li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/home/homeNavi.png) 0 0 no-repeat;
	text-indent: -9999px;
	padding: 0;
}

#homeNavi li#casterHomeNavi a {
	background-position: 0 0;
}
#homeNavi li#auditionHomeNavi a {
	background-position: -265px 0;
}
#homeNavi li#booksHomeNavi a {
	background-position: -530px 0;
}
#homeNavi li#linksHomeNavi a {
	background-position: -795px 0;
}
#homeNavi li#informationHomeNavi a {
	background-position: -1060px 0;
}
#homeNavi li#casterHomeNavi a:hover {
	background-position: 0 -71px;
}
#homeNavi li#auditionHomeNavi a:hover {
	background-position: -265px -71px;
}
#homeNavi li#booksHomeNavi a:hover {
	background-position: -530px -71px;
}
#homeNavi li#linksHomeNavi a:hover {
	background-position: -795px -71px;
}
#homeNavi li#informationHomeNavi a:hover {
	background-position: -1060px -71px;
}

#home #cardsContent {
	position: absolute;
	top: 90px;
	right: 20px;
}
