body	{/*全体*/
	font-weight: bolder;
	font-size: 12px;
	font-family: ＭＳ 明朝;
	color: #ffffff;
	background: #858585;
	background-image: url(./img/wall01.png);
	}

a:link	{color:#ffd6ac;text-decoration: none}
a:visited	{color:#dfdfff;text-decoration: none}
a:hover	{color:#ffffff;text-decoration: none}
a:active	{color:#ff0000;text-decoration: none}

.logo	{/*ロゴ配置*/
		width: 300px;
		height: 30px;
		margin: 0px;
		position: absolute;
		left: 400px;
		top: 0px;
	}

.head	{/*ロゴ配置*/
		width: 30px;
		height: 30px;
		margin: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
	}

.button0{/*ボタン横*/
		text-align:center;
		color: #ffffff;
		background-color: #000000;
		border: solid 1px #aaaaff;
		width: 65px;
		height: 19px;
		margin: 4px;
		padding: 3px;
	}

.button1{/*ボタン縦*/
		text-align:center;
		color: #ffffff;
		background-color: #000000;
		border: solid 1px #aaaaff;
		width: 19px;
		height: 65px;
		margin: 4px;
		padding: 3px;
	}
