@charset "utf-8";
/*---------------------------------------------------------------------
  top page
---------------------------------------------------------------------*/

html{
	height:100%;
	margin: 0;
}

body{
	height:100%;
	width:100%;
	background-color: #FFFFFF;
}

h1{
	text-align: right;
	width: 570px;
	margin: 0px auto;
	font-size: 68%;
	color: #3d4d99;
	font-weight: normal;
}

a:visited a:hover a:active a:link{
	color: #3d4d99;
}

#top-bg{
	width:100%;
	height:100%;
	border:0px;
}

#top-bg td{
	text-align:center;
}
