
	body{
		background-color: #ffffff;
		line-height: 180%;
		margin: 0px;
		text-align: center;
	}

	a{
		color: blue;
	}

	a:visit{
		color: blue;
	}

	a:hover{
		color:red;
	}

	a:active{
		color:red;
	}

	div.title{
		border-bottom: 3px solid #007cb9;
		padding-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	table.message{
		margin-top: 35px;
		margin-bottom: 25px;
	}

	table.message td{
		font: bold 150% HGS ¥´¥·¥Ã¥¯;
		color: #b03300;
		border: 1px solid #b03300;
		background-color: #ffffdd;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}