/*
.main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
*/
.line1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.line2 {
	border: 1px solid #000000;
}
.naname {
	background-color: #FAFAFA;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../plan/images2/naname.jpg);
}
.sunday {
	color: #CC0000;
}
.saturday {
	color: #0066CC;
}
.today {
	font-weight: bold;
	background-color: #FFFF99;
}
.event {
	font-size: small;
}
a:link {
	color: #0066CC;
}
.star {
	background-image: url(../plan/images2/star.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
