/* CSS Document */

html,body {
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	*font-size:small;
	*font:x-small;
	color: #666666;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

p {
	margin: 10px 0;
	text-align: center;
	font-weight: bolder;
}

#calender {
	margin-top: 10px;
}
#calender table {
	width: 660px;
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
}
#calender th {
	width: 14%;
	padding: 5px 10px;
	text-align: center;
	font-weight: lighter;
}

#calender th img {
	vertical-align: text-bottom;
}

.month {
	width: 100%;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
	/* background-color: #fdb4b4; */
	line-height: 1.1;
	background-color: #FF6666;
}
.sunth {
	color: #CC0000;
	background-color: #fed7d7;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.sun {
	background-color: #fff4f4;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.weekday {
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.satth {
	color: #0000CC;
	background-color: #e2f5fe;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.sat {
	background-color: #f3fbff;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#calender td {
	width: 14%;
	height: 5em;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.eventname {
	color: #CC0000;
}

.linklist {
	padding-left: 11px;
	background: url(../images/bg_linklist.gif) no-repeat center left;
}