@charaset "EUC-JP"; 

/*コンテンツカラー設定--ヘッダカラー*/
.head { 
			background-color: #0080FF; 
		}
/*コンテンツカラー設定--サブヘッダ文字色*/
.shead	{
			color: #0080FF; 
		}
/*コンテンツカラー設定--サブヘッダボーダー*/
.shead	{
			border-color: #0080FF; 
		}

/*基本フォント設定*/
.event_table, .eventth, none, .off, .day, .non, .red, .blue, .event, .monthtable, .none_wide, .chr_red, .chr_lg {
	font-family : 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif; 
}

/*基本文字サイズ設定--chr_lg以外*/
.event_table, .eventth, none, .off, .day, .non, .red, .blue, .event, .monthtable, .none_wide, .chr_red {
	font-size : small; 
	line-height : 1.5em; 
}


/*基本イベントテーブル*/
.event_table {
	border-collapse : collapse; 
	margin-top: 0.5em; 
	margin-bottom: 1em; 
	width: 60%; 
}

/*基本イベント項目行*/
.eventth {
	border-top-style : solid; 
	border-top-color : #000000; 
	border-top-width : 1px; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	color : #FFFFFF; 
	background-color : #000000; 
	padding : 0.1em 1em; 
	}

/*tr--平日行設定*/
.none {
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	background-color : #FFFFFF; 
}

/*tr--休場日行設定*/
.off {
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	background-color : #FFCCCC; 
}

/*日付セル設定*/
.day {
	border-top-style : none; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	padding : 0.3em 1em; 
	text-align: right; 
	}

/*平日文字設定*/
.non {
	border-top-style : none; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	color: #000000; 
	padding : 0.3em 1em; 
	}

/*日曜祭日文字設定*/
.red {
	border-top-style : none; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	color: #FF0000; 
	padding : 0.3em 1em; 
	}

/*土曜文字設定*/
.blue {
	border-top-style : none; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	color: #0000FF; 
	padding : 0.3em 1em; 
	}

/*行事セル設定*/
.event {
	border-top-style : none; 
	border-bottom-style : solid; 
	border-bottom-color : #000000; 
	border-bottom-width : 1px; 
	border-right-style : none; 
	border-left-style : none; 
	color: #000000; 
	padding : 0.3em 1em; 
	}


/*月選択テーブル設定*/
.monthtable {
	border-collapse : collapse; 
	margin-top: 0.5em; 
	margin-bottom: 1em; 
}

/*月選択テーブルセル設定*/
.none_wide {
	padding : 0.3em 2em; 
	border-style : none; 
	}

/*注意書き文字設定*/
.chr_red {
	border-style : none; 
	color: #FF0000; 
	padding : 0.3em 1em; 
	}

/*イベントテーブル上、月表示文字設定*/
.chr_lg {
	font-size: medium; 
	font-weight: bold; 
	text-align: center; 
}

