
* {
	margin:0;
	padding:0;
}
body {
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	background-color:#fff;
	word-break: break-all;
}

/* link
--------------------------------------------------------------*/
a:link,a:visited {text-decoration: none;color:#ad3114;}
a:hover,a:active {text-decoration: underline; color: #eb2d00;}


table.holidayHeader {
	width:100%;
	background:url(border_bg.gif) repeat-x left bottom;
	padding:0 0 6px;
	margin-bottom:12px;
	height:19px;
	line-height:110%;
}

table.holidayHeader td.yearMonth {
	font-size:16px;
}
table.holidayHeader td.monthNavi {
	font-size:12px;
	text-align:right;
}

table.holidayCalendar {
	width:100%;
	border-collapse:collapse;
}
table.holidayCalendar th,
table.holidayCalendar td {
	border:1px solid #ddd;
	padding:3px;
	text-align:center;
	font-size:12px;
	color:#333;
}
table.holidayCalendar td {
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
}
table.holidayCalendar th {
	padding-bottom:2px;
	background-color:#f3f3f3;
}
table.holidayCalendar td.holiday {
	color:#c42e06;
	background-color:#f3f3f3;
}

