@charset "UTF-8";
@import url(./base.css);

body {
	background:#c0c0c0;
}

/* container */
#container {
	width:910px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin:0 auto;
}

/* header */
#header {
	width:910px;
	height:550px;
	background:url(../images/header-black.jpg) no-repeat;
}

#header h1 {
	display:none;
}


/* header-navi */
#header-navi {
	position:relative;
	top:525px;
	width:840px;
	margin:0 auto;
}

#header-navi ul.lv1 li {
	list-style:none;
	float:left;
}

#header-navi ul.lv1 li span.current {
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	background:url(../images/navi-act.jpg) no-repeat;
	text-align:center;
	color:#000000;
	font-size:12px;
}

#header-navi ul.lv1 li a.default {
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	background:url(../images/navi-def.jpg) no-repeat;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}

#header-navi ul.lv1 li a.default:hover {
	color:#ffff00;
}

#header-navi ul.lv2 {
	position:absolute;
	border:solid 1px #aaaaaa;
	border-bottom:none;
}

#header-navi ul.lv2 li {
	clear:both;
}

#header-navi ul.lv2 li a {
	display:block;
	background:#000000;
	width:195px;
	border-bottom:solid 1px #aaaaaa;
	font-size:10px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
	padding-left:5px;
}

#header-navi ul.lv2 li a:hover {
	background:#888888;
}


/* contents */
#contents {
	padding-top:50px;
	padding-bottom:50px;	
	background:#ffffff;
}

#contents .open {
	width:700px;
	margin:0 auto;
}


/* footer */
#footer {
	width:910px;
	height:40px;
	background:url(../images/footer-black.jpg) no-repeat;
	margin-bottom:100px;
}


#contents-left {
	float:left;
	width:680px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#contents-right {
	float:left;
	width:200px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding-left:10px;
	border-left:solid 1px #aaaaaa;
}

/*--------------------------------
 edited by Naomi Ito below
----------------------------------*/
#contents-left h2 {
	width: 680px;
	height: 30px;
	background: url(../images/h2_bg.gif) no-repeat;
	color: #ffffff;
	font-size: 100%;
	padding: 0.4em 0 0 40px;
}
#report {
	width: 650px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#report ul {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	width: 650px;
	height: 38px;
	float: left;
	background: url(../images/index_report.gif) no-repeat;
}
#report ul li {
	float: left;
}
#report ul li a {
	display: block;
	width: 130px;
	height: 38px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#report ul li.mar10 a:focus,
#report ul li.mar10 a:hover {
	background: url(../images/index_report.gif) no-repeat left bottom;
}
#report ul li.mar11 a:focus,
#report ul li.mar11 a:hover {
	background: url(../images/index_report.gif) no-repeat -130px -38px;
}
#report ul li.mar12 a:focus,
#report ul li.mar12 a:hover {
	background: url(../images/index_report.gif) no-repeat -260px -38px;
}
#report ul li.mar13 a:focus,
#report ul li.mar13 a:hover {
	background: url(../images/index_report.gif) no-repeat -390px -38px;
}
#report ul li.mar14 a:focus,
#report ul li.mar14 a:hover {
	background: url(../images/index_report.gif) no-repeat -520px -38px;
}
/*----- table (court change announcement) -----*/
#court {
	width: 650px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-collapse: separete;
	border-spacing: 2px;
	font-size: 80%;
	background: #ffffff;
	line-height: 1.8em;
}
#court th {
	background: #e6e6e6;
	text-align: center;
}
#court tr.day1 {
	background: #ffeeee;
}
#court tr.day2 {
	background: #ffdddd;
}
#court tr.day3 {
	background: #ffcccc;
}
#court tr.day4 {
	background: #ff9999;
}
#court td.venue {
	text-align: center;
}	
#court td.day {
	font-weight: bold;
	text-align: center;
}	

