body {
	font-family: メイリオ, Meiryo, Osaka, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	background-color:#131A22;
	overflow: scroll;
}

button {
	background-color: #052532;
	CURSOR: hand;
	width: 200px;
	height: 140px;
	border-top: 5px solid #2820209;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #282020;
	border-right: 5px solid #000000;
}

button2 {
	background-color: #052532;
	CURSOR: hand;
	width: 200px;
	height: 140px;
	border-top: 5px solid #282020;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #282020;
	border-right: 5px solid #000000;
}

input,button {
	cursor:pointer;cursor: hand;
}

input,textarea {
	color: #FFFFFF;
	font-family: メイリオ, Meiryo, Osaka, sans-serif;
	font-size: 12pt;
	background: #003370;
	border-style: solid;
/*	border-color: #052532; */
	border-color: #0063b1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-width: 10px;
}

select {
	color: #FFFFFF;
	background: #003370;
	font-SIZE: 12pt;
	font-family: メイリオ, Meiryo, Osaka, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color:black;
}

a:visited {
	color:black;
}

a:active {
	color:black;
}
