@charset "UTF-8";

/* ----------------------------------------------------------------
　レイアウト
---------------------------------------------------------------- */
#news_list_sub{
	float:left;
	width:205px;
	margin:0 0 20px 0;
	padding:0;
}
#news_list_main{
	float:right;
	width:395px;
	margin:0 0 20px 0;
	padding:0;
}
#news_list_sub:after,
#news_list_main:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}

/* ----------------------------------------------------------------
　トピックタブ
---------------------------------------------------------------- */
#topic {
    margin: 5px 0 0 0;
}
.topic_tab {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2px;
}
.topic_tab li {
    float: left;
    margin: 0 0 0 -1px;
    min-width: 84px; /* be nice to Opera */
}
.topic_tab a, .topic_tab a span {
    display: block;
    padding: 0 10px;
}
.topic_tab a,
.topic_tab a span{
    background: url(http://www.nishinippon.co.jp/common/css/img/tab_04.gif) no-repeat;
}
.topic_tab_dispatch a,
.topic_tab_dispatch a span{
    background: url(http://www.nishinippon.co.jp/common/css/img/tab_04.gif) no-repeat;
}
.topic_tab a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.topic_tab .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #333333;
}
.topic_tab a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
* > .topic_tab a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.topic_tab .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.topic_tab .ui-tabs-selected a,
.topic_tab a:hover,
.topic_tab a:focus,
.topic_tab a:active,
.topic_tab_dispatch .ui-tabs-selected a,
.topic_tab_dispatch a:hover,
.topic_tab_dispatch a:focus,
.topic_tab_dispatch a:active {
    background-position: 100% -150px;
}
.topic_tab a,
.topic_tab .ui-tabs-disabled a:hover,
.topic_tab .ui-tabs-disabled a:focus,
.topic_tab .ui-tabs-disabled a:active,
.topic_tab_dispatch a,
.topic_tab_dispatch .ui-tabs-disabled a:hover,
.topic_tab_dispatch .ui-tabs-disabled a:focus,
.topic_tab_dispatch .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.topic_tab .ui-tabs-selected a span,
.topic_tab a:hover span,
.topic_tab a:focus span,
.topic_tab a:active span,
.topic_tab_dispatch .ui-tabs-selected a span,
.topic_tab_dispatch a:hover span,
.topic_tab_dispatch a:focus span,
.topic_tab_dispatch a:active span {
    background-position: 0 -50px;
}
.topic_tab a span,
.topic_tab .ui-tabs-disabled a:hover span,
.topic_tab .ui-tabs-disabled a:focus span,
.topic_tab .ui-tabs-disabled a:active span,
.topic_tab_dispatch a span,
.topic_tab_dispatch .ui-tabs-disabled a:hover span,
.topic_tab_dispatch .ui-tabs-disabled a:focus span,
.topic_tab_dispatch .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.topic_tab .ui-tabs-selected a:link,
.topic_tab .ui-tabs-selected a:visited,
.topic_tab .ui-tabs-disabled a:link,
.topic_tab .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.topic_tab a:hover,
.topic_tab a:focus,
.topic_tab a:active,
.topic_tab .ui-tabs-unselect a:hover,
.topic_tab .ui-tabs-unselect a:focus,
.topic_tab .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-panel {
    padding: 1em 8px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(http://www.nishinippon.co.jp/common/css/loading.gif) no-repeat 0 50%;
}
.ui-tabs-hide {
    display: none;
}
/* Additional IE specific bug fixes... */
* html .topic_tab { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .topic_tab  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* トピックボックス */
.topic_news,
.topic_dispatch {
    border-width:1px;
    border-style:solid;
    padding:10px;
    clear:both;
}
.topic_news {
    border-color:#ADCFF7;
}
.topic_dispatch {
    border-color:#93C1F7;
}
.topic_news h4{
	clear:both;
	margin:0;
	padding:2px 5px;
	line-height:1.2;
	background:url(/entertainment/css/img/h4_bg.gif) repeat-y left;
	/*background: #F3F9FF;*/
	border:1px solid #93C1F7;
	/*border-bottom:1px solid #CCC;*/
	clear:both;
}
.topic_news ul{
    margin:5px 0 10px 0;
	list-style:none;
}
.topic_news ul li{
	padding:2px 0 2px 20px;
	list-style:none;
	background:url(/entertainment/css/img/list2.gif) no-repeat top left;
}
.topic_news a { color:#000000; text-decoration:none;}
.topic_news a:hover { color:#ff5959; text-decoration:underline;}

.topic_news .topic_news_list {
    width:410px;
    float:left;
}
.topic_news .img_box {
    float:right;
    margin-left:30px;
    width:160px;
}
.topic_news .img_box img {
    margin:5px auto;
}

/* 動画イメージ ------------------------------------------------ */
.topic_news .movie_img{
    float:right;
	margin:0;
	padding:0 0 0 10px;
	/*background: url(../images/movie_img_bg.gif) repeat-y;*/
}
.topic_news .movie_img img{
	margin:0;
	padding:0;
	width: 160px;
	height:120px;
	border:1px solid #CCC;
}
p.news_item_bottom{
	clear:both;
	margin-top:0.6em;
}
.news_item_bottom a,
.news_item_bottom a:link,
.news_item_bottom a:visited,
.news_item_bottom a:active { color: #00F; text-decoration: none;}
.news_item_bottom a:hover { color: #00F; text-decoration: underline;}

/* ニュース記事 ------------------------------------------------ */
/* ニュース記事タイトル */
.topic_news .news_item_title {
	color:#333333;
	margin:0;
	padding:2px 0 2px 20px;
	line-height:1.2;
	background:url(/entertainment/css/img/list2.gif) no-repeat top left;
}
/* ニュース記事本文 */
.topic_news .news_item_body {
	padding:5px 0 0 0;
	line-height:1.3;
}
.topic_news .news_item_body p {
	margin:0;
	padding:0;
}
/* 写真窓 */
.topic_news .news_item_body .img_box {
	margin:0 0 10px 10px;
	padding:0;
	text-align:center;
	background: url(/entertainment/css/img/b_back1.gif) repeat-x;
	border:1px solid #b2d1ff;
}
.topic_news .news_item_body .img_box img {
	margin:5px;
}
.topic_news .news_item_body .img_box .caption {
	padding:0 5px 5px 5px;
	text-align:left;
	font-size:80%;
	line-height:1.2;
}
.topic_news p.news_item_more{
	margin-top:0.6em;
}
.topic_news .news_item_more a,
.topic_news .news_item_more a:link,
.topic_news .news_item_more a:visited, 
.topic_news .news_item_more a:active { color: #00F; text-decoration: none;}
.topic_news .news_item_more a:hover { color: #00F; text-decoration: underline;}

.topic_news .news_item_foot {display:none;}

/* チケポン ---------------------------------------------------- */
.topic_news div.Ticketpon{
	float:left;
	width:280px;
	margin:0;
	padding:0 18px 5px 0;
	line-height:120%;
}
.topic_news div.Ticketpon img{
	margin:0 5px 0 0;
	padding:0;
	width:76px;
	height:50px;
}
.topic_news #TickeponBottom{
	clear:both;
	margin-top:5px;
	padding:5px;
	color:#333333;
	text-align:right;
}

/* 映画 -------------------------------------------------------- */
.topic_news div.pickup_mov{
	float:left;
	display:block;
	width:190px;
	margin-right:5px;
	padding:5px 0;
	line-height:1.2;
}
.topic_news div.pickup_mov img.photo{
	clear: both;
	float:left;
	margin:0 5px 5px 2px;
	padding:0;
	border:1px solid #ccc;
}

/* BOOK -------------------------------------------------------- */
.topic_news #bookBox{
	clear: both;
	margin:0;
	padding:0;
}
.topic_news #bookBox:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.topic_news div.book_entry{
	float:left;
	width:189px;
	height:95px;
	margin:0;
	padding:5px 5px 0 5px;
	border-bottom:1px solid #FFF;
}
.topic_news div.book_entry img {
	float: right;
	margin-left: 6px;
	border:1px solid #CCC;
}
.topic_news div.book_entry p{
	margin:0;
	padding:0;
	line-height:120%;
}

/* 携帯写場 ---------------------------------------------------- */
.topic_news #syaba{
	clear: both;
	margin:0;
	padding:0;
}
.topic_news #syaba:after {
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.topic_news div.syaba_entry{
	display:inline;
	float:left;
	width:132px;
	margin:5px 0;
	padding:5px 7px;
	text-align:center;
	border-right:1px solid #ccc;
}
.topic_news div.syaba_entry img {
	margin:0 auto 5px auto;
	border:1px solid #CCC;
}
.topic_news div.syaba_entry p{
	margin:0;
	padding:0;
	line-height:120%;
	text-align:left;
}
.topic_news div.syaba_entry p span{
	color:#666;
	font-size:10px;
}


/* ----------------------------------------------------------------
　カテゴリーヘッダー
---------------------------------------------------------------- */
.news_index_header {
	height:30px;
	margin:0;
	padding:0;
	background:#09C url(/entertainment/images/h_back4.gif) repeat-x top;
	border:1px solid #09C;
}
.news_index_header h2 {
	height:30px;
	margin:0 5px;
	padding:0 0 0 30px;
	color:#FFF;
	line-height:30px;
}
.news_index_header h2.e1 { 
	background: url(/entertainment/images/list1.gif) no-repeat left top;}
.news_index_header h2.e2 { 
	background: url(/entertainment/images/list2.gif) no-repeat left top;}
.news_index_header h2.e3 { 
	background: url(/entertainment/images/list3.gif) no-repeat left top;}
.news_index_header h2.e4 { 
	background: url(/entertainment/images/list4.gif) no-repeat left top;}
.news_index_header h2.e5 { 
	background: url(/entertainment/images/list5.gif) no-repeat left top;}

#Box .news_index_header h2 a{ color:#FFF; text-decoration:none;}
#Box .news_index_header h2 a:link { color: #FFF; text-decoration: none;}
#Box .news_index_header h2 a:visited { color: #FFF; text-decoration: none;}
#Box .news_index_header h2 a:active { color: #FFF; text-decoration: none;}
#Box .news_index_header h2 a:hover{ color: #FFF; text-decoration: underline;}

/* ----------------------------------------------------------------
　音楽
---------------------------------------------------------------- */
#music{
	width:195px;
	margin:0 0 10px 0;
	padding:5px;
	background-color:#CCCCCC;
}
#musicinner{
	margin:5px 0 0 0;
	padding:5px;
	background-color:#FFF;
}
#musicinner h4{
	margin:0 0 5px 1px;
	padding:0 5px;
	font-size:100%;
	line-height:1.2;
	border-left:4px solid #FF6600;
}
#musicinner p{
	margin:0;
	padding:5px 0 0 0;
	line-height:1.2;
	border-top:1px dotted #CCC;
}
#music p img{
	float:right;
	margin-top:5px;
	border:none;
}
#music a:link { color: #333; text-decoration: none;}
#music a:visited { color: #333; text-decoration: none;}
#music a:active { color: #333; text-decoration: none;}
#music a:hover { color: #00F; text-decoration: underline;}

