@charset "utf-8";

/* @import "reset.css"; */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	*line-height:1.5;
	list-style-position:outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=======================================================*/
/* float解除 */
/*=======================================================*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/*@import "common.css";*/
@charset "utf-8";

/*#########################################################*/
/* common

*Tag Style
 -body
 -a
 -h1～h4 
 -ルビ
 -プルダウンメニュー
 
*common UI
 -table
 -スクロールナビゲーション
 -showhide
 -インデント付テキスト
 -ボタン（基本）btn_simple
 -ボタン（50音）list_50on
 -ボタン（都道府県）list_todohuken
 -ボタン（テキストの横に並ぶ）box_btn_paranemic
 -columnbox内の部品
 -h1横のリンク
 -公演シリーズのボタン群　#slideArea
 -つのがき
 -タブボタン
 -タブ内のテーブルにタブを作る tbl_tab
 -Flashエリア
 -dt、ddが横に並ぶdl
 -2列横並びのテキスト tbl-cell
 -画像詳細表示 imgArea
 -画像一覧表示などのイメージボックス ul.imgList
 -画像表示テーブルに左右ボタンを付ける box_pageChange
 -form
  :テキストボックス
  :検索結果を見る
  :検索対象選択


*/
/*#########################################################*/

/*=======================================================*/
/*Tag Style
/*=======================================================*/

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#4c4c4c;
}

a{
	color:#C00;
}
/*a:visited{color:#666;}*/
a img,img {
	border:none;
}

h1{
	margin-bottom:35px;
	padding-left:25px;
	font-size:135%;
	background:url(../cmn_img/icon_h1.gif) no-repeat 0 50%;
	line-height:1.3;
	font-weight:normal;
}

h2{
	margin:30px 0 15px 0;
	padding-left:10px;
	font-size:120%;
	border-left:4px solid #800;
	line-height:1.3;
	font-weight:normal;
}
/* h2の横にフォームが来るようにする*/
.rowElem h2{display:inline;}

h3{
	margin:20px 0 15px 0;
	padding-left:10px;
	font-size:110%;
	border-left:2px solid #800;
	line-height:1.3;
	font-weight:normal;
}
h4{
	margin:15px 0;
	font-size:100%;
	line-height:1.3;
	font-weight:bold;
}

/*=======================================================*/
/* p */
.section>p{
	margin:15px 0;
	line-height:1.4;
	font-size:90%;
}
/* ※マーク */
p.txt_kome{
	text-indent:-1em;
	margin-left:1em;
}


/*=======================================================*/
/* ルビ設定 */

/* Firefox、Safari、Opera用指定 */
ruby {
	display			:inline-table;
	text-align		:left;
	text-indent		:0px;
	white-space		:nowrap;
	border			:none;
	margin			:0px;
	padding			:0px 0px 0em 0px;
	line-height		:1;
	height			:1em;
	vertical-align	:text-bottom;
	border			:none;
}
/* IE7用指定 */
*:first-child+html ruby {
	white-space		:normal;
	padding			:0px;
}
/* IE6用指定 */
* html body ruby {
	white-space:normal;
	display:inline-table;
	vertical-align:baseline;
	padding:0px;
}


/* rb（本文）
------------------------------------------- */
/* Firefox、Safari、Opera用指定 */
rb {
	display:inline;
	line-height:1;
	text-align:left;
	border:none;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}

a.ttl_txt rb{
	text-decoration:underline;
	padding-bottom:3px;
	display:inline-block;
}

/* IE7用指定 */
*:first-child+html rb {
	white-space:normal;
}
/* IE6用指定 */
* html body ruby rb {
	display:table-row-group;
	vertical-align:bottom;
	white-space:normal;
}


/* rt（フリガナ）
------------------------------------------- */
/* Firefox、Safari、Opera用指定 */
rt {
	display:table-header-group;
	font-size:65%;
	line-height:1.1;
	text-align:ledt;
	white-space:nowrap;
	border:none;
	margin:0px;
	padding:0px;
}


