@charset "UTF-8";
/* CSS Document */
a {
	color: #330000;
	text-decoration: none;
	line-height: 150%
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
body {
	background-color: #E4E4E4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}
#main {
	width: 570px;
	margin-top: 34px;
	margin-bottom: 34px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	list-style-position: inside;
	list-style-image: url(c_img/arrow.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	font-size: 75%;
	line-height: 160%;
	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.main_date {
	font-size: 75%;
	line-height: 160%;
	color: #666666;
	text-align: right;
	padding-bottom: 5px;
}
.main_title {
	font-size: 83%;
	line-height: 160%;
	font-weight: bold;
	color: #666666;
	background-image: url(c_img/main_title.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 35px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
}
.main_main {
	font-size: 75%;
	line-height: 160%;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.main_foot {
	font-size: 65%;
	line-height: 160%;
	color: #666666;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
}
.calendar {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 10px;
	}

.calendar table {
	padding: 2px;
	border-collapse: collapse;
	text-align: center;
	border: 0px;
	width: 180px;
	}

.calendar caption {
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	letter-spacing: .2em;
	}
.calendar th {
	font-weight: lighter;
	}

.calendar td {
    font-size: 10px;
	text-align: center;
	}