@charset "UTF-8";
/* ===================================================================
 file name  : Event-Calendar.css
 style info : 公演カレンダー用CSS
 
							カレンダー共通「ナビ」
							カレンダー共通「月と前日翌日リンク」
							各ページ設定
=================================================================== */
@import url("Event.css");

#Contents-Main-Left{
	width:0px;
	height:0px;
}
#Contents-Main-Right{
	width:0px;
	height:0px;
}

.Sale-Date-Div{
color:#669900;

}



/*-----------------------------------------------
 各ページ設定：アーカイブ
-----------------------------------------------*/
#Archive-H2{
	height:0px;
}

#List-Select-Form{
	margin-top:20px;
	margin-left:20px;
}

#List-Select-Form option{
	padding-right:10px;
}


ul#Common-List {
	margin-left:20px;
}

ul#Common-List a{
	width:900px;
}

ul#Common-List .NoDetail{
	width:900px;
}








/*-----------------------------------------------
 各ページ設定：カレンダー型ページ
-----------------------------------------------*/
#Calendar-Table{
	width:900px;
	margin-left:20px;
	border:1px solid #CCC;
}

#Calendar-Table th{
	text-align:center;
	border:1px solid #CCC;
	font-size:113%;
	line-height:150%;
	font-weight:normal;
		width:127px;
}
#Calendar-Table td{
	border:1px solid #CCC;
	vertical-align:top;
	text-align:center;
	height:120px;
}
#Calendar-Table td div{
	margin:8px 8px;
	text-align:left;
	line-height:110%;
	font-size:90%;color:#999;
}

/*#Calendar-Table td div a{
	color:#66b8cc;
	line-height:110%;
	text-decoration:none;
}*/

#Calendar-Table td div a{
	color:#077BAC;
	line-height:110%;
	text-decoration:none;
}

/*#Calendar-Table td div a:hover{
	text-decoration:underline;
	color:#058199;
}*/

#Calendar-Table td div a:hover{
	text-decoration:underline;
	color:#66b8cc;
}

#Calendar-Table td div img{
	margin-top:3px;
	margin-bottom:1px;	
}

#Sun-Th{
	background:url(../../images/event/sunday_bg.gif);
	color:#993333;
	width:128px;
}

#Sat-Th{
	background:url(../../images/event/saturday_bg.gif);
	color:#09c;
	width:129px;
}

.Sun-Td{
	font-weight:bold;
	color:#993333;
}

.Week-Td{
	font-weight:bold;
}

.Sat-Td{
	font-weight:bold;
	color:#09c;
}


.Off-Td{
		background:url(../../images/event/calendar_kyukan.gif) 15px 35px no-repeat #efefef;
}


#Shusai-Title{
		 width:876px;margin:0 auto;
		 margin-bottom:20px;
	font-size:150%;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:3px double #DDD;
	letter-spacing:0.5em;

}