@charset "Shift_JIS";

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	color: #333;
	background: #eee;
}

a {
	text-decoration: underline;
	vertical-align: middle;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.body {
	width: 94%;
	margin: 1em auto 0px auto;
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
}

/*
 *=============================================================================
 *
 * Header Block
 *
 *=============================================================================
 */

.header {
	width: 100%;
	text-align: center;
	margin: 0px;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

.header h1 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.header h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.td01	{
	lin-height: 2;
	letter-spacing:0pt;
	font-size:9pt;
}

.td02	{
	lin-height: 2;
	letter-spacing: 0pt;
	font-size:20pt;
	font-weight:800;
}

/*
 *=============================================================================
 *
 * Contents Block
 *
 *=============================================================================
 */

.contents_c {
	text-align: center;
	padding: 10px;
	padding-top: 0px;
}

.contents_c table {
/*	border: 1px solid #999; */
	background: #999;
}

.contents_c td {
	background: #fff;
}

.contents_c th {
	font-weight: normal;
	background: #eee;
}

span.qferror_html {
	color: red;
	font-size: small;
}

div.notes {
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	line-height: 1.3;
}

.notes h2 {
	border: none;
	border-left: 10px solid gray;
	border-bottom: 3px dashed gray;
	padding: 3px;
}

.notes p {
	text-indent: 1em;
}

p.adobe {
	font-size: small;
	text-indent: 0;
}

p.adobe img {
	float: left;
	margin: 1ex;
}

.school_lunch_today {
	line-height: 1.2;
	width: 760px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 0px green dotted;
	border-collapse: collapse;
	font-size: small;
}

.school_lunch_today th {
	background-color: white;
	width: 250px;
	text-align: left;
	color: green;
	font-weight: bold;
	font-size: large;
	padding: 0px;
	border: 0px lightslategray solid;
}

.school_lunch_today td {
	padding: 3px;
	border: 0px lightslategray solid;
}

table.mlist {
	width: 100%;
	text-align: center;
	font-size: 10pt;
	background: #999;
}

.mlist th {
	text-align: center;
	font-weight: normal;
	background: #eee;
}

.mlist td.odd {
	background: #fff;
}

.mlist td.even {
	background: #eee;
}

.mlist th.ob {
	background: #ddd;
}

.contents_c fieldset {
	text-align: left;
}

.contents_c legend {
	text-align: left;
}

/*
 *=============================================================================
 *
 * Footer Block
 *
 *=============================================================================
 */

.footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	margin-top: 1em;
	border-top: 1px solid #999;
	font-size: small;
}

.footer img {
	border: none;
	margin: 0px 1em 0px 1em;
}

.footer a {
	text-decoration: none;
}

