h1 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.3em;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-indent: 2px;
	margin-top: 0px;
	background-color: #CC0033;
	border-radius: 2px;         /* CSS3 */
	-webkit-border-radius: 2px;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.3em;
	background-image: url(img/h2.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-indent: 2px;
	border-radius: 2px;         /* CSS3 */
	-webkit-border-radius: 2px;
}
h3 {
	font-weight: normal;
	font-size: なし;
	background-image: url(img/h3.jpg);
	line-height: normal;
	background-repeat: no-repeat;
	color: #000000;
	border-radius: 2px;         /* CSS3 */
	-webkit-border-radius: 2px;
}
h4 {
	font-size: 9pt;
	background-color: #3333CC;
	color: #FFFFFF;
	padding: 1px;
	font-weight: normal;
	margin: 0px;
	border-radius: 2px;         /* CSS3 */
	-webkit-border-radius: 2px;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0.9em;
	padding-left: 0px;
}
li {
	margin-left: 0px;
}
blockquote {
	margin-left: 1.2em;
	margin-right: 1em;
}
.mid {
	font-size: 10px;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 9px;
}
.white {
	color: #FFFFFF;
}
.gray {
	font-size: 12px;
	color: #666666;
}
.blue {
	color: #0000FF;
}
body {
	background-image: url(img/wall.gif);
}