/* IE7用指定 */
*:first-child+html rt {
	white-space		:normal;
}
/* IE6用指定 */
* html body ruby rt {
	white-space:normal;
	line-height:1em;
	display:table-header-group;
	position:static;
	top:0em;
}


/* rp（CSS OFF状態での区切り文字、通常不可視）
------------------------------------------- */
/* 全ブラウザ共通指定 */
rp {
  display:none;
}


/*=======================================================*/
/* プルダウンメニュー　*/

form.jqtransformdone div.rowElem{
	clear:both;
	padding:10px 0px;
	height:35px;
	vertical-align:middle;
}

.jqTransformSelectWrapper {
	width:120px;
	vertical-align:middle;
	position:relative;
	height: 31px;
	background:#FFF;
	border:2px #ddd solid;
	display:inline-block;
	/display:inline;/*for IE7*/
	zoom:1;
}

.jqTransformSelectWrapper div span {
	
	font-size: 90%;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
	background: url(../plays/images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 180px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}

span.formText{
	height:31px;
	margin:5px;
	display:inline-block;
	/display:inline;/*for IE7*/
	/zoom:1;/*for IE7*/
	/height:auto;/*for IE7*/
	line-height:1.4;
}

/* -- Hidden - used to hide the original form elements　-- */
.jqTransformHidden {display: none;}



/*=======================================================*/
/*common UI
/*=======================================================*/

/*=======================================================*/
/* table.tbl_common */
table.tbl_common{
	margin:15px 0;
	border-collapse:collapse;
	font-size:90%;
	line-height:1.4;
}
table.tbl_common th,
table.tbl_common td{
	padding:15px;
	border:1px solid #ccc;

}

table.tbl_common th{
	background:#E9EAD7;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

/*=======================================================*/
/* table.tbl_list */

/* 表示件数-------------------------------------- */
p.kensu{
	float:left;
	line-height:1.4;
}

/* ページネーション----------------------------- */
ul.pagination{
	float:right;
	margin:15px 0;
	line-height:1.4;
	font-size:90%
}

ul.pagination li{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	margin-left:10px;
}
ul.pagination li:first-child{
	margin-left:0;
	margin-right:10px;
}


/* テーブル------------------------------------- */
table.tbl_list,
table.tbl_list02{
	width:100%;
	margin:15px 0;
	border-collapse: separate;
	font-size:90%;
	line-height:1.4;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
table.tbl_list th,
table.tbl_list td,
table.tbl_list02 th,
table.tbl_list02 td{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.tbl_list th,
table.tbl_list02 th{
	white-space:nowrap;
	background:#ccb99d;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

table.tbl_list td,
table.tbl_list02 td{
	vertical-align:top;
}

table.tbl_list tr:nth-child(2n+1) {
    background:#f1ece7;
}

/* col_btn ボタンが入るテーブルグループ*/
.col_btn {
	width:100px
}

/* ttl_link */
table.tbl_list a.ttl_link{
	font-size:115%;
	color:#000;
}

table.tbl_list a.ttl_link:hover{
	font-size:115%;
	color:#c00;
}

/* ttl_txt */ 
.ttl_txt{
	font-size:115%;
}

a.ttl_txt{
	font-size:115%;
	color:#4c4c4c;
	text-decoration:none;
}



/*=======================================================*/
/* スクロールナビゲーション*/

#scroll_nav{
	height:210px;
	position:fixed;
	top:133px;
	right:0px;
	width: 55px;
    background:transparent url(../cmn_img/nav_scroll.jpg) no-repeat top left;
	z-index:10000;
}
#scroll_nav ul{
    margin:0;
	padding:0;
    width:53px;
	position:relative;
}
#scroll_nav ul li{
	margin:1px 1px 2px 2px;
	padding:0;
	height:auto;
	float:left;
	background:#0C0;
}

#scroll_nav li#to_home a{
    width:50px;
    height:57px;
	display:block;
}
#scroll_nav li#to_back a{
    width:50px;
    height:72px;
	display:block;
}
#scroll_nav li#to_top a{
    width:50px;
    height:71px;
	display:block;
	
}
#scroll_nav li#to_home a {
    background:transparent url(../cmn_img/nav_scroll.jpg) no-repeat -2px -2px;
}
#scroll_nav li#to_home a:hover {background-position: -56px -2px;}