/* ----------------------------------------------------------------
　クロスＭＡＸ
---------------------------------------------------------------- */
#crossmax{
	clear:both;
	width:395px;
	margin:0 0 15px 0;
	padding:0;
	background-color:#4DB7DB;
}
#crossmax:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
/* 見出し */
.cross_header{
	height:30px;
	padding:0;
	margin:0;
	background:#FFFF00 url(/entertainment/css/img/h_back5.gif) repeat-x center;
	border:1px solid #4DB7DB;
	text-align:center;
}
.cross_header h2.e3{
	margin:0 auto;
	padding:0;
}
div.lead{
	margin:0;
	padding:3px;
	color:#FFF;
	font-size:10px;
	text-align:center;
}
#crossmax h3{
	height:40px;
	margin:0;
	padding:0;
}
#crossmax h3.b-get{ background: url(/entertainment/images/get_h3.gif) no-repeat;}
#crossmax h3.b-qmusic{ background: url(/entertainment/images/qmusic_h3.gif) no-repeat;}
#crossmax h3.b-creator{ background: url(/entertainment/images/creator_h3.gif) no-repeat;}
#crossmax h3.b-santana{ background: url(/entertainment/images/santana_h3.gif) no-repeat;}

/* 枠 */
#crossmax div.bana{
	clear:both;
	width:385px;
	margin:0 auto 5px auto;
	padding:0;
	background:url(img/cross_bg.gif) repeat-y center;
}
#crossmax div.bana:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
div.c_waku1{
	float:left;
	width:190px;
	margin:0;
	padding:0;
}
div.c_waku2{
	float:right;
	width:190px;
	margin:0;
	padding:0;
}
#crossmax a:link { color: #333; text-decoration: none;}
#crossmax a:visited { color: #333; text-decoration: none;}
#crossmax a:active { color: #333; text-decoration: none;}
#crossmax a:hover { color: #0000FF; text-decoration: underline;}

