@charset 'EUC-JP';

/*
 *
 *  CSS for OPERACTIY CONCERT CALENDAR
 *
 *      create: 2005.03.08
 *      modify: 
 *
 */

/*  @import url(path);  */


/**************** BASIC TAG ****************/
img {
	border: none;
}


/**************** COMMON CLASS ****************/
.ColorRed {
	color: #ff0000;
	background-color: transparent;
}


/**************** 表示月移動 ****************/
.MoveMonth {
	margin-right: 20px;
	font-size: 9pt;
}

.ShortCutMonth img {
}


/**************** 表示方法選択タブ ****************/
#SelectKind {
	background-color: #0158b6;
	padding-left: 18px;
}


/**************** カレンダー表示、リスト表示共通 ****************/

td.LabelCh,
td.LabelRh {
	width: 14px;
	vertical-align: top;
}

td.LabelCh {
	background-color: #f4dade;
}

td.LabelRh {
	background-color: #d2ead6;
}

td.SHUSAI, div.SHUSAI {
	background-color: #cee4f1;
}

td.KYOUSAI, div.KYOUSAI {
	background-color: #f5f3c2;
}


/**************** カレンダー表示 ****************/
table#Calendar {
	margin-left: 18px;
}

table#Calendar td {
	border-bottom:1px solid #a1a5a9;
}

table#Calendar th {
	color: #333;
	background-color: #f4dade;
	border-right:  1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	font-style: none;
	font-weight: normal;
}

table#Calendar td.Info {
	border-right:  1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	width: 77px;
	vertical-align: top;
}

table#Calendar td.Info div.Day,
table#Calendar td.Info div.Saturday,
table#Calendar td.Info div.Sunday,
table#Calendar td.Info div.Holiday {
	background-color:#f8f8f8;
	border-left:   1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
	padding: 2px;
	width: 30px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	float: right;
}

table#Calendar td.Info div.Saturday { background-color: #ddf; }
table#Calendar td.Info div.Sunday   { background-color: #fdd; }
table#Calendar td.Info div.Holiday  { background-color: #fdd; }

table#Calendar td.Info div.Item {
	clear: both;
	padding: 3px;
}

table#Calendar td.Border {
	background-color: #a1a5a9;
}


/**************** リスト表示 ****************/
div#NoteList {
	margin-top:  1em;
	margin-left: 18px;
	font-size: 12px;
}

div#NoteList img{
	vertical-align: -2px;
}

table#List {
	margin-left: 18px;
	border-collapse: collapse;
}

table#List td {
/*
	border: 1px dashed #c99;
*/
}

table#List td.Day {
	padding-left: 2px;
	width: 68px;
	vertical-align: top;
}

table#List td.Info {
	padding: 0px 4px;
}

table#List td.Info img{
	vertical-align: -2px
}

table#List td.Button {
	width: 116px;
	vertical-align: bottom;
}

table#List td.Button img{
	margin-top: 1px;
}

table#List td.BorderDay {
	background-image: url(/concert/calendar/images/spacer_333333.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 3px 0px;
}

table#List td.BorderNone {
	padding: 3px 0px;
}

table#List td.BorderHall {
	background-image: url(/concert/calendar/images/spacer_333333_dash.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 3px 0px;
}

.HeaderItem {
	margin: 0.25em 0 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	background-color: transparent;
}

.Price {
	margin: 0.25em 0 0;
}


/**************** 公演日カレンダー ****************/
table#Shortcut {
	border-spacing: 1px;
	background-color: #edf3dc;
	margin: 0px auto;
	border: none;
	width: 146px;
}

table#Shortcut th {
	color: #fff;
	background-color: #663;
	padding: 2px;
	font-size: 11px;
}

table#Shortcut td {
	color: #999;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	padding: 0px;
}

table#Shortcut td.None {
	padding: 2px;
}

table#Shortcut td.Today {
	color: #fff;
	background-color: #8e9f61;
}

table#Shortcut a {
	display: block;
	color: #778351;
	background-color: transparent;
	border: 1px solid #cc9;
	padding: 2px;
	text-decoration: none;
}

table#Shortcut a:hover {
	color: #fff;
	background-color: #b8c596;
	border: 1px solid #d3b9d7;
	text-decoration: none;
}

table#Shortcut td.Today a {
	color: #fff;
}

table#Shortcut td.Today a:hover {
	background-color: #bfcc9e;
	border: 1px solid #7b4191;
}

div.recmain img.Inline {
	padding-right: 1px;
	vertical-align: -5px
}

div#OnSale {
	padding: 0px 5px;
}

div#OnSale .Date {
	margin-top: 5px;
}

div#OnSale .Title {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
