@charset 'Shift_JIS';

/* body */
body#ppp {
	background: url('../img/wall6.gif');
}
body#eve {
	background: url('../img/wall8.gif');
}
body#sch {
	background: url('../img/wall8.gif');
}
body#aff {
	background: url('../img/wall7.gif');
}
body#con {
	background: url('../img/wall7.gif');
}

/* header */
table#header {
	width: 779px;
	background: url('../img/wall2.gif');
}
table#header h1 {
	margin: 0;
	padding: 0;
	width: 310px;
	height: 70px;
}
table#header h2 {
	float: right;
	font-size: 70%;
	font-weight: bold;
	color: #000088;
	text-align: center;
	margin: 5px 17px 2px 0;
	padding: 0;
}
#header h3 {
	float: right;
	background: url('../img/wall3.gif');
	border-top: solid 7px #88ff88;
	border-right: solid 7px #44ff44;
	border-bottom: solid 7px #44ff44;
	border-left: solid 7px #88ff88;
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	width: 320px;
	height: 22px;
	line-height: 100%;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
}

/* middle area */
table#middle tr td#sidemenu {
	background-color: #fffff0;
	width: 120px;
	vertical-align: top;
}
table#middle tr td#contents {
	background-color: #fffff0;
	width: 655px;
	line-height: 120%;
	vertical-align: top;
}

/* sidemenu */
table#middle #menu {
	float: left;
	font-size: 78%;
}
table#middle #menu ul {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}
table#middle #menu ul li {
	margin: 0;
	padding: 0;
}
table#middle #menu ul li a {
	display: block;
	text-decoration: none;
	color: #3333ff;
	font-weight: bold;
	background-color: #aaffaa;
	border-top: solid 2px #ddffdd;
	border-right: solid 2px #88ff88;
	border-bottom: solid 2px #88ff88;
	border-left: solid 2px #ddffdd;
	width: 116px;
	margin: 0;
	padding: 7px 0 5px 0;
	text-align: center;
}
table#middle #menu ul li a.on {
	background-color: #ffbbbb;
	border-top: solid 2px #ffeeee;
	border-right: solid 2px #ff9999;
	border-bottom: solid 2px #ff9999;
	border-left: solid 2px #ffeeee;
	font-weight: bold;
	color: #ff0000;
}
table#middle #menu ul li a.off:hover {
	background-color: #aaaaff;
	border-top: solid 2px #ddddff;
	border-right: solid 2px #8888ff;
	border-bottom: solid 2px #8888ff;
	border-left: solid 2px #ddddff;
	color: #0000ff;
}

/* event information */
table#event_base {
	margin-top: 32px;
}
table#event_base td {
	vertical-align: top;
}
table#event {
	width: 347px;
	background-color: #ffffff;
	border: solid 1px #333333;
}
table#event tr th {
	padding: 3px 0 3px 0px;
	border-bottom: solid 1px #888888;
	background-color: #ffccaa;
	text-align: center;
}
table#event tr td {
	padding: 5px 0 5px 7px;
	font-size: 85%;
	line-height: 150%;
	text-align: left;
}
