@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
contents
---------------------------------------------------------------*/
/* キーワード検索 */
#contents #areamain .box#left{
	float: left;
	min-height: 159px;
}
#contents #areamain .box#right{
	float: right;
	min-height: 159px;
}
#contents #areamain #searchk{
	border: 1px solid #EBE7E8;
	border-top: 0;
	width: 324px;
	padding: 6px;
}
#contents #areamain #searchk form{
	background: url(../img/top/bg_searchk.gif) center top no-repeat;
	padding: 16px 0 11px;
	text-align: center;
	margin: 0;
}
#contents #areamain #searchk input{
	vertical-align: middle;
}
#contents #areamain #searchk select{
	border: 1px solid #EBE7E8;
	height: 24px;
	width: 138px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}
#contents #areamain #searchk input.window{
	border: 1px solid #EBE7E8;
	height: 20px;
	width: 149px;
}
#contents #areamain #searchk input.button{
	margin-top: 23px;
}
/* 詳細検索 */
#contents #areamain #searchd{
	border-style: solid;
	border-color: #EBE7E8;
	border-width: 0px 1px 1px 1px;
	padding: 8px;
	width: 184px;
}
#contents #areamain #searchd p{
	padding: 5px 5px 0;
	line-height: 1.2;
}
#contents #areamain #searchd form{
	background: url(../img/top/bg_searchd.gif) center top no-repeat;
	padding: 11px 0;
	text-align: center;
}
/* 日本映画情報システムについて */
#contents #areamain #about{
	border: 4px solid #F0E9E3;
	padding: 5px 17px 0px;
}
#contents #areamain #about h2{
	margin-bottom: 17px;
	border-bottom: 3px solid #F0E9E3;
}
/* 更新情報 */
#contents #areamain #update dl{
	width: 546px;
	border-bottom: 1px dotted #B5B5B5;
	padding: 7px;
}
#contents #areamain #update dt{
	float: left;
	width: 15%;
	margin-right: 1em;
}
#contents #areamain #update dd{
	float: left;
	width: 400px;
}
#contents #areamain #update a{
	text-decoration: none;
}
/*--------------------------------------------------------------
タブ
---------------------------------------------------------------*/
:focus {
	outline:none;
}
#pickupk{
	position: relative;
	width: 561px;
	margin-top: 10px;
	min-height: 217px;
	font-size: 12px;
}
#pickupk .wrap{
	border: 1px solid #EBE7E8;
}
#pickupk .ui-tabs-panel{
	padding: 7px 17px 10px;
	margin: 0;
	width: 526px;
}
#pickupk .ui-tabs-panel ul{
	width: 150px;
	float: left;
	margin-right: 30px;
}
#pickupk .ui-tabs-panel ul.last{
	margin-right: 0px;
}
#pickupk .ui-tabs-panel li{
	border-bottom: 1px dotted #B5B5B5;
	padding: 7px;
}
#contents #pickupk ul.ico_list li{
	background: url(../img/common/ico_list.gif) left 10px no-repeat;
	padding-left: 21px;
}
#pickupk .ui-tabs-panel li.last{
	border-bottom:  none;
}
#pickupk ul.ui-tabs-nav {
	border-bottom: 3px solid #F0BA7A;
}
#pickupk ul.ui-tabs-nav li {
	float: left;
	margin-right: 3px;
	vertical-align: middle;
}
#pickupk ul.ui-tabs-nav li#nav-fragment-6 {
	margin-right: 0px;
}
#pickupk li.ui-tabs-nav-item a {
	background: url(../img/top/bg_tab.jpg) left center no-repeat;
	color: #4B4B4B;
	display: block;
	padding: 6px 0px 0;
	width: 91px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#pickupk li.ui-tabs-nav-item a:hover {
	background: url(../img/top/bg_tab_on.jpg) left center no-repeat;
	color: #976736;
}
#pickupk li.ui-tabs-selected a{
	background: url(../img/top/bg_tab_on.jpg) left center no-repeat;
	color: #9767366;
}
#pickupk .ui-tabs-hide {
	display:none;
}
/*--------------------------------------------------------------
ie6
---------------------------------------------------------------*/
/* キーワード検索・詳細検索部分のmin-height指定 */
*html #contents #areamain .box#left,
*html #contents #areamain .box#right{
	min-height: 159px;
}
*html #contents #areamain #searchk form{
	padding: 16px 0 16px;
}
*html #contents #areamain #searchk input.button{
	margin-top: 18px;
}
/* タブ部分のmin-height指定 */
*html #pickupk{
	height: 217px;
}
/*--------------------------------------------------------------
#detail
---------------------------------------------------------------*/
/* 作品詳細 */
#detail a{
	text-decoration: underline;
}
#detail #moviedetail{
	border: 2px solid #FDDDA6;
	padding: 5px 17px;
	overflow:hidden;
}

