body {  
	margin: 0px; 
	padding: 0px; 
	background-color: #FFFFFF;
}

td {
	margin: 0px;
	padding: 0px; 
	border-collapse: collapse;
	border-spacing: 0px;
}


a:link	{
	text-decoration : none;
}
a:visited	{
	text-decoration : none;
}
a:active	{
	text-decoration : underline;
}
a:hover	{
	text-decoration : underline;
}

div.top-bg {
	background-image: url(sakusei-top.gif); 
	background-repeat: no-repeat; 
	width: 530px;
	height: 15px;
}

div.center-bg {
	background-image: url(sakusei-center.gif); 
	background-repeat: repeat-y; 
	background-position: center;
	width: 530px;
}

div.bottom-bg {
	background-image: url(sakusei-bottom.gif); 
	background-repeat: no-repeat; 
	width: 530px;
	height: 20px;
}

.obj-margin { margin: 30px; } 

.txt {
	margin: 20px 0px 20px 0px;
	font-size: 9pt; 
	line-height: 16pt; 
}

.area {
	margin: 20px 0px 20px 0px;
	font-size: 9pt; 
	line-height: 13pt; 
}

.center { text-align: center; }