@charset "Shift_JIS";

@import "base.css";
@import "sidebar.css";
@import "contents.css";

.page_news{
	background:url(/img/h1-news.jpg) no-repeat;
	}
.page_newslist{
	background:url(/img/h1-newslist.jpg) no-repeat;
	}
.page_report{
	background:url(/img/h1-report.jpg) no-repeat;
	}
.page_interview{
	background:url(/img/h1-interview.jpg) no-repeat;
	}


#tabmenu_news{
	width:650px;
	height:30px;
	background:url(/img/tab_bg_gray.jpg) 0 0 no-repeat;
	position:relative;
	margin-bottom:15px;
	}

#tabmenu_news ul{
	margin-left:5px;
	position:absolute;
	height:25px;
	bottom:0;
	}
#tabmenu_news li{
	float:left;
	}
#tabmenu_news li a{
	text-indent:-9999px;
	display:block;
	width:110px;
	height:25px;
	}
#tabmenu_news li a#menu_news{background:url(/img/news_tab.jpg) 0 0 no-repeat;}
#tabmenu_news li a#menu_newslist{background:url(/img/news_tab.jpg) -110px 0 no-repeat;}
#tabmenu_news li a#menu_report{background:url(/img/news_tab.jpg) -220px 0 no-repeat;}
#tabmenu_news li a#menu_interview{background:url(/img/news_tab.jpg) -330px 0 no-repeat;}

#tabmenu_news li a#menu_news:hover{background:url(/img/news_tab.jpg) 0 -25px no-repeat;}
#tabmenu_news li a#menu_newslist:hover{background:url(/img/news_tab.jpg) -110px -25px no-repeat;}
#tabmenu_news li a#menu_report:hover{background:url(/img/news_tab.jpg) -220px -25px no-repeat;}
#tabmenu_news li a#menu_interview:hover{background:url(/img/news_tab.jpg) -330px -25px no-repeat;}

#show_news #tabmenu_news li a#menu_news{background:url(/img/news_tab.jpg) 0 -25px no-repeat;}
#show_newslist #tabmenu_news li a#menu_newslist{background:url(/img/news_tab.jpg) -110px -25px no-repeat;}
#show_report #tabmenu_news li a#menu_report{background:url(/img/news_tab.jpg) -220px -25px no-repeat;}
#show_interview #tabmenu_news li a#menu_interview{background:url(/img/news_tab.jpg) -330px -25px no-repeat;}



#tabmenu_select{
	background:url(/img/main-box-head1px.jpg) left bottom no-repeat;
	padding-bottom:1px;
	margin-bottom:15px;
	}
#select_year {
	font-size:123%;
	width:650px;
	height:25px;
	margin-bottom:5px;
	}

#select_month {
	font-size:123%;
	width:650px;
	height:25px;
	border-bottom:3px solid #960101;
	}

#select_year li {
	display:block;
	width:55px;
	height:25px;
	float:left;
	overflow:hidden;
	}

#select_year li a {
	display:block;
	width:55px;
	height:25px;
	margin: 0 5px;
	padding: 5px 5px;
	}

#select_year i {
	display:block;
	width:55px;
	height:25px;
	font-weight: bold;
	padding: 5px 5px;
	}


#select_month li {
	background:url(/img/tab_month_bg.jpg) 0 0 no-repeat;
	display:block;
	width:50px;
	height:25px;
	float:left;
	overflow:hidden;
	}
#select_month li a {
	display:block;
	width:50px;
	height:25px;
	margin: 0 5px;
	padding: 5px 5px;
	}

#select_month i {
	display:block;
	width:50px;
	height:25px;
	font-weight: bold;
	background-color: #C0C0C0;
	padding: 5px 10px;
	}


.recent_news {
	display: block;
	width:620px;
	margin:10px;
	overflow:hidden;
	text-align:left;
	font-size:116%;
	}

.news_block_left{
	display:block;
	width:200px;
	float:left;
	}
.news_block_right{
	display:block;
	width:415px;
	float:right;
	margin-left:5px;
	}

.news_block_right .news_title{
	font-size:116%;
	border-bottom:3px double #F2DAD5;
	}
.news_block_right .news_title a{
	font-size:123.1%;
	background:url(/img/arrow_circle_bl.gif) 0 3px no-repeat;
	padding-left:18px;
	padding-bottom:10px;
	}

.news_list_block .news_title{
	background-color:#F2F2F2;
	padding:3px;
	}
.news_list_block .news_title a{
	display:block;
	font-size:116%;
	font-weight:bold;
	background:url(/img/arrow_circle_bl.gif) 0 0 no-repeat;
	padding-left:18px;
	padding-bottom:10px;
	}

