*
{
    margin   : 0px;
    padding  : 0px;
}
body
{
    font-size: 13px;
    font-family: "メイリオ","Meiryo","MS PGothic", "Osaka",Arial,sans-serif;
    color: #5c432d;
    text-align:center;
}
a
{
    text-decoration: underline;
}
a:link {
    color: #5c432d;
}
a:visited {
    color: #5c432d;
}
a:active {
    color: #b34c4c;
}
a:hover {
    color: #b34c4c;
}
img
{
    border : 0;
}
li
{
    list-style-type:none;
}

table
{
    border-top  : 1px solid #c0c040;
    border-left : 1px solid #c0c040;
    border-collapse : collapse;
}
th,td
{
    border-bottom : 1px solid #c0c040;
    border-right  : 1px solid #c0c040;
    padding       : 4px;
}

#wrapper {
    height     : auto;
    margin     : 0 auto;
    position   : relative;
    width      : 950px;
}
/* ---- ヘッダー ---- */
#header
{
    text-align:left;
    margin-bottom : 10px;
    height : 102px;
}
#header h1
{
    font-size : 12px;
}
#header div.logo
{
    float : left;
}
#header div.header_right
{
    float : right;
    text-align : right;
}
#header div.header_right li
{
    display : inline;
}
#header div.ad
{
    margin-top : 6px;
    float      : right;
    width      : 468px;
    height     : 60px;
}
#contents
{
    text-align : center;
    clear      : both;
}
/* ---- フッター(ここから) ---- */
#footer
{
    margin           : 20px;
    padding          : 10px;
    background-color : #f7f7f7;
}
#footer ul
{
    margin : 4px 0;
}
#footer li
{
    display : inline;
    margin  : 0 6px;
}
/* ---- フッター(ここまで) ---- */

.input_text
{
    background-color:#e7e0d2;
    background-border:#e7e0d2;
    padding:2px;
}
.input_select
{
    background-color:#e7e0d2;
    background-border:#e7e0d2;
    padding:2px;
}
.input_file
{
    background-color:#e7e0d2;
    background-border:#e7e0d2;
    padding:2px;
}

.button
{
    background-color : #c0c040;
    border           : 4px double #e7e0d2;
    padding          : 4px 6px;
    color            : #5c432d;
    font-weight      : bold;
    font-family      : "メイリオ","Meiryo","MS PGothic", "Osaka",Arial,sans-serif;
    cursor           : pointer;
}
.button_back
{
    background-color : #b3b34c;
    border           : 4px double #e7e0d2;
    padding          : 4px 6px;
    color            : #5c432d;
    font-weight      : bold;
    font-family      : "メイリオ","Meiryo","MS PGothic", "Osaka",Arial,sans-serif;
    cursor           : pointer;
}

.red
{
    color : #f00;
}
.black
{
    color : #000;
}
.fs12
{
    font-size : 12px;
}
