H2 { color:orange; text-align: right; background-color: white; margin-right: 5px; letter-spacing: 0.5em; }
/* タイトル設定 */
.body { color: white; text-align: left; margin-left: 10px; }
/* 通常文設定 */
A{ color:black; background-color:white; text-decoration: none; }
/* リンク設定 */
A:hover{ color:white; background-color:black; text-decoration: none; }
/* リンク設定（マウスオーバー） */
H4 { color: white; }
/* 説明文設定 */
H2.title_summer{ color:white; text-align: right; background-color: #1C86EE; margin-right: 5px; letter-spacing: 0.5em; size:-1pt;}
.body_summer { color: #1C86EE; text-align: left; margin-left: 10px; }