@charset "UTF-8";


/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
body{
	font-size: 12px;
	line-height: 1.4;
	color:#333333;
	background-color:#FFFFFF;
}

/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for WinIE8*/
html>/**/body {
	font-size: 75%;
	font-family: "メイリオ","ＭＳ Ｐゴシック";
}
/* for modern browser not WinIE8(Safari,FireFox)*/
html:not(:target) body {
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
a img {
	border-style: none;
}



/* link style
----------------------------------*/
.ta_calendar a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.ta_calendar a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.ta_calendar a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}


/* box style
----------------------------------*/
.calendarBox{
	width:156px;
	padding-top:5px;
	background-color:#FFFFFF;
}


/* table style
----------------------------------*/
table.ta_calendar{
	width:156px;
	margin-top:10px;
}
table.ta_calendar th{
	text-align:right;
	padding:2px 7px;
	color:#FFFFFF;
	font-size:90%;
	background-color:#4D4D4D;
	font-weight:bold;
}
table.ta_calendar td{
	text-align:center;
	font-size:80%;
	background-color:#E5E5E5;
	height:20px;
}
table.ta_calendar td.event01{
	text-align:center;
	font-size:80%;
	background-color:#C0005D;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}
table.ta_calendar td.event02{
	text-align:center;
	font-size:80%;
	background-color:#F7931E;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}
table.ta_calendar td.event03{
	text-align:center;
	font-size:80%;
	background-color:#8CC63F;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}
table.ta_calendar td.week{
	background-color:#FFFFFF;
	height:15px;
}
table.ta_calendar td.off{
	color:#E60046;
}


/* text style
----------------------------------*/
#text_calendar{
	font-size:90%;
}
#text_event01{
	color:#C0005D;
}
#text_event02{
	color:#F7931E;
}
#text_event03{
	color:#8CC63F;
}