#scroll_nav li#to_back a{
    background:transparent url(../cmn_img/nav_scroll.jpg) no-repeat -2px -62px;
}
#scroll_nav li#to_back a:hover {background-position: -56px -62px;}

#scroll_nav li#to_top a{
    background:transparent url(../cmn_img/nav_scroll.jpg) no-repeat -2px -135px;
}
#scroll_nav li#to_top a:hover {background-position: -56px -135px;}

#scroll_nav li span {
	display:none;
}

#scroll_nav{_display:none;}/*IE6は表示しない*/

/*=======================================================*/
/* showhide*/

.col_showhide{
	width:450px;
}
.more{
	cursor:pointer;
	display:inline-block;
	/display:inline;/*forIE7*/
	/zoom:1;/*forIE7*/
	float:right;
	text-align:right;
	text-decoration:underline;
	padding:0 5px; 
	line-height:1.4;
}

.box_more{
	display:none;
}



/*=======================================================*/
/* インデント */
p.txt_indent01{	padding-left:1em;}
p.txt_indent02{	padding-left:2em;}
p.txt_indent03{	padding-left:3em;}
p.txt_indent04{	padding-left:4em;}
p.txt_indent05{	padding-left:5em;}
p.txt_indent06{	padding-left:6em;}

p.period{
	text-indent:-5em;
	margin-left:5em;
}
p.venue{
	text-indent:-3em;
	margin-left:3em;
}



/* ボタン（基本）btn_simple　*/
/*=======================================================*/
p.btn_simple{
	position:relative;
	white-space:nowrap;
}

.btn_simple a{
	display:inline-block;
	width:auto;
	white-space:nowrap;
	padding:5px;

	border:2px solid #9f8261;
	color:#000;
	text-align:center;
	font-size:115%;
	text-decoration:none;
	vertical-align:middle;
	line-height:1.4;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f1ece7;
	position:relative;

	-webkit-box-shadow:#d2c9bc 0 1px 1px;
	-moz-box-shadow:#d2c9bc 0 1px 1px;
	box-shadow:#d2c9bc 0 1px 1px;
	behavior:url(/dglib/cmn_css/PIE.htc);
}

.btn_simple a:hover{
	color:#c00;
}

.btn_simple a:active{
	top:1px;
	background:#ccb99d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	behavior:url(/dglib/cmn_css/PIE.htc);
	background:#ccb99d;
	
}

/* 選択中 */
.btn_simple a.btn_active{
	top:1px;
	background:#ccb99d;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	behavior:url(/dglib/cmn_css/PIE.htc);
}

.btn_simple a.btn_active:hover{
	color:#000;/*マウスオーバーしても文字色が変わらないようにする */
}



/*=======================================================*/
/* ボタン（50音順）list_50on　*/
div.list_50on{
	margin:0 0 20px -10px;
	position:relative;
}
div.list_50on ul{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	margin:10px 0 0 10px;
}
div.list_50on ul li{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	margin-left:3px;
}

div.list_50on ul li:first-child{
	font-size:130%;
	margin-left:0;
}

div.list_50on ul li a{
	min-width:30px;
	line-height:1;
	line-height:1.2;
}
div.list_50on ul li span{/*リンクがない場合はspanで対応*/
	display:inline-block;
/*	position:absolute;*/
	min-width:30px;
	white-space:nowrap;
	padding:5px;
	line-height:1.2;
	vertical-align:middle;

	border:2px solid #9f8261;
	color:#999;
	text-align:center;
	font-size:115%;
	text-decoration:none;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f1ece7;
	position:relative;

	-webkit-box-shadow:#d2c9bc 0 1px 1px;
	-moz-box-shadow:#d2c9bc 0 1px 1px;
	box-shadow:#d2c9bc 0 1px 1px;
	behavior:url(/dglib/cmn_css/PIE.htc);
}

