/* •ø¤­“Q¤¨¿ÉÄÜHTML¤Î¥¹¥¿¥¤¥ë */

body {
	font-size: 120%;
	line-height: 160%;
}
h1 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	background-color: #900;
	height: 2.2em;
	padding-top: 1em;
	margin: 0px auto 30px auto;
}
a:link, a:visited {
	color: #900;
}
a:hover {
	color: #C00;
}

span.btn {
	display: block;
	clear: both;
	width: 50%;
	padding: 10px 30px;
	margin: 5px;
	background-color: #900;
        font-weight: bold;
	font-size: 100%;
}
span.btn a:link, span.btn a:visited {
        color: #fff;
}
span.btn a:hover{
        text-decoration;none;
}

.table {
	width: 100%;
}
.table td, .table th {
	border: #ccc solid 1px;
	padding: 5px 10px;
	font-size: 85%;
	text-align: center;
}
.table th {
	background-color: #f0f0f0;
}
.table td {
	background-color: #fffcf0;
}

blockquote {
	width: inherit;
	border: 1px #C99 solid;
	background-color: #FFF0F0;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #900;
}
blockquote p {
	font-size: 80%;
	font-weight: 100;
	color: #333;
}
