body {
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-aling: center;
}

/* layout */
/* for statement pages */
#statement {
	width: 700px;
	padding: 10px 10px 0px 10px;
	margin: 10px 10px 0px 10px;
	border: none;
	line-hight: 2.0;
}

#statement table{
	width: 650px;
	table-layout: fixed;
}

#statement caption{
	caption-side: top;
	font-size: large;
	font-weight: bold;
	color: #c00;
}

#box {
	width: 680px;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	border: solid 1px #ccc;
	font-family: century;
	font-size: 11pt;
	text-align: justify;
}	

.box.date {
	font-size: 11pt;
	text-align: right;
}

.box.name {
	font-size: 10pt;
}

a {
	vertical-align: middle;
	text-decoration:  none;
	font-size: 16px;
	color: #009;
}


/* letter set */
/* title */
h3 {
	font-size: 18px;
}