/* photolist */
#crossmax div.topphoto2{
	margin:0;
	padding:4px 0;
}
#crossmax div.topphoto2 div.newkiji-photo{
	margin:0 auto 5px auto;
	text-align: center;
}
#crossmax div.topphoto2 img{
 	border:1px solid #CCC;
}
#crossmax div.topphoto2 p.lead{
	margin:0 0 0 1em;
	font-size:100%;
	line-height: 1.2;
}
#crossmax div.topphoto2 p.read-more{
	margin:0 5px 5px 5px;
	font-size:100%;
	line-height: 1.2;
}

/* ----------------------------------------------------------------
　チケポンバナー
---------------------------------------------------------------- */
#top_pon{
	clear:both;
	height:50px;
	margin:5px 0 15px 0;
	padding:0;
}

/* ----------------------------------------------------------------
　芸能ニュース
---------------------------------------------------------------- */
#geinou{
	clear:both;
	margin:0 0 20px 0;
	padding:0;
}
/* ----------------------------------------------------------------
　芸能動画
---------------------------------------------------------------- */
#movie{
	clear:both;
	margin:0 0 20px 0;
	padding:0;
}

/* ----------------------------------------------------------------
　シネマ
---------------------------------------------------------------- */
#cinema{
    clear:both;
	margin:0 0 20px 0;
	padding:0;
}
/* ナビ */
#cnavi {
	clear:both;
	position:relative;
	color:#003399;
	margin:0;
	padding:5px 0 0 0;
	background:url(/entertainment/css/img/b_back3.gif) repeat-x top;
}
#cnavi ul {
	padding:0 0 5px 0;
	text-align:right;
}
#cnavi ul li {
	display:inline;
	padding:1px 5px 1px 10px;
	border-left:1px solid #b8c1c9;
}

