
body {
	background-color:#f0f0a0;
	font-size:10pt;
}

h1 {
	color:#ffffff;
	background-color:#0050C0;
}

td {
	font-size:10pt;
	padding:4px;
}

th {
	font-size:10pt;
	background-color:#f0d090;
	padding:4px;
}

.btn {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	min-width: 120px;
	min-height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #009060;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: 0;
	border-bottom: 2px solid #529772;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.btn {
	color: #FFFFFF;
}

.btn:hover {
	background-color: #529772;
}

.ngbtn {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	min-width: 120px;
	min-height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #80D0B0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: 0;
	border-bottom: 2px solid #529772;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	cursor: default;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
