body {
	background-color:#990033;
	margin-top: 0;
}

.author{
	font-size:14px;
	color: #FFFFFF
}
.root{font-size:12px;
}


p{
	line-height:150%;
}
li{
	line-height:150%;
}

.go2top{font-size:14px;
	font-weight:normal;
}

.hm{
	font-size:medium;
	font-weight:bold;
	background-color:#FFCC33;
}

.em_red{
	font-weight:bold;
	color: #FF0000;
}


h1{
	font-size:x-large;
}
h2,h3,h4,h5,h6{
	font-size:medium;
	line-height:130%;
}
dl,ol,ul{
	line-height:150%;
}



/* Self-Update用スタイル */
.m-size {
	font-size: medium;
	font-weight: bold;
}
.l-size {
	font-size: large;
	font-weight: bold;
}
.xl-size {
	font-size: x-large;
	font-weight: bold;
}
.xxl-size {
	font-size: xx-large;
	font-weight: bold;
}
.size12 {
font-size:12px;
}
.mgn20 {
	margin: 20px;
}
.bdr903 {
	border: 1px solid #990033;
	padding: 10px;
}
