body {
    font-size:      13px;
    font-family:    Arial, sans-serif;
    background:     url(/image/body_bg.png) repeat-x top;
}
h1, h2, h3, h4, h5, h6, a {
    color:          #c85b00;
}
a:link,
a:visited {
    text-decoration:none;
}
a:hover,
a:active {
    text-decoration:underline;
}
ul {
    list-style-type:none;
}
h1 {
    font-size:      1.6em;
    font-weight:    bold;
    margin-bottom:  1em;
}
h2 {
    font-size:      1.3em;
    font-weight:    bold;
    margin-bottom:  1em;
}
h3 {
    font-size:      1.1em;
    font-weight:    bold;
    margin-bottom:  1em;
}
h4 {
    font-size:      1em;
    font-weight:    bold;
}
fieldset,
legend,
input[type=file],
input[type=password],
input[type=text],
input[type=submit],
select,
textarea {
    border:         solid 1px #cccccc;
}
input[type=file],
input[type=password],
input[type=text],
input[type=submit],
select,
textarea {
    padding:        1px;
    font-size:      1em;
    background:     #eeeeee;
}
legend,
label,
input[type=submit] {
    color:          #c85b00;
}
div.error,
input.error,
select.error,
textarea.error {
    border:         solid 1px #f11;
}

/* in content */
#content p {
    margin-bottom:  1em;
    text-align:     justify;
}
#content ol,
#content ul {
    padding-left:   2em;
    margin-bottom:  1em;
    text-align:     justify;
}
#content ul ul {
    list-style-type:circle;
}
#content ul ul ul {
    list-style-type:square;
}
#content blockquote,
#content pre,
#content p.note {
    margin-bottom:  .7em;
    padding:        .5em;
    background:     #eeeeee;
    border:         1px dashed #cccccc;
}
#content blockquote p:last-child {
    margin:         0;
}
#content p.note {
    font-size:      .9em;
}
#content span.title {
    border-bottom :     1px dashed #dddddd;
    display :           block;
    line-height :       18px;
    margin:             1.5em 0 .5em 0;
    font-weight:        bold;
}
#content p.indent,
#content .tick {
    padding-left:   2em;
}
#content ul.indent {
    padding-left:   4em;
}
#content .tick {
    background:     url(/image/picto/tick.gif) no-repeat top left;
}
