/* CSS Document */
@charset "shift_jis";

#contents a:focus { outline:none; }
#contents a:link { color:#4e9e4e; text-decoration: underline;}
#contents a:visited { color: #4e9e4e; text-decoration: underline; }
#contents a:hover { color: #4e9e4e; text-decoration: none;}
#contents a img{ border:none;}


ul#gnavi{ height:45px; width:700px;}
ul#gnavi li{ display:inline; width:350px;}

/*ページングまわり*/
#contents .paging{ padding:5px; margin-right:20px; background-color:#e9eef5; font-size:75%; color:#183057;}
#contents .paging img{ margin-left:3px; vertical-align:text-bottom;}


/*バックナンバーの年次のリンク色*/
#contents #annual{ font-weight:bold; color:#c74141; margin-top:15px;}
#contents #annual a:focus { outline:none; }
#contents #annual a:link { color:#183057; text-decoration: underline;}
#contents #annual a:visited { color: #4e9e4e; text-decoration: underline; }
#contents #annual a:hover { color: #4e9e4e; text-decoration: none; }
#contents #annual .ln{ color:#666; }/*バックナンバーの年次表記の間にある｜の色*/


#container{ width:680px; margin-left:20px; padding-bottom:20px; background:#FFF}


/*上演・公演かこみ*/
#contents .present{width:340px; height:250px; float:left;}
#contents .present .innerBox{ padding-right:20px;} 

/*媒体アイコン*/
#contents .classifi{width:74px; height:30px; text-indent:-9999px; margin-bottom:22px; }
#contents .Stage{ background: url(../../eigaka/img/classStage_icon.gif) no-repeat left top;}/*舞台化*/
#contents .Cinema{ background: url(../../eigaka/img/classCinema_icon.gif) no-repeat left top;}/*映画化*/
#contents .Tv{ background: url(../../eigaka/img/classTv_icon.gif) no-repeat left top;}/*テレビ化*/
#contents .Radio{ background: url(../../eigaka/img/classRadio_icon.gif) no-repeat left top;}/*ラジオ化*/

/*上演・公演タイトルまわり*/
#contents .perform{
	width:320px;
	height:102px;
	background-image: url(../../../img_common/ln_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#contents .book_cover{float:left; border: 1px solid #666;}/*書影*/
#contents .outline{ width:254px; float:right;}
body#media #contents h2{font-size:100%; color:#183057; margin:0;}/*タイトル*/
#contents h2 a,#contents h2 a:link,#contents h2 a:visited{ color:#183057; text-decoration:none;}
#contents h2 a:hover{ color:#183057; text-decoration:underline;}
#contents p.author{ font-size:85%;}/*著者名*/

/*上演・公演プログラム
dl.program { font-size:75%; margin-top:7px; margin-bottom:15px;}
dl.program dt{ background:#dcdcdc; width:75px; float:left;}
dl.program dd{ background:#f0f0f0; margin-left:75px; width:245px;}
*/
/*上演・公演プログラム*/
dl.program { font-size:75%; margin-top:7px; margin-bottom:30px; padding:0; position:relative; top:0; left:0;}
dl.program dt{ background-color:#dcdcdc; width:75px; float:left; margin-bottom:1px;}
dl.program dd{ margin-left:75px; width:245px; background:#f0f0f0; margin-bottom:1px;}
*html dl.program dt{width:75px; position:absolute; left:-75px; }
*html dl.program dd{ margin-left:75px; width:245px; }

dl.program dd span,dl.program dt span{ display:block; padding:5px;}



.MT15{margin-top:15px;}

