@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6,
table, th, td, div, p, form, ul, ol, li, dl, dt, dd, address, img {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
ul, ol {
    list-style: none;
}

a:link {
    color: #A7A103;
}

body {
    padding-bottom: 20px;
    background: #FFF;
}

img {
    border: 0;
}

ul.has_mark {
    list-style: disc;
}
ul.has_mark li {
    margin-left: 24px;
}
ul.error_message li {
    color: #F00;
    font-weight: bold;
}

div#layout {
    width: 800px;
    margin: 0 auto;
}

div#header {
    width: 800px;
}
div#header h1 {
}

div#contents {
}

div#contents div#help {
    background: url("/resources/images/common/help.png") no-repeat;
    height: 20px;
}
div#contents div#help p#help_message {
    margin: 2px 0 0 32px;
}

div#footer {
}

/*
 * common
 */

div.panel {
    display: none;
    position: relative;
}

div.elm {
    position: absolute;
}

