@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	width:750px;
	margin:10px auto;
}
h1 {
	background-color:#FFF;
	color:#666;
	font-size:1.25em;
}
h1#title {
	text-align:center;
}
input.button {
	width:2.5em;
	height:1.56em;
	text-align:center;
	color: #000;
	background-color: #CCC;
	border: 1px outset #666;
	font-size:1.1em;
}

input.button:hover {
	width:2.5em;
	height:1.56em;
	border: 1px outset #666;
}

input.button:active {
	width:2.5em;
	height:1.56em;
	border: 1px inset #333;
}
input.button_pi {
	width:2.5em;
	height:1.56em;
	text-align:center;
	color: #000;
	background-color: #CCC;
	border: 1px outset #666;
	font-size:1.1em;
	font-family:serif;
}

input.button_pi:hover {
	width:2.5em;
	height:1.56em;
	border: 1px outset #666;
}

input.button_pi:active {
	width:2.5em;
	height:1.56em;
	border: 1px inset #333;
}

input.button_w {
	width:5.5em;
	height:1.56em;
	text-align:center;
	color: #000;
	background-color: #CCC;
	border: 1px outset #666;
	font-size:1.1em;
}

input.button_w:hover {
	border: 1px outset #666;
}

input.button_w:active {
	border: 1px inset #333;
}

input.button_t {
	width:1.56em;
	height:4.69em;
	text-align:center;
	color: #000;
	background-color: #CCC;
	border: 1px outset #666;
	font-size:1.1em;
}

input.button_t:hover {
	border: 1px outset #666;
}

input.button_t:active {
	border: 1px inset #333;
}