div.list_50on ul.deleteBtn{
	position:absolute;
	right:6px;
	bottom:0px;
}

div.list_50on ul.deleteBtn li{
	margin-left:15px;
}

div.list_50on ul.deleteBtn li a{
	padding:5px 20px;

}

div.list_50on ul.deleteBtn li:first-child{
	font-size:100%;
	margin-left:0;
}



/*=======================================================*/
/* ボタン（都道府県）list_todohuken　*/
div.list_todohuken{
	margin:0 0 20px 0;
}
div.list_todohuken img{
	float:left;
	margin-right:15px;
}


div.list_todohuken ul{
	margin:0 0 0 -3px;
}
div.list_todohuken ul li{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	margin-right:3px;
	margin-bottom:10px
}

div.list_todohuken ul li:first-child{
	margin-left:0;
}

div.list_todohuken ul li a{
	width:4.2em;
	padding:5px 0;
	font-size:100%;
}


/*=======================================================*/
/* ボタン（テキストの横に並ぶ）box_btn_paranemic　*/

/* For modern browsers */
div.box_btn_paranemic,
div.box_btn_paranemic {
    content:"";
    display:table;
}
 
div.box_btn_paranemic:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
div.box_btn_paranemic {
    zoom:1;
}


div.box_btn_paranemic .paranemic_left{
	float:left;
}

div.box_btn_paranemic .paranemic_left p{
	margin:0 0 10px 0;
	line-height:1.4;
	font-size:90%;
}

div.box_btn_paranemic p.btn_simple{
	position:absolute;
	right:0;
}	
	
	
/*=======================================================*/
/* columnbox内の部品 */

.column2 .columnbox dl{
	width:364px;
}
.column3 .columnbox dl{
	width:208px;
}	

.columnbox img{
	float:left;
}

.columnbox dl{
	float:right;
}
.columnbox dt{
	margin-right:9px;
	padding:4px 0 10px 34px;
	line-height:1;
	font-size:120%;
	border-bottom:1px dotted #ccc;
}
.columnbox dt a{
	text-decoration:none;
}
.columnbox dt a:hover{
	color:#c00;
	text-decoration:underline;
}

.columnbox dt span{
	font-size:75%;
}

.columnbox dd{
	padding:10px 9px 0 10px;
	font-size:76%;
	line-height:1.4;
}



/*=======================================================*/
/* h1横のリンク */

ul.list_method{
	text-align:right;
	position:absolute;
	top:0;right:0;
}

ul.list_method li{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/ 
	background:url(../cmn_img/icon_public.gif) no-repeat 6px 0;
	margin-right:9px;
	padding:4px 0 10px 34px;
	line-height:1;
	font-size:115%;
}
ul.list_method li a{
	color:#000;
}
ul.list_method li a:hover{
	color:#c00;
}




/*=======================================================*/
/* 公演シリーズのボタン群　#slideArea　*/

div#slideArea{
	margin-top:15px;
	width:980px;
	position:relative;
	overflow:hidden;
}


/* slideArea 内のボタン群------------------------- */
div#searchSeriesArea{
	margin:0 30px;
/* For IE 6/7 (trigger hasLayout) */
	zoom:1;
}

/* For modern browsers */
div#searchSeriesArea:before,
div#searchSeriesArea:after{
    content:"";
    display:table;
}
 
div#searchSeriesArea:before,
div#searchSeriesArea:after{
    clear:both;
}


#prevBtn{
	position:absolute;
	top:0px;	
	left:0px;
}
#nextBtn{
	position:absolute;
	top:0px;	
	right:0px;
}
table.slideBox{
	width:927px;
	height:168px;
	border-collapse:separate;
}

table.slideBox td{
	height:40px;
	min-height:38px;
}
table.slideBox td.btn_simple{
	padding:0 12px;
}

table.slideBox td.btn_simple a{
	display:inline-block;
	width:263px;
	padding:5px;
	line-height:1.4;
	font-size:98%;
}


/*=======================================================*/
/* つのがき */

