@import "default.css";

#container {
	width: 800px;
}

#wrapper {
	width: 800px;
}


.bold {
	font-weight: bold;
}

span {
	font-size: 90%;
}

#left {
	width: 200px;
	float: left;
	padding: 0px 10px;
}

#left h2 {
    height: 30px;
    background-image: url('/image/side_h2.gif');
    background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 30px;
}

#left p {
	margin: 0px;
	font-size: 90%;
	line-height: 100%;
}

#center {
	width: 585px;
	float: right;
overflow:hidden;
}

#content {
	text-align: center;
	font-size: 95%;
	line-height: 120%
}

#form {
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #cccccc;
}

#form form {
	margin: 0px;
}

#EVENT_CALENDAR {
	margin-top: 10px;
	background-color: #eeeeee;
	padding: 0px 3px;
}

#EVENT_CALENDAR a {
	color: #0000ff;
}

#EVENT_CALENDAR .month p{
	padding: 0px 5px;
	margin:0px;
	border-bottom: solid 1px #006600;
	font-size: 110%;
	line-height: 130%;
}


#EVENT_CALENDAR .month h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

#EVENT_CALENDAR table {
	background-color: #ffffff;
}

#EVENT_CALENDAR th {
width: 22px;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #cccccc;
	font-size: 14px;
}

#EVENT_CALENDAR td {
	text-align: right;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
	table-cell: show;
	font-size: 16px;
}

#EVENT_CALENDAR td.reg {
	background-color: #ffcc66;
}

#EVENT_CALENDAR td#today {
	color: #ff0000;
	font-weight:bold;
}

#EVENT_CALENDAR a.reg {
	color: #ff0000;
}

#events h1 {
	margin: 10px 0px 5px 0px;
	font-size: 120%;
	}

#events .event {
	margin-right: 10px;
	margin-bottom: 5px;
/*	border: solid 1px #999999; */
/*	background-color: #ffffff;*/
	font-size: 90%;
	line-height: 110%;
}

#events .event h2 {
	display: block;
	padding: 3px;
	margin: 0px;
	font-size: 110%;
	background-color: #cccccc;
	}

#events .event div {
	padding: 3px;
}

#events .event.c0 {
	font-size: 90%;
}

#events .event.c3 {
	text-align: right;
}

#events .event p {
	margin: 0px;
}

.registed {
	background-color: #ffcc00;
	width: 100%;
}

.free {
	background-color: #ccccff;
	width: 100%;
}

#event table {
	width: 500px;
}