#detail #moviedetail h3{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}


#detail #moviedetail h3 span{
	font-size: 0.8em;
}
#detail #moviedetail img.btn-searchw{
	margin-top: 15px;
}

#detail #moviedetail .moviedetail-listL{
	border-bottom: 1px solid #FFCC99;
	width: 245px;
	margin:20px 0;
}
#detail #moviedetail .moviedetail-listR{
	border-bottom: 1px solid #FFCC99;
	width: 245px;
	margin:20px 0;
}

#detail #moviedetail dl dt{
	clear: left;
	float: left;
	background-color: #fddda6;
	width: 7em;
	font-weight: bold;
	padding: 0.4em;
	margin: 0.4em 0;
}
#detail #moviedetail dl dd{
	padding: 0.8em 0 0.8em 9em;
	border-top: 1px solid #FFCC99;
}
#detail #moviedetail-box{
}
p.boxtitle{
	background-color: #fddda6;
	padding: 6px;
	font-weight: bold;
	font-size: 1.2em;
}

#detail #moviedetail-box .contentsbox{
	border: 2px solid #F1EAD8;
	width: 260px;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 20px;
}
#detail #moviedetail-box .contentsbox dl#staff{
	padding: 5px 17px 0px;
	margin-bottom:20px;
}
#detail #moviedetail-box .contentsbox dl#staff dt{
	clear: left;
	float: left;
	background-color: #F1EAD8;
	width: 8em;
	font-weight: bold;
	text-align: center;
	padding: 0.1em 0.2em;
	margin: 0.2em 0;
}

#detail #moviedetail-box .contentsbox dl#staff dd{
	padding: 0.4em 0 0.4em 10em;
}
#detail #moviedetail-box ul{
	padding: 5px 17px 0px;
	margin: 20px 0;
	overflow: hidden;
}
#detail #moviedetail-box ul li{
	padding-bottom: 0.8em;
}
#detail #moviedetail-box .contentsbox2{
	border: 2px solid #F1EAD8;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 20px;
}
#detail #moviedetail-box .contentsbox2 p{
	padding-left: 5px;
	padding-right: 5px;
}
/*--------------------------------------------------------------
#result
---------------------------------------------------------------*/
/* 検索結果 */

#result{}

#result #serch-box-resulttext{}

#result #serch-box-resulttext .serch-resulttext{
	margin: 10px 0;
	padding-left: 5px;
	font-weight: bold;
}
/*ページング*/
#result .pageing-box{
	background-color: #f1ead8;
	padding: 2px 2px;
}
#result .pageing-box p{
	font-weight: bold;
	vertical-align: middle;
	margin:0px;
	padding-left:10px;
	padding-top:5px;
}
#result .pageing img{
	vertical-align: bottom;
	vertical-align: middle;
}
#result .pageing ul{
	margin:2px 0;
}
#result .pageing ul li{
	display: inline;
	margin: 0px 0px;
	text-align:center;
}
#result .pageing ul li span a{
	background-color: #FFFFFF;
	padding:3px 5px 5px 5px;
	overflow:hidden;
}
/*IE6*/
* html #result .pageing ul li span a{
	background-color: #FFFFFF;
	padding:4px 5px;
	overflow:hidden;
}
/*IE7*/
*+html #result .pageing ul li span a{
	background-color: #FFFFFF;
	padding:3px 5px 4px 5px;
	overflow:hidden;
}

