body {
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-aling: center;
	font-family: times new roman;
}

/* 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-size: 12pt;
	text-align: justify;
}	

#box img{
	margin: 10px 10px 10px 10px;

}

/* link */
a {
	vertical-align: middle;
	text-decoration:  none;
	font-size: 16px;
	color: #009;
}


/* letter set */
h1{
}

h4{
	font-size: 12pt;
	line-height: 70%;
}