#cnavi li a:link { color: #333; text-decoration: none;}
#cnavi li a:visited { color: #333; text-decoration: none;}
#cnavi li a:hover { color: #09C; text-decoration: underline;}
#cnavi li a:active { color: #333; text-decoration: underline;}

/* リスト */
.cinema_index {
	margin:0;
	padding:5px 0;
}
.cinema_index ul {
	margin:5px 0 10px 0;
	list-style:none;
}
.cinema_index ul li {
	padding:2px 0 2px 20px;
	background:url(/entertainment/css/img/list2.gif) no-repeat top left;
}
.cinema_index li a:link { color: #333; text-decoration: none;}
.cinema_index li a:visited { color: #333; text-decoration: none;}
.cinema_index li a:active { color: #333; text-decoration: none;}
.cinema_index li a:hover { color: #0000FF; text-decoration: underline;}

.cinema_index h4 {
	margin:0 0 0 0;
	padding:2px;
	color: #333;
	border-bottom:1px solid #CCC;
}
.cinema_index h4 a {
	color: #333;
	text-decoration:none;
}
.cinema_bottom{
	clear:both;
	margin-top:5px;
	padding:5px;
	text-align:right;
}

/* ----------------------------------------------------------------
　チケポン
---------------------------------------------------------------- */
#news_list_sub dd div.Ticketpon{
	clear:both;
	height:70px;
	margin:0;
	padding:5px 0 0 0;
	font-size:12px;
	line-height:120%;
	border-bottom:1px solid #b2d1ff;
}
#news_list_sub dd div.Ticketpon img{
	margin:0 5px 0 0;
	padding:0;
	width:76px;
}
#news_list_sub dd #TickeponBottom{
	clear:both;
	margin-top:5px;
	padding:0;
	color:#333333;
	text-align:right;
}

/* ----------------------------------------------------------------
　ニュース記事
---------------------------------------------------------------- */
#news_item{
	clear: both;
	margin:0;
	padding:0;
	line-height: 1.5;}

