@charset "UTF-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #B3B3B3;
	text-decoration: underline;
}
a:hover {
	color: #5EBDE1;
	text-decoration: underline;
}
a:active {
	color: #4C4C4C;
}

body {
	color: #4C4C4C;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 80%;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: center 0px;
}
body p {
	line-height: 40px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 889px;
	height: 40px;
}
#calendar {
	width: 885px;
}
#calendar ul li {
	width: 885px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
