﻿body, p, h1, h2, h3, h4, h5, h6, ul, form, input, th, td {
    margin : 0px;
    padding : 0px;
}
ul {
    list-style-type : none;
}
html {
    height : 100%;
}
body {
    font-family : "ＭＳ Ｐゴシック";
    background-color : #FFF;
    background-image : none;
    height : 100%;
}
#container {
    width : 800px;
    min-height : 100%;
    height : auto !important;   
    height : 100%;
    margin-left : auto;
    margin-right : auto;
    background-color : #F2BEF2;
    font-size : 14px;
    line-height : 25px;
    border-left : 1px solid #888;
    border-right : 1px solid #888;
}
.lf {
    float : left;
    margin-top : 30px;
    margin-bottom : 15px;
    padding-left : 15px;
    padding-right : 10px;
}
.rt {
    float : right;
    margin-top : 30px;
    margin-bottom : 15px;
    padding-left : 10px;
    padding-right : 15px;
}
.center {
    text-align : center;
    margin-top : 30px;
    margin-bottom : 15px;
}
.btm {
    float : left;
    margin-top : 5px;
    margin-bottom : 15px;
    padding-left : 15px;
    padding-right : 15px;
}
.clr {
    clear : both;
}
strong { font-size : 28px;
}
strong.web {
    font-size : 20px;
    color : green;
}

