html,body {
    color:#ff69b4;
    font-size:10pt;
    line-height: 150%;
}

html {
    background-image: url(/images/che_a07.gif);
}
a:link        {font-size:10pt; color:#00bfff;}
a:visited     {font-size:10pt; color:#00bfff;}
a:active      {font-size:10pt; color:orange;}
a:hover       {font-size:10pt; color:orange;}

.tos#content {
    width: 640px;
    margin: 2em auto;
    border: 3px solid #0000bb;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
    padding: 1em;
    background-color: #ffffff;
    counter-reset: section;
}

.tos#content h1 {
    text-align: center;
}

h2 {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #ff9933;
    padding: 0.2em 0.5em;
}

h2:before {
    content: "第" counter(section) "条 ";
    counter-increment: section;
}