@charset "utf-8";

a:link{color: #FFFFFF;text-decoration: none;}
a:visited{color: #FFFFFF;text-decoration: none;}
a:hover{color: #CC0000;text-decoration: none;}
a:active{color: #CC0000;text-decoration: none;}

* {
	font-family: "Arial", "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	line-height: 1.0;
}

#calender {
	width: 180px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

#calender table.cal {
	table-layout: fixed;
	border: 1px solid #CCCCCC;
}

#calender .title {
	text-align: center;
	background: #CCCCCC;
}

#calender tr.calbody {
	background: #FFFFFF;
}

#calender tr.calyoubi {
	background: #FFFFFF;
	background-image: url(youbi_back.gif);
	background-repeat: repeat-x;
}

#calender td {
	font-size: 12px;
	text-align: center;
	padding-right: 3px;
	height: 18px;
	vertical-align: center;
}

#calender td.holiday1_youbi {
	color: #CC0000;
}

#calender td.holiday2_youbi {
	color: #0000CC;
}

#calender td.weekday_youbi {
	color: #000000;
}

#calender td.holiday1 {
	color: #CC0000;
}

#calender td.holiday2 {
	color: #0000CC;
}

#calender td.holiday3 {
	color: #009900;
	font-weight: bold;
}

#calender td.weekday {
	color: #000000;
}

#calender td.remainday {
	color: #CCCCCC;
}

#calender td.today {
	font-weight: bold;
/*	color: #FFFFFF;
	background: #7EA7C7;*/
	color: #000000;
	text-decoration: underline;
}

#calender .ymd {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}

#calender #msg {
	width: 170px;
	height: 36px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

#calender .navi {
	font-size: 14px;
	font-weight: normal;
	margin-left: 3px;
}

#calender .guide {
	font-size: 10px;
	color: #0000CC;
	font-weight: normal;
	margin: 0 1px 0 1px;
}
