<!--
	body	{
		background:#ffffe7;
	}

	table{
		background:#aa8800;
	}

	input	{
		background:#ffffe7;
		border:solid 1px #aa8800;
		font-size:15px;
		padding:3px;
	}

	select	{
		background:#ffffe7;
		border:solid 1px #aa8800;
		font-size:15px;
		padding:3px;
		width:150px;
	}

	th		{
		background:#426363;
		padding:5px;
		font-size:24px;
		color:#ddddc6;
		font-weight:100;
		font-family:cursive;
	}

	td		{
		background:#cccca7;
		padding:5px;
		font-size:14px;
		color:#666600;
	}

	#coment	{
		width:400px;
		vertical-align:middle;
		text-align:center;
		background:#ddddc6;
		background-repeat:no-repeat;
		background-position:right bottom;
	}

	#gazou	{
		width:400px;
		vertical-align:middle;
		text-align:center;
		background:#ddddc6;
		background-repeat:no-repeat;
		background-position:right bottom;
	}

	#nouryoku{
		width:400px;
		vertical-align:middle;
		text-align:center;
		background:#ddddc6;
		background-repeat:no-repeat;
		background-position:right bottom;
	}

	.copy	{
		background:#dddd77;
		width:800px;
		padding:3px;
		text-align:center;
		border:solid #636363;
		border-width:1px 0px 1px 0px;
		color:#636363;
		font-size:12px;
	}

	.m1		{
		padding:5px;
		width:800px;
		text-align:left;
		font-size:14px;
		color:#636363;
	}

	h1		{
		background:#dddd77;
		width:800px;
		padding:5px;
		text-align:left;
		border:solid #636363;
		border-width:2px 0px 2px 0px;
		color:#636363;
		font-size:18px;
	}

-->