@charset 'Shift_JIS';

/* ----------------------------------------------------
 基本
---------------------------------------------------- */
body{
	font: normal 85%/1.4em "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #1C1C1C;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bg.gif) repeat-y center top;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

img{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
}


/* ----------------------------------------------------
 アンカー
---------------------------------------------------- */

/* 基本------------------------------- */
a:link,
a:visited {
	text-decoration: underline;
	color: #1D3994;
}

a:hover,
a:active {
	text-decoration: none;
	color: #1D3994;
}


/* 黒リンク------------------------------- */

#headerArea .header01 a:link,
#headerArea .header01 a:visited,
.footLink a:link,
.footLink a:visited {
	text-decoration: none;
	color: #1C1C1C;
}

#headerArea .header01 a:hover,
#headerArea .header01 a:active,
.footLink a:hover,
.footLink a:active {
	text-decoration: underline;
	color: #0000FF;
}



.linkFile{
	padding: 0 0 0 15px;
	background: url(../images/icon_link.gif) no-repeat left top;
}





/* ----------------------------------------------------
 レイアウト
---------------------------------------------------- */

/* ヘッダー
---------------------------------------------------- */
#headerWrap {
	width:100%;
	background: url(../images/bg_head.gif) no-repeat center top;
}

#headerArea {
	position: relative;
	width:840px;
	height:80px;
	margin: 0 auto 0;
	padding: 15px 0 0;
	text-align: left;
	background: url(../images/bg_head2.gif) repeat-x left top;
}

#headerArea h1{
	position: absolute;
	top: 17px;
	left: 20px;
}

#headerArea h1 a{
	display: block;
	width: 320px;
	height: 78px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/logo.gif) no-repeat;
}

#headerArea h1 a:hover,
#headerArea h1 a:active{
	background: url(../images/logo-over.gif) no-repeat;
}


#headerArea .header01 {
	position: absolute;
	top: 30px;
	left: 480px;
	font-size: 12px;
	text-align: left;
}

#headerArea .header02 {
	position: absolute;
	top: 55px;
	left: 538px;
	text-align: left;
}

/* 文字サイズ変更 ---------------- */
.fontChange{
	position: absolute;
	top: 20px;
	left: 680px;
	list-style-type: none;
	width: 145px;
	height: 26px;
	background: url(../images/fontChangeS.gif) no-repeat;
}

/* グローバルナビ
---------------------------------------------------- */
#gnaviArea {
	width:840px;
	height:43px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

#gnaviArea ul{
	list-style-type: none;
}

#gnaviArea li{
	float: left;
	display: inline;
}

#gnaviArea li img{
	vertical-align: bottom;
}


/* FLASH
---------------------------------------------------- */
#flashArea {
	width:840px;
	margin: 0 auto 0;
	padding: 0;
}


/* コンテンツトップ
---------------------------------------------------- */
#contentsTop {
	width:800px;
	margin: 0 auto 0;
	padding: 10px 20px 0;
	text-align: left;
}

#contentsTopLeft {
	width: 550px;
	padding: 0 20px 0 0;
	float: left;
}

#contentsTopRight {
	width: 230px;
	float: right;
}



/* コンテンツ２nd
---------------------------------------------------- */
#contents2nd {
	width:820px;
	margin: 0 auto 0;
	padding: 0 20px 0 0;
	text-align: left;
	background: url(../images/bg_2nd.gif) repeat-y left top;
}

#contents2ndLeft {
	width: 170px;
	margin: 0 30px 0 0;
	float: left;
}

#contents2ndRight {
	width: 620px;
	float: right;
	margin: 20px 0 0;
	padding: 0 0 0;
}

/* コンテンツ２nd 左メニュー
---------------------------------------------------- */

.leftMenu{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 150%;
}

.leftMenu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #d0d0d0;
}

/* 通常時--------------- */
.menuOff a{
	display:block;
	margin: 0;
	padding: 5px 2px 5px 30px;
	}

.menuOff a:link,
.menuOff a:visited {
	color: #1C1C1C;
	text-decoration:none;
	background: url(../images/arrow01.gif) no-repeat 15px 9px;
	}

.menuOff a:hover,
.menuOff a:active {
	color: #1C1C1C;
	text-decoration:none;
	background: #f4efe1 url(../images/arrow03.gif) no-repeat 15px 9px;
	}

