body {
 color: maroon;
 background: url(sozai/blue-skyblue-ball.gif);
 padding: 3%;
}

p {
 font-size: 90%;
 line-height: 1.3;
 margin-left: 20px; margin-right: 20px;
}

p.red {
 color: red;
 margin: 0;
}

p.center {
 text-align:center;/* テキスト配置 */
}

p.update {
 padding-top: 2px;
 background-color: limegreen;
 color: white;
 margin-bottom: 0;
}

p.update2 {
 font-size: 80%;
 color: indianred;
 border: solid thin limegreen;
 margin-top: 0;
 padding: 3px;
}

img.right {
 float: right;
}

div.title {
 padding: 0px;/* テキストから枠線までの余白 */
 text-align:center;/* テキスト配置 */
}

div.top {
 float: left;/* フロート左 */
 text-align:center;/* テキスト配置 */
 width: 240px;/* 幅 */
 height: 58em;
 }

div.main {
 margin-left: 300px;
 width: 450px;/* 幅 */
}

div.bottom {
 clear: both;
 text-align:center;
}