p.tunogaki{
	float:left;
	margin:0 20px 15px 0;

}
div.indent_tuno{
	font-size:90%;
	line-height:1.4;
	vertical-align:top;
}



/*=======================================================*/
/* タブボタン　*/

.btn_tab{
	background:url(../cmn_img/img_tabbg.gif) bottom repeat-x;
	padding:0 10px;
	margin:15px 0 0 0;
}
.btn_tab li{
	display:inline-block;
	/display:inline;/*for IE7*/
	/zoom:1;/*for IE7*/
	/height:auto;/*for IE7*/
	padding-right:2px;
}
.btn_tab a{
	display:inline-block;
	width:auto;
	min-width:130px;
	white-space:nowrap;
	padding:8px 10px;
	border-top:2px solid #9f8261;
	border-right:2px solid #9f8261;
	border-bottom:3px solid #9f8261;
	border-left:2px solid #9f8261;
	color:#000;
	text-align:left;
	font-size:100%;
	text-decoration:none;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	background:#f1ece7;
	/display:inline;/*for IE7*/
	/zoom:1;/*for IE7*/
	/height:auto;/*for IE7*/
	behavior:url(/dglib/cmn_css/PIE.htc);
}


.btn_tab a:hover{
	color:#c00;
}


/* 選択中 */
.btn_tab a.tabActive,
.btn_tab a.tabActive02{
	padding:8px 10px 11px 10px;
	border-bottom:0;
	background:#FFF;
}

.btn_tab a.tabActive:hover,
.btn_tab a.tabActive:hover02{
	color:#000;/*マウスオーバーしても文字色が変わらないようにする */
}


/* 結果表示エリア　*/
.box_tabDetail{
	border-left:3px solid #9f8261;
	border-right:3px solid #9f8261;
	border-bottom:3px solid #9f8261;
	padding:10px;
}
.tabDetail,
.tabDetail02{
	clear:both;
	display:none;

}

#tabDetailArea1{
	display:block;
}
#tabDetailArea11{
	display:block;
}


/*=======================================================*/
/* タブ内のテーブルにタブを作る tbl_tab　*/

.col_curtain{
	width:130px;
}
table.tbl_tab{
	width:100%;
	margin:0;
	border-collapse: separate;
	font-size:90%;
	line-height:1.4;
}
table.tbl_tab th,
table.tbl_tab td{
	padding:5px;
	text-align:left;
}

table.tbl_tab th{
	vertical-align:top;
}

table.tbl_tab td{
	vertical-align:top;
}

table.tbl_tab tr:nth-child(even) {
    background-color:#f1ece7;
}

.col_time{
	width:70px;
}
.col_detail{
	width:130px;
}


/*詳細1----------------------------------------------*/
table.tbl_tab_detail01{
	width:100%;
}
/*交互テーブル内のテーブルは背景なし*/
table.tbl_tab .tbl_tab_detail01 tr:nth-child(even) {
    background:none;
}

table.tbl_tab_detail01 th,
table.tbl_tab_detail01 td{
	border-bottom:1px solid #ccc;
}
	
table.tbl_tab_detail01 td.td_detail{
	text-align:right;
}

table.tbl_tab_detail01 td.td_detail a{
	color:#4c4c4c;
}

table.tbl_tab_detail01 td.td_detail p.detail_close{
	 background-color:#f1ece7;
	 display:inline-block;
	/display:inline;/*for IE7*/
	/zoom:1;/*for IE7*/
}	

table.tbl_tab_detail01 td.td_detailopen{
	border:none;
	padding:0;
}

/*詳細2----------------------------------------------*/

table.tbl_tab_detail02{
	width:700px;
	float:right;
}

table.tbl_tab_detail02 col{
}
/*交互テーブル内のテーブルは背景なし*/
table.tbl_tab .tbl_tab_detail02 tr:nth-child(even) {
    background:none;
}
table.tbl_tab_detail02 th,
table.tbl_tab_detail02 td{
	border-bottom:1px dashed #ccc;
	vertical-align:middle;
}

div.btn_close{
	text-align:right;
}

