body{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : black;
	background-color : white;
}

td{
	font-size : 12px;
	line-height : 17px;
}

a{
	color : black;
	text-decoration : none;
}
a:hover{
	color : red;
	text-decoration : underline;
}


#back{
	background-image : url(image/back.jpg);
	background-repeat : repeat;
	text-align : center;
	width : 784px;
	height : 1200px;
	font-size : 12px;
	line-height : 17px;
	margin-left : auto;
	margin-right : auto;
}

	#top{
		text-align : left;
		width : 784px;
		height : 111px;
	}

		#top_A{
		width : 215px;
		height : 26px;
		padding-left : 569px;
		padding-top : 42px;
		}

	#middle{
		background-image : url(image/main_text.gif);
		text-align : left;
		width : 700px;
		height : 210px;
		padding-left : 10px;
		padding-top : 51px;
		margin-left : auto;
		margin-right : auto;
	}

	#bottom{
		text-align : center;
		width : 784px;
		color : gray;
		font-size : 10px;
		line-height : 14px;
	}

