body {
	padding:  0px;
	margin: 0px;
	background-color: #FFFFFF;
	}
.clear { clear:both; }

#contents {
	width: 540px;
	background: #FFCC99;
	float: left;
}




.box_grn {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #CCFFCC;
	border: 2px solid #669966;
}
.box_grn h2 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0px;
}
.box_grn p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bk_yel {
	background: #FFFFCC;
	border: 2px solid #FF9900;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.shosai_table {
	text-align: left;
	margin-top: 10px;
	border: 1px solid #D5032F;
	width: 530px;
}
.shosai_table th {
	text-align: left;
	padding: 2px 4px;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	width: 6em;
}
.shosai_table td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
.shosai_table p {
	margin: 0px;
}
.shosai_table h3 {
	margin: 0px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFCCCC;
}

.event_table {
	text-align: left;
	margin-bottom: 10px;
}
.event_table .gap {
	width: 27px;
}




.txt90 {font-size: 90%;}
.txt80 {font-size: 80%;}
.txt60 {font-size: 60%;}
.txt50 {font-size: 50%;}
.txt_w_bk_g {
	font-weight: bold;
	color: #FFFFFF;
	background: #006633;
	padding: 2px 4px;
}
.txt_w_bk_red {
	color: #FFFFFF;
	background: #990000;
	padding-right: 2px;
	padding-left: 2px;
}

.photo {
	margin: 6px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
.photo_right {
	margin: 6px;
	float: right;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}
.letterspace1 {
	letter-spacing: 1em;
}
.comment {
	font-size: 90%;
	text-indent: -1em;
	padding-left: 1em;
}

.comment_red {
	font-size: 90%;
	color: #990000;
}

.align_center {text-align: center;}
.align_right {text-align: right;}
.align_left {text-align: left;}
.float_right {float: right;}
.float_left {float: left;}
