@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

h2#img_top {
	width: 780px;
	height: 300px;
	background: url(common/images/img_top.jpg) no-repeat;
	text-indent: -9999em;
}
#flash {
	position: absolute;
	top: 148px;
	left: 8px;
}

.box_new {
	height: 200px;
	overflow: auto;
	background: #f5f5f5;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 20px;
	padding: 10px;
}
.box_01 {
	margin-bottom: 20px;
}

.table01 {
	float: left;
}
.table02 {
	float: right;
}
table {
	font-size: 0.8em;
	width: 185px;
	margin-bottom: 10px;
	border: 3px double #ccc;
	float: left;
 
}

table th, tr.week td {
	background: #ffc;
}
table td{
	width: 14%;
	background: #fff;
	vertical-align: middle;
	text-align: center; 
	color: #333;
}
.red {
	color:#FF2828;
}
.bule {
	color: #0099CC;
}
.off {
	background: #ccc;
}
#sub h3 {
	font-weight: bold;
	color:#c00;
}
h4 span {
	color: #ccc;
}

strong {
	color: #c00;
}

/*　サイトマップ
------------------------------------------------------------ */

h2#img_map {
	width: 780px;
	height: 200px;
	background: url(common/images/img_sitemap.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 li {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 3px double #ccc;
	color: #804040;
	margin-bottom: 10px;
}