/* ニュース記事タイトル */
#news_item .news_item_title {
	color:#333333;
	margin:0;
	padding:7px 10px;
	background:#FFF url(/entertainment/css/img/h_back2.gif) repeat-x bottom;
	border-top:2px solid #4DB7DB;
}
#news_item .news_item_title a {
	text-decoration:none;
	color:#333333;
}
/* ニュース記事追碓﨣i日時など） */
#news_item .news_item_meta {
	display:none;
}

/* ニュース記事本文 */
#news_item .news_item_body {
	/*background: url(/common/css/news/line_dot.gif) repeat-x;*/
	padding:10px 5px;
	background:#FFF;
}
#news_item .news_item_body p {
	margin-bottom:0.6em;
}
#news_item .news_item_body .img_box {
	margin:0 0 10px 10px;
}
.news_item_more a:link { color: #00F; text-decoration: none;}
.news_item_more a:visited { color: #00F; text-decoration: none;}
.news_item_more a:active { color: #00F; text-decoration: none;}
.news_item_more a:hover { color: #00F; text-decoration: underline;}

div.news_item_more{
	margin:0 0 0 5px;
}

/* ニュース記事追唄燉e */
#news_item .news_item_foot {
	display:none;
}

/* ニュース付属コンテンツ */
#news_item_sub {
	margin:5px;
}
#news_item_sub h3{
	margin-bottom:3px;
}

/* 写真窓 */
#news_item .img_box {
	padding:0;
	text-align:center;
}
#news_item .img_box img {
	margin:0;
}
#news_item .img_box .caption {
	margin:5px 0;
	text-align:left;
	font-size:80%;
	line-height:1.2;
}

/* ----------------------------------------------------------------
　ニュース一覧
---------------------------------------------------------------- */
.news_index {
	margin:0;
	padding:5px;
	background:#FFF;
}
.news_index ul {
	margin:0;
	list-style:none;
}
.news_index ul li {
	padding:2px 0 2px 20px;
	list-style:none;
	background:url(/entertainment/css/img/list2.gif) no-repeat top left;
}
.news_index li a:link { color: #333; text-decoration: none;}
.news_index li a:visited { color: #333; text-decoration: none;}
.news_index li a:active { color: #333; text-decoration: none;}
.news_index li a:hover { color: #0000FF; text-decoration: underline;}

.news_index h4 {
	margin-left:20px;
}
.news_index h4 a {
	color:#003399;
	text-decoration:none;
}

/* ----------------------------------------------------------------
　ニュースサブコンテンツ一覧
---------------------------------------------------------------- */
#news_list_sub dl{
	margin-bottom:10px;
	border:1px solid #b2d1ff;}

#news_list_sub dt {
	background: url(/entertainment/css/img/b_back3.gif) repeat-x left top;
	font-weight:bold;
	padding:5px 10px;
	line-height:1.2;
}
#news_list_sub dd {
	padding:0 5px 5px 5px;
	line-height:1.3;
}
#news_list_sub dd img{
	padding:5px 0;
}
#news_list_sub ul {
	margin:5px;
	list-style:none;
}
#news_list_sub ul li {
	padding:2px 0 2px 10px;
	background:url(/entertainment/css/img/list6.gif) no-repeat;
}
#news_list_sub dt a,
#news_list_sub dt a:link { color: #333; text-decoration: none;}
#news_list_sub dt a:visited { color: #333; text-decoration: none;}
#news_list_sub dt a:active { color: #333; text-decoration: none;}
#news_list_sub dt a:hover { color: #0000FF; text-decoration: underline;}

#news_list_sub dd a,
#news_list_sub dd a:link { color: #0000FF; text-decoration: none;}
#news_list_sub dd a:visited { color: #0000FF; text-decoration: none;}
#news_list_sub dd a:active { color: #0000FF; text-decoration: none;}
#news_list_sub dd a:hover { color: #0000FF; text-decoration: underline;}

#news_list_sub dd li a,
#news_list_sub dd li a:link { color: #333; text-decoration: none;}
#news_list_sub dd li a:visited { color: #333; text-decoration: none;}
#news_list_sub dd li a:active { color: #333; text-decoration: none;}
#news_list_sub dd li a:hover { color: #0000FF; text-decoration: underline;}