div.btn_close p{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	background:#999;
	padding:0 5px;
	margin:2px;
	cursor:pointer;
	color:#fff;
}




/* Flashエリア */
/*=======================================================*/
div#flashArea{
	margin-bottom:30px;
}


/*=======================================================*/
/* dt、ddが横に並ぶdl */

/* For modern browsers */
dl.dl_paranemic:before,
dl.dl_paranemic:after{
    content:"";
    display:table;
}
 
dl.dl_paranemic:after{
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
dl.dl_paranemic {
    zoom:1;
}

dl.dl_paranemic dt{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
	margin-right:20px;
}

dl.dl_paranemic dd{
	display:inline-block;
	/display:inline; /*for ie7*/
    /zoom:1; /*for ie7*/
}


/*=======================================================*/
/*2列横並びのテキスト*/
ul.tbl-cell {
	width:100%;
}
ul.tbl-cell li {
	width:49%;
	margin-right:1%;
	float:left;
}
ul.tbl-cell:before,
ul.tbl-cell:after{
    content:"";
    display:table;
}
ul.tbl-cell:after{
    clear:both;
}


/*=======================================================*/
/*画像拡大・詳細表示*/

.imgArea{
	text-align:center;
	padding:25px 0;
}

.imgArea image { *margin-bottom:3px;}



/*=======================================================*/
/*画像一覧表示などのイメージボックス*/

ul.imgList {
	width:830px;
}
ul.imgList li {
	height:100px;
	margin:3px 3px 0 0;
	padding:3px;
	text-align:center;
	float:left;
}
ul.imgList:before,
ul.imgList:after{
    content:"";
    display:table;
}
ul.imgList:after{
    clear:both;
}


/*=======================================================*/
/*画像表示画面に左右ボタンを付ける box_pageChange*/

div#box_pageChange {
	margin-top:-10px;
}
p#btn_left a,
p#btn_right a{
	display:block;
	width:41px;
	height:40px;
}
p#btn_left a span,
p#btn_right a span {
	display:none;
}
p#btn_left a {
	background:url(../cmn_img/btn_pageChanges.gif) no-repeat left -40px;
	float:left;
}
p#btn_right a {
	background:url(../cmn_img/btn_pageChanges.gif) no-repeat left -1px;
	float:right;
}
/*左右ボタンがあるときだけイメージの上のスペースを減少*/
div#box_pageChange + p.imgArea {
	clear:both;
	margin-top:60px;
	padding-top:0;
}



/*=======================================================*/
/*form*/

/* テキストボックス ----------------------------------------*/
input.textbox_search{
	border:#DDDDDD 2px solid;
	padding:5px;
	font-size:100%;
	line-height:1.4;
	vertical-align:middle;
}


/* #検索結果を見る ----------------------------------------*/
.btn_simple .btn_freeword{
	width:auto;
	white-space:nowrap;
	padding:5px 5px 5px 35px;
	margin-left:10px;
	background:url(../cmn_img/icon_sarch.gif) no-repeat 10px;
	font-size:100%;
}
.btn_simple .btn_freeword:hover{
	background:url(../cmn_img/icon_sarch.gif) no-repeat 10px;
}
.btn_simple .btn_freeword:active{
		background:url(../cmn_img/icon_sarch.gif) no-repeat 10px;
}

/* 検索対象選択 ----------------------------------------*/
p.taisho{
	text-indent:-5em;
	margin-left:5em;
	line-height:2;
}






/*@import "layout.css";*/

@charset "utf-8";
/*#########################################################*/
/* layout

 -header
 -headerMenu
 -globalMenu
 -categoryMenu
 -contents
 -breadcrumb
 -2column,3column
 -画像拡大図表示エリア
 -pageTop
 -footer

*/
/*#########################################################*/


/*=======================================================*/
/* body */
/*=======================================================*/
body{
	background: url(../cmn_img/bg_body.jpg);
	word-break: break-all; /* テキスト折り返し */
}

/*=======================================================*/
/* header */
/*=======================================================*/
div#headerBox{
	margin: 0 auto;	
	width:1070px;
}

