html,body       { width: 100%; height: 100%; margin: 0; padding: 0; cursor: default; color: #444; font-size: 12pt; background-color: #A5C2D9; }
*:focus         { outline: none; }

.title_c        { width: 900px; height: auto; margin: 0; padding: 0; background-color: #A5C2D9; text-align: center; }
.space          { width: 900px; height: 10px; border: 0; background-color: #5B6B78; color: #5B6B78; margin: 0; padding: 0; font-size: 0pt; line-height: 0px; }

.image          { margin-left: 25px; background-repeat: no-repeat; background-position: center; border: 5px solid #E8EEFF; }

.ring1          { width: 84px; height: 26px; background-image: url('../img/ring1.png'); background-repeat: no-repeat; background-position: center; }
.ring2          { width: 33px; height: 33px; background-image: url('../img/ring2.png'); background-repeat: no-repeat; background-position: center; }
.ring3          { width: 62px; height: 29px; background-image: url('../img/ring3.png'); background-repeat: no-repeat; background-position: center; }
.ring4          { width: 21px; height: 21px; background-image: url('../img/ring4.png'); background-repeat: no-repeat; background-position: center; }

.tbl            { width: 900px; height: auto; color: #444; font-size: 12pt; }

.tbl_l          { background-color: #D1DFFF; }
.tbl_d          { background-color: #C4D6FF; }

.gray           { color: #666; }
.list           { color: #031D8F; padding: 4px 4px 4px 4px; font-weight: bold; }
.value          { color: #C92F04; }
.string         { color: #107800; }