﻿@charset "utf-8";
/* CSS Document */

/**************************/
/* ページ構成 */
/**************************/

#main_cont {
	width: 920px;
	padding: 20px 20px;
	background: #ffffff url(../img/Mcont.png) repeat-x left top scroll;
	position: relative;
}

/**************************/
/* main_cont 設定 */
/**************************/

h1 {
	margin: 0px 5px 20px 5px;
	padding: 0px 0px 2px 10px;
	border-bottom: 2px ridge #bbd37f;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px 15px 5px 5px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #333333;
}

section p{
	margin: 0px 20px 5px 15px;
	padding-left: 1em;
	color: #333333;
}

section p.hl{
	padding-left: 2em;
	text-indent: -1em;
	color: #ff3333;
}

table {
	margin-bottom: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	background: #e0e0e0;
}

caption {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
}

stlong.ng {
	background: #a3a3a3;
}

stlong.ok {
	background: #d0d0d0;
	font-size: 18px;
}

stlong.done {
	background: #6699ff;
}

stlong.school {
	background: #88cc88;
}


table tr {
	height: 36px;
}

table thead tr {
	height: 28px;
}

table td div.tip {
	position: relative;
}

table thead tr th {
	width: 29px;
	padding: 3px 1px 0px 1px;
	background: #d0d0d0;
	border-bottom: solid 1px #b2b2b2;
	white-space: nowrap;
	text-align: left;
	font-size: 12px;
}

th.half {
	border-right: solid 1px #b2b2b2;
}

table thead tr th.date {
	width: 50px;
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	background: #c0c0c0;
	text-align: center;
	font-size: 13px;
}

table tbody tr {
	background: #e0e0e0;
}

table tbody tr.pre td {
	visibility:hidden;
}

table tbody tr.over th {
	background: #a0a0a0;
}

table tbody tr.over td {
	background: #a0a0a0;
}

table tr.off {
	display:none;
}

table tbody th {
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	background: #d3d3d3;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

table tbody th.saturday {
	background: #bbccdd;
	color: #3333ee;
}

table tbody th.holiday {
	background: #ddbbbb;
	color: #ee3333;
}

table tbody tr td {
	padding: 3px 1px 0px 1px;
	border-right: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	white-space: nowrap;
	text-align: center;
	line-height: 100%;
	font-size: 18px;
}

td.ng {
	background: #a3a3a3;
	font-size: 11px;
}

td.school {
	background: #88cc88;
	font-size: 11px;
}

td.done {
	background: #6699ff;
	font-size: 11px;
}

p.caption1 {
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 16px;
}

p.caption2 {
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 16px;
}