div#header{
	margin: 0 auto;
	padding: 0px;
	width:1010px;
}
/* For modern browsers */
div#header:before,
div#header:after {
    content:"";
    display:table;
}
div#header:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
div#header {
    zoom:1;
}
/*logo----------------------------------------------------*/
div#siteTitle{
	margin:40px 0 0 0;
	width:336px;
	float:left;
}
div#siteTitle a#logo{
	display:block;
	width:336px;
	height:28px;
	background:url(../cmn_img/logo.gif) no-repeat;
}
div#siteTitle a#logo span{
	display:none;
}
/*---------------------------------------------*/
p#siteDescription {
	clear:left;
	width:278px;
	float:left;
	margin:23px 0px 0px 3px;
	font-size:75%;
	line-height:1.5;
}
/*=======================================================*/
/* headerMenu */
/*=======================================================*/
ul#headerMenu{
	margin:10px 0 0 0;
	padding:0;
	width:670px;
	float:right;
	text-align:right;
	min-height:70px;
}

ul#headerMenu li{
	background:url(../cmn_img/icon_haederMenu.gif) no-repeat left;
	margin:0 5px;
	padding-left:5px;
	display: inline;
	font-size:75%;
}

ul#headerMenu li a{
	margin-top:5px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
ul#headerMenu li a:hover{
	color:#c00;
	text-decoration:underline;
}
ul#headerMenu li#keySearch{
	background-image:none;
	padding:0;
	width:143px;
	/zoom:1;
	vertical-align:bottom;
}
#searchForm {
	float:right;
	width: 143px;
	background: url(../cmn_img/bg_search.jpg) left top no-repeat; 
	height: 24px;
	position: relative;
}
#keywordForm {
	width: 100px;
	position: absolute;
	top: 3px;
	left: 12px;
	background:none;
	border:none;
	vertical-align:bottom;
}
#searchBtn {
	position: absolute;
	top: 4px;
	left: 115px;
}
/*=======================================================*/
/* globalMenu */
/*=======================================================*/
ul#globalMenu{
	margin:0;
	padding:0;
	width:725px;
	float:right;	
}
ul#globalMenu li{
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
ul#globalMenu li a{
	display:block;
	width:145px;
	height:50px;
	background:url(../cmn_img/nav_global.jpg) no-repeat top;
}
ul#globalMenu li a span{
	display:none;
}
/*トップ*/
ul#globalMenu li#nav_top a{
	background-position:left top;
}
ul#globalMenu li#nav_top a:hover{
	background-position:left bottom;
}
/*公演記録を調べる*/
ul#globalMenu li#nav_public a{
	background-position:-145px top;
}
ul#globalMenu li#nav_public a:hover{
	background-position:-145px bottom;
}
/*収蔵資料を見る*/
ul#globalMenu li#nav_collection a{
	background-position:-290px top;
}
ul#globalMenu li#nav_collection a:hover{
	background-position:-290px bottom;
}
/*舞台芸術教材で学ぶ*/
ul#globalMenu li#nav_performing a{
	background-position:-435px top;
}
ul#globalMenu li#nav_performing a:hover{
	background-position:-435px bottom;
}
/*キーワード検索*/
ul#globalMenu li#nav_keySearch a{
	background-position:-580px top;
}
ul#globalMenu li#nav_keySearch a:hover{
	background-position:-580px bottom;
}
/*=======================================================*/
/* categoryMenu */
/*=======================================================*/
ul#categoryMenu{
	marin:0;
	padding:0;
	clear:both;
	text-align:center;
}
ul#categoryMenu li{
	padding:10px 0;
	display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	line-height:1.2;
	margin-right: -7px;
}
ul#categoryMenu li:first-child a{
	border-left:1px solid #fff;
}
ul#categoryMenu li a {
	display: inline-block;
	padding:0 10px;
	color:#fff;
	font-size:85%;
	border-right:1px solid #fff;
}
ul#categoryMenu li a:hover{
	color:#c00;
}

