table, div {
	z-index: 0;
}
body {
	font-size: 10pt;
	text-align: center;
	background-image: url("background.png");
}

A:link {
	text-decoration: none;
	color: #333399;
}

A:visited {
	text-decoration: none;
	color: #333399;
}

A:active {
	text-decoration: none;
	color: #333399;
}

A:hover {
	text-decoration:underline;
	color: #6699CC;
}

.title {
	width: 700px;
	margin: auto;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
	border-style: solid;
	border-width: 2px;
	border-top-color: #FFAA88;
	border-left-color: #FFAA88;
	border-right-color: #880000;
	border-bottom-color: #880000;
	background-image: url(../img/dark_line_h.png);
	background-color: #656565;
}

table {
	margin: auto;
	background-color: #FFFFFF;
	border: solid 1px #880000;
	border-collapse: collapse;
	border-spacing: 1px;
}

.noborder {
	border-style: none;
	background-color: transparent;
}

tr.odd{
	background-color: #FFFFFF;
}
tr.even{
	background-color: #E6E6FA;
}

th {
	border: solid 1px #FFAA88;
	background-image: url(../img/dark_line_h.png);
	background-color: #656565;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	white-space: nowrap;
}
th.days {
	/* #FFB6C1 */
	background-image: url(../img/dark_line_h.png);
	color: #FFB6C1;
}
th.shift {
	/* #FFCCFF */
	background-image: url(../img/dark_line_h.png);
	color: #FFCCFF;
}
th.trans_exp {
	/* #CCFFFF */
	background-image: url(../img/dark_line_h.png);
	color: #CCFFFF;
}
th.duty {
	/* #CCCCFF */
	background-image: url(../img/dark_line_h.png);
	color: #CCCCFF;
}
th.work_time {
	/* #99FF99 */
	background-image: url(../img/dark_line_h.png);
	color: #99FF99;
}
th.rest_time {
	/* #99FFFF */
	background-image: url(../img/dark_line_h.png);
	color: #99FFFF;
}
th.penalty {
	/* #CCFFCC */
	background-image: url(../img/dark_line_h.png);
	color: #CCFFCC;
}
th.exemption {
	/* #99CC99 */
	background-image: url(../img/dark_line_h.png);
	color: #99CC99;
}

td {
	border: solid 1px #880000;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
	white-space: nowrap;
}
th.sat {
	color: #8888FF;
}
th.sun {
	color: #FF8888;
}
th.holy {
	color: #FF8888;
}
td.sat {
	color: #0000FF
}
td.sun {
	color: #FF0000;
}
td.holy {
	color: #FF0000;
}
td.pena {
	color: #FF0000;
}

/* 必須項目 */
.require {
	background-color: #ffffcc;
}

/* エラーメッセージ */
.error {
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

/* ページE鵐、現在ページ */
.current_page {
	font-weight: bold;
	color: #A90A08;
}

/* 従業員E好函▲瓮奪察璽戸E/
div.sche {
	margin: auto;
	width:  700px;
/*	overflow-y: scroll;*/
	overflow-y: auto;

}

/* 入力説明文カラー */

.input_assistance_color {
	color: #880000;
	text-align: left;

}

/* 画面説明文カラー */
.gamen_explanation_color {
	color: #880000;
	font-weight: bold;

}

.blue { color: blue; }
.red { color: red; }