.news_box dt{
	text-align:right;
	margin:3px 0;
	font-size:93%;
	font-weight:bold;
	}

.news_detail{
	margin:5px 0 5px 5px;
	}

.news_date{
	color:#999999;
	font-size:108%;
	text-align:right;
	margin:0 5px;
	}

.news_list_block{
	width:630px;
	margin:0 auto;
	text-align:center;
	}

.news_list{
	display:block;
	margin-top:5px;
	text-align:left;
	background:url(/img/border_striped.gif) repeat-x 0 bottom;
	padding-bottom:5px;
	}
.news_list dt{
	width:75px;
	float:left;
	}
.news_list dd{
	width:550px;
	float:left;
	margin-left:3px;
	}
.news_list{}


#cinema_read{
	display:block;
	font-weight:bold;
	font-size:146%;
	margin-bottom:15px;
	}
#cinema_read span{
	display:block;
	margin:5px 10px;
	border-bottom:3px double #E6B5AC;
	padding:10px;
	}

.entry_title{
	text-align:right;
	margin:15px 15px 5px 0;
	}


.center_photo{
	margin:0 auto 10px auto;
	text-align:center;
	}
.left_photo{
	display:block;
	width:240px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
.right_photo{
	display:block;
	width:240px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	}
.left_photo img,.right_photo img{
	margin-bottom:5px;
	}

.question{color: #952101;font-weight:bold;}
.answer{margin:5px 10px 15px 10px;}
.answer_in{color:#993300;}
.news_caption{margin-left:25px;color:#666666;font-size:85%;}

.news_ps{clear:both;border-top:1px dashed #999999;margin-top:40px;padding-top:10px;}

h3.news_h3{font-size:123%;margin:20px 0 10px 0;border-left:15px solid #952101;padding-left:10px;}

/* NEWS RECOMMEND */

#korereco_sp_block{
	display:block;
	background:url(/img/korereco_sp_body.jpg) 0 0 repeat-y;
	width:600px;
	margin:15px auto;
	text-align:center;
	}
#korereco_sp_block h3{
	background:url(/img/korereco_sp_header.jpg) 0 0 no-repeat;
	width:600px;
	height:45px;
	text-align:left;
	}
#korereco_sp_block h3 span{
	display:block;
	text-indent:-9999px;
	}
#korereco_sp_block h4{
	display:block;
	color:#952101;
	margin:0 16px;
	text-align:left;
	}
#korereco_sp_block .answer{margin:5px 16px;
	text-align:left;}
#korereco_sp_block_bottom{
	background:url(/img/korereco_sp_bottom.jpg) left bottom no-repeat;
	width:600px;
	height:20px;
	}

#korereco_sp_block .entry_body {
	display:block;
	/*width:260px;*/
	margin-left:30px;
	}
#korereco_sp_block .entry_body dl{
	display:block;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	float:left;
	height:70px;
	}
#korereco_sp_block .entry_body dt.rl_image{
	width:60px;
	float:left;
	}
#korereco_sp_block .entry_body dd.rl_link{
	width:190px;
	float:left;
	margin-left:5px;
	font-size:96%;
	}
#korereco_sp_block .entry_body span{
	font-size:83%;
	line-height:100%;
	}

/* 1BLOCK */

#korereco_sp_block .rec_1block{
	width:550px;
	text-align:center;
	margin:15px auto;
	}
#korereco_sp_block .rec_1block dl{
	display:block;
	clear:both;
	text-align:left;
	border-bottom:1px dotted #666666;
	margin-bottom:5px;
	padding-bottom:5px;
	}
#korereco_sp_block .rec_1block dt.rl_image{
	width:60px;
	float:left;
	}
#korereco_sp_block .rec_1block dd.rl_link{
	width:480px;
	float:left;
	margin-left:5px;
	font-size:96%;
	}
#korereco_sp_block .rec_1block dd.rl_link strong{
	display:block;
	margin-bottom:5px;
	}
#korereco_sp_block .rec_1block span{
	font-size:83%;
	line-height:100%;
	}


.body_credit{
	display:block;
	width:230px;
	border:1px dotted #952500;
	padding:3px;
	font-size:85%;
	line-height:120%;
	}

dl.news_related:after{
   content: ".";
   display: block;
   width:550px;
   clear: both;
   height: 0;
   visibility: hidden;
	}
dl.news_related{
	 display: inline-block;
	}

/* exlude MacIE5 \*/
* html dl.news_related { height: 1% }
dl.news_related {display:block;}
/* end MacIE5 */

dl.news_related dt{
	width:80px;
	float:left;
	}
dl.news_related dd{
	float:left;
	}