/*=======================================================*/
/* contents */
/*=======================================================*/
div#contentsBox{
	clear:both;
	margin: 0 auto;	
	width:1070px;
}

div#contents{
	margin: 0 auto;
	padding: 0px;
	width:1010px;
}
/*section---------------------------------------------*/
div.sectionBox{
	width:1010px;
	margin:15px auto 0 auto;
	padding:17px 0;
	background:#fff;
	min-height:550px;
	-webkit-box-shadow: #d2c9bc 0 1px 1px;
	-moz-box-shadow: #d2c9bc 0 1px 1px;
	box-shadow: #d2c9bc 0 1px 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/dglib/cmn_css/PIE.htc);
}

div.section{
	margin:0 auto;
	width:980px;
	position:relative;
}
/* For modern browsers */
div.section:before,
div.section:after {
    content:"";
    display:table;
}
div.section:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
div.section {
    zoom:1;
}
/*=======================================================*/
/* breadcrumb */
/*=======================================================*/
div#breadcrumb{
	margin:15px 0 0 0;
	font-size:85%;
}


/*=======================================================*/
/* 2column,3column */
/*=======================================================*/

.column2,
.column3{
	border-bottom:1px solid #9f8261;
	padding-bottom:10px;
	margin-top:10px;
}

/* For modern browsers */
.column2:before,
.column2:after,
.column3:before,
.column3:after {
    content:"";
    display:table;
}
 
.column2:after,
.column3:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.column2, 
.column3 {
    zoom:1;
}


/*.columnbox*/
div.columnbox{
	float:left;
	padding:0 0 0 9px;
	border-left:1px solid #9f8261;
}

div.columnbox:first-child{
	border-left:none;
	padding:0;
}
/* For modern browsers */
.columnbox:before,
.columnbox:after {
    content:"";
    display:table;
}
 
.columnbox:after {
    clear:both;
}	
/* For IE 6/7 (trigger hasLayout) */
.columnbox {
    zoom:1;
}

/* 幅指定 */
.column2 div.columnbox{
	width:484px;
}
.column3 div.columnbox{
	width:319px;
}


/*=======================================================*/
/*画像拡大図表示エリア */
/*=======================================================*/
div#appArea{
	width:1000px;
	margin:20px auto;
}


/*=======================================================*/
/*ムービー表示エリア */
/*=======================================================*/
div#appArea_movie {
	width:980px;
	margin:20px auto;
}



/*=======================================================*/
/* pageTop */
/*=======================================================*/
p.pageTop{
	clear:both;
	margin:20px 0;
	padding-right:20px;
	font-size:75%;
	line-height:1.4;
	min-height:20px;
	background:url(../cmn_img/icon_pageTop.gif) no-repeat right 50%;
}
p.pageTop a{
	display:table-cell;
	float:right;
	vertical-align:middle;
	color:#000;
	text-decoration:none;
}
p.pageTop a:hover{
	color:#c00;
	text-decoration:underline;
}
/*=======================================================*/
/* footer */
/*=======================================================*/
div#footerBox{
	clear:both;
	background: url(../cmn_img/bg_footer.jpg) repeat center;
}

div#footer{
	margin: 0 auto;
	padding:0;
	width:1010px;
	min-height:	110px;
	background:url(../cmn_img/bg_footerImg.jpg) no-repeat center top;
}

/* For modern browsers */
div#footer:before,
div#footer:after {
    content:"";
    display:table;
}
div#footer:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
div#footer {
    zoom:1;
}
/*footer p---------------------------------------------*/
div#footer div#footerTxt{
	padding:22px 0 0 0;
	width:500px;
	float:left;
	font-size:75%;
	line-height:1.5;	
	color:#fff;
}
/*footer bnr---------------------------------------------*/
div#footer ul#footerBnr{
	margin:10px 0 0 0;
	padding:0;
	min-width:300px;
	float:right;
	text-align:right;
}
div#footer ul#footerBnr li{
	vertical-align:top;
	display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
div#footer ul#footerBnr li:first-child{
	margin:0 5px 0 0;
}