/* アクティブ時--------------- */
.menuOn a{
	display:block;
	margin: 0;
	padding: 5px 2px 5px 30px;
	background: #f4efe1 url(../images/arrow03.gif) no-repeat 15px 9px;
	}

.menuOn a:link,
.menuOn a:visited {
	color: #1C1C1C;
	text-decoration:none;
	}

.menuOn a:hover,
.menuOn a:active {
	color: #1C1C1C;
	text-decoration:none;
	background: #fef2c1 url(../images/arrow03.gif) no-repeat 15px 9px;
	}

/* アクティブ時　子要素--------------- */
.menuOn-2nd a{
	display:block;
	margin: 0;
	padding: 3px 2px 3px 40px;
	background: #f4efe1 url(../images/arrow03.gif) no-repeat 25px 6px;
	}

.menuOn-2nd a:link,
.menuOn-2nd a:visited {
	color: #1C1C1C;
	text-decoration:none;
	}

.menuOn-2nd a:hover,
.menuOn-2nd a:active {
	color: #1C1C1C;
	text-decoration:none;
	background: #fef2c1 url(../images/arrow03.gif) no-repeat 25px 6px;
	}


.leftBtn {
	margin: 5px 0;
	list-style-type: none;
}

.leftBtn li{
	float: left;
	padding-bottom: 5px;
	display: inline;
}

.leftBtn li img{
	vertical-align: bottom;
}

.leftBan{
	text-ailgn: center;
	padding-top: 40px;
}



.gotop {
	padding-top: 30px;
	text-align:right;
}




/* フッター------------------------------- */
#footerArea {
	width:800px;
	margin: 0 auto 0;
	padding: 50px 20px 20px;
	text-align: left;
}

.footWrap{
	margin: 0;
	padding: 0;
}

.footLink {
	padding-top: 7px;
	font-size:12px;
	float: left;
}

.footer {
	width:800px;
	margin-top:5px;
	padding-top:5px;
	border-top: 1px solid #1C1C1C;
}

.footitle {
	font-weight:bold;
}

.adress {
	font-size:12px;
}

.copy {
	font-size:12px;
}

.footGotop {
	text-align: right;
	float: right;
}









/* 見出しなど
---------------------------------------------------- */
h2{
	height:41px;
	margin: 0;
	padding: 5px 0 0 32px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight:bold;
	background:url(../images/h2_bg.gif) no-repeat left top;
}

h2 span{
	font-size: 12px;
	line-height: 1.3em;
	font-weight:bold;
}





/* h2 の右にボタン ----- */
.mainTitle {
	height:41px;
	margin: 0;
	background:url(../images/h2_bg.gif) no-repeat left top;
}
.mainTitleLeft {
	padding: 5px 0 0 32px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight:bold;
	float: left;
}
.mainTitleRight {
	padding: 5px 0 0 ;
	text-align: right;
	float: right;
}


h3{
	margin: 10px 0;
	padding: 2px 5px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight:bold;
	background: #efe6cf;
}

/* h3 の右にボタン ----- */
.subTitle {
	margin: 10px 0;
	background: #efe6cf;
}
.subTitleLeft {
	padding: 2px 5px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight:bold;
	float: left;
}
.subTitleRight {
	padding: 4px 5px 0;
	text-align: right;
	float: right;
}

h4 {
	margin: 10px 0 3px;
	font-weight:bold;
	font-size: 120%;
}

h5 {
	margin: 10px 0 3px;
	font-weight:bold;
	font-size: 100%;
	color: #09243c;
}

#contentsArea p{
	padding: 5px 0;
}


.note {
	font-size: 90%;
	color: #c0172a;
}

.red {
	color: #c0172a;
}


