@charset "UTF-8";
/* CSS Document */

#postman {
	position:relative;
	top: -125px;
	left: 680px;
	text-align: right;
	padding-right: 10px;
	width: 100px;
	z-index: 0;
}

div.tegami {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	padding: 1em 10pt 1em 10pt;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 360pt;
	float: left;
}

div.hagaki {
	border-style: solid;
	border-color: black;
	border-width: 2px;
	padding: 1em 10pt 1em 10pt;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 260pt;
	float: left;
}

div.tegami_line_num {
	padding: 1em 0 0 0;
}

div.tegami pre, div.tegami_line_num  pre, div.hagaki pre {
	font-size: 12pt;
	line-height: 130%;
	font-family: "Lucida Console", Monaco, monospace;
}

div.tegami p.right, div.hagaki p.right {
	text-align:right;
}

div.tegami p.center, div.hagaki p.right {
	text-align:center;
}

p.kaisetsu {
	clear: left;
	font-size: 12pt;
	line-height: 1.5;
}

dl.kaisetsu dt {
	color: red;
	font-weight: bold;
}

dl.kaisetsu dd {
	margin-left: 3em;
	margin-bottom: 0.5em;
}

.kaisetsu {
	font-size: 120%;
}

table.jikou {
	width: 90%;
	margin-bottom: 1em;
	font-size: 120%;
}

table.jikou td {
	padding: 0.3em 0 0.3em 0;
}

table.jikou caption {
	font-size: 150%;
	font-weight: bold;
	padding: 0.3em 0 0.1em 0.5em;
}

table.jikou caption.winter {
	background-color: #999;
}

table.jikou caption.spring {
	background-color: #F9C;
}

table.jikou caption.summer {
	background-color: #6FF;
}

table.jikou caption.autumn {
	background-color: #C63;
}

td.month {
	width: 3em;
	color: #09C;
	font-weight: bold;
	vertical-align: top;
}

table.kakidashi-musubi {
	width: 600px;
	font-size: 120%;
}

table.kakidashi-musubi td {
	width: 50%;
}

table.kakidashi-musubi td strong {
	color: red;
	font-weight: bold;
}