@charset "utf-8";
/* CSS Document */
body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
}
h1 {
	font-size: 1em;
	text-shadow:#bbb 2px 2px 3px;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #FF0000;
	border-left-style: solid;
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-color: #BF0000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF7979;
	display: block;
	padding: 3px;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100px;
	margin-top: 20px;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
textarea {
	font-size: 1em;
}
strong {
	color: #FF0000;
}
table {
	font-size: 1em;
	margin-top: 10px;
}
th {
	color: #FFFFFF;
	background-color: #CCCCCC;
	white-space: nowrap;
	padding: 3px;
}
td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#centerblock {
	text-align: center;
	margin-top: 10px;
}