/* ボックス
---------------------------------------------------- */
.box01{
	margin: 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.box02{
	font-size: 90%;
	line-height: 120%;
	margin: 10px 0;
	padding: 4px;
	border: 1px solid #CCCCCC;
}




.statusBox{
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #FF00FF;
}



/* リスト
---------------------------------------------------- */
.lst01{
	margin: 10px 20px;
}

.lst01 li{
	margin: 5px;
	padding: 0 0 0 5px;
	list-style-type: disc;
}

.lst02{
	margin: 10px 20px;
}

.lst02 li{
	margin: 5px;
	padding: 0 0 0 5px;
	list-style-type: decimal;
}


/* 共通テーブル
---------------------------------------------------- */
/*-- 財団主催の公演、ＦＡＱなど -- */
.tbl01{
	font-size: 90%;
}

.tbl01 th{
	background: #d7e1f2;
}

.tbl01 th,
.tbl01 td {
	padding: 4px;
}

.tbl01 td.titl{
	background: #F7F3E5;
}

.tbl01 td.lyric{
	background: #FFC5CC;
	vertical-align:middle;
}

.tbl01 td.gekijo{
	background: #CCFFCC;
	vertical-align:middle;
}




/*-- 公演詳細情報 -- */
.tbl02{
	font-size: 90%;
}

.tbl02 th{
	background: #F7F3E5;
}

.tbl02 th,
.tbl02 td {
	padding: 4px;
}


/*-- 施設・スタジオ -- */
.tbl03{
	font-size: 90%;
}

.tbl03 th{
	background: #efe6cf;
	text-align: center;
}

.tbl03 th,
.tbl03 td {
	padding: 4px;
}

.tbl03 td.txt1 {
	background: #F7F3E5;
	text-align: center;
	vertical-align: middle;
}

.tbl03 td.txt2 {
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.tbl03 td.txt3 {
	background: #FFFFFF;
}


/*-- 枠 -- */
.tbl04{
	margin:0px;
	padding:0px;
}

.tbl04 td {
	padding: 0px;
}

/* カレンダー
---------------------------------------------------- */
.tblCal{
	font-size: 90%;
}

.tblCal tr{
	background: #FFFFFF;
}

.tblCal th{
	color: #FFFFFF;
	text-align: center;
	background: #6d6d6d;
}

.tblCal th.sun{
	background: #e39999;
}

.tblCal th.sat{
	background: #90b6cd;
}

.tblCal td {
	vertical-align: top;
	padding: 4px;
}

.tblCal td.today {
	background: #faf2bc;

}

/* カレンダー（縦バージョン）
---------------------------------------------------- */
.tblCal2{
	font-size: 90%;
}

.tblCal2 tr{
	background: #FFFFFF;
}

.tblCal2 th{
	color: #FFFFFF;
	text-align: center;
	background: #6d6d6d;
}

.tblCal2 td {
	padding: 4px;
}


.tblCal2 td.day {
	font-weight:bold;
	background: #EFEFEF;
}

.tblCal2 td.week {
	background: #F5F5F5;
}

.tblCal2 td.day,
.tblCal2 td.week,
.tblCal2 td.txt2 {
	vertical-align: middle;
	text-align:center;
}

.tblCal2 .sat .day {
	background: #CDE6E6;
}
.tblCal2 .sat .week,
.tblCal2 .sat .txt {
	background: #E8FAF7;
}

.tblCal2 .sun .day {
	background: #EDA9AA;
}
.tblCal2 .sun .week,
.tblCal2 .sun .txt {
	background: #FFE1E2;
}

.tblCal2 .today .day,
.tblCal2 .today .week,
.tblCal2 .today .txt,
.tblCal2 .today .txt2 {
	background: #faf2bc;
}




/************************************************************************
* トップページ
*************************************************************************/
.topiTbl {
	margin: 0 0 20px ;
}

.topiBtn {
	padding: 5px 0 0 ;
}

.topNews{
	font-size: 130%;
	font-weight:bold;
	margin: 10px 0 0 ;
	border-bottom: 2px solid #dedede;
}

.topNewsLeft {
	padding: 0 0 3px;
	float: left;
}
.topNewsRight {
	padding: 0 0 3px;
	text-align: right;
	float: right;
}




.topNewsTbl{
	margin: 7px 0 0 20px;
	padding: 0 ;
}
.topBtn {
	margin-top: 5px;
	list-style-type: none;
}
.topBtn li{
	float: left;
	padding-bottom: 5px;
	display: inline;
}
.topBtn li img{
	vertical-align: bottom;
}


/************************************************************************
* 公演詳細情報
*************************************************************************/
.revueDetailBox{
	margin: 0 0 20px 20px;
}

.revueDetailBox .enlarge{
	padding-top: 5px ;
}

.revueDetailTxt{
	margin: 20px 0;
}

.revueDetailFooter{
	margin: 40px 0 20px;
	padding: 5px ;
	background: #EEEEEE;
}






/************************************************************************
* 施設のご案内（リリック）
*************************************************************************/
.floorLyricFig01{
	text-align: center;
	margin: 5px 0;
}

.floorLyricTbl{
	margin: 5px 0;
	font-size: 90%;
}

.floorLyricTbl td{
	padding: 0;
	text-align:right;
}

/************************************************************************
* 交通アクセス
*************************************************************************/
.accessBox{
	padding: 5px;
	margin-top: 5px;
	text-align: right;
	border-top: 1px solid #1C1C1C;
}



/************************************************************************
* トピックス
*************************************************************************/
.topicsList{
	margin: 15px;
	padding: 5px;
}

.topicsList li{
	list-style-type: disc;
	padding-bottom: 10px;
}







/************************************************************************
* リリックホール　フロアガイド
*************************************************************************/

/*-- １Ｆ -- */
.floorLyric01Map{
	position: relative;
	width: 600px;
	height: 280px;
	margin: 10px 0;
	background: url(../images/floorLyric01Fig01.gif) no-repeat left top;
}

.floorLyric01Map .mapBtn01 {
	position: absolute;
	top: 93px;
	left: 363px;
}

.floorLyric01Map .mapBtn01-2 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.floorLyric01Map .mapBtn02 {
	position: absolute;
	top: 156px;
	left: 506px;
}




.floorLyric01Map .mapBtn02-2 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}



/*-- ２Ｆ -- */
.floorLyric02Map{
	position: relative;
	width: 600px;
	height: 280px;
	margin: 10px 0;
	background: url(../images/floorLyric01Fig02.gif) no-repeat left top;
}

.floorLyric02Map .mapBtn01 {
	position: absolute;
	top: 32px;
	left: 50px;
}



/************************************************************************
* チケット情報
*************************************************************************/


/* 財団主催
------------------------- */
.ticketTbl01{
	font-size: 90%;
}

.ticketTbl01 th{
	background: #d7e1f2;
}

.ticketTbl01 th,
.ticketTbl01 td {
	padding: 4px;
}

/* 長岡リリックホール
------------------------- */
.ticketTbl02{
	font-size: 90%;
}

.ticketTbl02 th{
	background: #FFEAA9;
}

.ticketTbl02 th,
.ticketTbl02 td {
	padding: 4px;
}

/* 長岡市立劇場
------------------------- */
.ticketTbl03{
	font-size: 90%;
}

.ticketTbl03 th{
	background: #f2ddd7;
}

.ticketTbl03 th,
.ticketTbl03 td {
	padding: 4px;
}









/* プルダウンメニュー
---------------------------------------------------- */
#Layer1,#Layer2,#Layer3,#Layer4,#Layer5 {
	text-align:center;
	visibility: hidden;
	/*filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;*/
}