/*検索結果一覧・*/
#result #serch-box-resulttable{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 560px;
}
#result #serch-box-resulttable table,
#result #serch-box-resulttable table th,
#result #serch-box-resulttable table td{
	border: solid 1px #d8ceb5;
	border-collapse: collapse;
}
#result #serch-box-resulttable table .rt_name{
	width: 25%;
}
#result #serch-box-resulttable table .rt_category{
	width: 20%;
}
#result #serch-box-resulttable table .rt_year{
	/*width: 15%;*/
	width: 18%;
}
#result #serch-box-resulttable table .rt_production{
	width: 20%;
}
#result #serch-box-resulttable table .rt_company{
	width: 20%;
}
#result #serch-box-resulttable table tr.odd{
	background-color: #ffffff;
}
#result #serch-box-resulttable table tr.even{
	background-color: #ebebea;
}
#result #serch-box-resulttable table th{
	background-color: #f1ead8;
	text-align: left;
	padding: 8px;
}
#result #serch-box-resulttable table th span{
	float: left;
}
#result #serch-box-resulttable table th div.sortarea{
	text-align: right;
}
#result #serch-box-resulttable table td{
	padding: 8px;
}
#result #serch-box-resulttable .serch-box-hidden{
	padding: 2px 8px;
}
#result #serch-box-resulttable .serch-box-hidden .sortarea{
	padding-top: 4px;
}
#result #serch-box-resulttable .serch-box-hidden .sortarea img{
	padding-top: 2px;
}
/*詳細情報のインラインテーブル*/
#result  #serch-box-resulttable tr.inline td{
	padding: 0;
}
#result #serch-box-resulttable tr.inline table,
#result #serch-box-resulttable tr.inline table th,
#result #serch-box-resulttable tr.inline table td{
	border: none;
}
#result #serch-box-resulttable tr.inline table td{
	padding: 8px;
}
#result #serch-box-resulttable tr.inline table th.odd{
	background-color: #ffffff;
	padding: 8px;
}
#result #serch-box-resulttable tr.inline table th.even{
	background-color: #ebebea;
	padding: 8px;
}
#result #serch-box-resulttable tr.inline table th.odd a,
#result #serch-box-resulttable tr.inline table th.even a{
	color: #333;
	font-weight: normal;
}
/*クリックして展開したあと*/
#result #serch-box-resulttable tr.inline table th.onclick{
	background-color: #ffffff;
	padding: 8px 8px 8px 16px;
}
#result #serch-box-resulttable tr.inline table th.onclick a{
	
}
#result #serch-box-resulttable tr.inline table tr.movienamelist{
	display: none;
}
#result  #serch-box-resulttable tr.inline td ul{
	padding-left: 10px;
	background-color: #ebebea;
	margin:-5px 0px 0px 20px;
}
#result  #serch-box-resulttable tr.inline td ul li{
	line-height:2;
}
/*--------------------------------------------------------------
#detailsearch
---------------------------------------------------------------*/
/* 詳細検索 */
#detailsearch p{
	padding: 10px 8px;
}
#detailsearch #detailsearch-table table,
#detailsearch #detailsearch-table table th,
#detailsearch #detailsearch-table table td{
	border: solid 1px #c0c9ab;
	border-collapse: collapse;
}
#detailsearch #detailsearch-table table th{
	background-color: #f8fbef;
	text-align:left;
	padding: 8px;
}
#detailsearch #detailsearch-table table th.th{
	width: 30%;
}
#detailsearch #detailsearch-table table td{
	padding: 8px;
}
#detailsearch #detailsearch-table table td.td{
	width: 70%;
}
#detailsearch #detailsearch-table div.serchk{
	background: url(../img/top/bg_searchd.gif) center top no-repeat;
	padding: 18px 0;
	text-align: center;
	margin-top: 10px;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■ 
印刷用
■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media print{

* {
    vertical-align: 0;
}


#result{
	width:165mm;
}

#result .pageing-box{
	background-color: #ffffff;
	padding: 2px 2px;
}
#result #serch-box-resulttable{
	margin-top: 10px;
	margin-bottom: 0px;
	width:165mm;
    background: white;
}



