@charset "utf-8";

#header {
	background-color: #FFFFFF;
	height: 200px;
	width: 825px;
}



#header h1{
	width: 825px;
	height: 165px;
}

h2{
	padding-top: 20px;
	clear: both;
}

div.yokoku {
	margin-top: 1.5em;
}


p.photo{
	width: 170px;
	float: left;
	text-align: right;
	padding-top: 10px;

}

div.article {
	width: 375px;
	float: right;
	text-align: left;
	padding-top: 10px;
}
div.article h3 {
	padding: 5px;
	color: #498263;
	font-weight: bold;
	background: #FAFAD2;
}
div.article p {
	margin-top: 0.8em;
	padding: 0 5px;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
}

.green{
	color: #498263;
	padding-bottom: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}
.strikeout {
	text-decoration: line-through;
}

.calendar {
}
.calendar h2 {
	margin-top: 20px;
	padding: 5px 15px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	background: #498263;
}
.calendar p {
	margin-top: 20px;
	font-weight: bold;
}
.calendar table {
	width: 100%;
	border: 1px solid #999;
}
.calendar table th {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #999;
	text-align: center;
	background: #E36D49;
}
.calendar table td {
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	background-color: #FFFFEE;
}
.calendar table td.detail {
	text-align: left;
}
.calendar .holiday {
	color: #FF0000;
}
.calendar .saturday {
	color: #09F;
}
.calendar ul {
	margin-top: 5px;
}