#Layer1{
	position:absolute;
	left: 0px;
	top: 40px;
}
#Layer2{
	position:absolute;
	left: 168px;
	top: 40px;
}
#Layer3{
	position:absolute;
	left: 336px;
	top: 40px;
}
#Layer4{
	position:absolute;
	left: 504px;
	top: 40px;
}
#Layer5{
	position:absolute;
	left: 672px;
	top: 40px;
}




#Layer1 a:link,
#Layer1 a:visited,
#Layer2 a:link,
#Layer2 a:visited,
#Layer3 a:link,
#Layer3 a:visited,
#Layer4 a:link,
#Layer4 a:visited,
#Layer5 a:link,
#Layer5 a:visited {
	font-size:90%;
	padding: 4px;
	color:#1C1C1C;
	display:block;
	width: 168;
	text-decoration:none;
}

#Layer1 a:hover,
#Layer1 a:active,
#Layer2 a:hover,
#Layer2 a:active,
#Layer3 a:hover,
#Layer3 a:active,
#Layer4 a:hover,
#Layer4 a:active,
#Layer5 a:hover,
#Layer5 a:active {
	background:#eaf2f9;
	text-decoration:none;
}


/************************************************************************
* アドヴァイザー事業
*************************************************************************/
.adv01{
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
}

.adv02{
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
	text-align:right;
}

.advTbl{

}

.advTbl td {
	padding: 10px;
}



/************************************************************************
* サイトマップ
*************************************************************************/

.sitemap{
	margin: 0;
	padding: 0 0 0 25px;
}

.sitemap li{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: disc;
}


.sitemap li ul{
	margin: 0;
	padding: 5px 0 0 25px;
}

.sitemap li ul li{
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: disc;
}



/************************************************************************
* CSSハック
*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

