/* Internet Explorer Environment */
/* --- background --- */
.main-color        {background-color: #99CC99}
.sub-color         {background-color: #CCFFCC}
.bg-color          {background-color: #CCCC33}

/* --- body --- */
body.main-color    {background-color: #99CC99}
body.sub-color     {background-color: #CCFFCC}
body.bg-color      {background-color: #CCCC33}

/* --- align --- */
.align-left        {text-align: left;}
.align-center      {text-align: center;}
.align-right       {text-align: right;}

/* --- valign --- */
.valign-top        {vertical-align: top;}
.valign-middle     {vertical-align: middle;}
.valign-bottom     {vertical-align: bottom;}

/* --- text-indent --- */
.text-indent       {text-indent: ;}

/* --- copyright --- */
.copyright {
    color: #000000;
    font-size: 14px;
}

/* --- font --- */
font.title {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
    text-decoration: ;
}
font.index {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
font.menu {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
font.normal {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
font.warning {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
font.error {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
    }

/* --- table --- */
table.common {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
tr.line {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}

td.sample {
    color: ;
    width: ;
    background-color: ;
    font-size: ;
    text-align: ;
    vertical-align: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
td.top {
    width: 900px;
    background-color: #99CC99;
    font-size: 12px;
    text-align: center;
}
td.menu {
    color: ;
    width: 150px;
    background-color: #99CC99;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
td.body {
    color: ;
    width: 750px;
    background-color: #CCFFCC ;
    font-size: 12px;
    vertical-align: top;
}
td.header {
    color: ;
    width: 93px;
    background-color: ;
    font-size: 12px;
    vertical-align: top;
    border: 1px #669966 solid;
}
td.result {
    color: ;
    width: 93px;
    background-color: ;
    font-size: 12px;
    vertical-align: top;
    border: 1px #669966 solid;
}

legend {
    font-size: 18px;
}

/* --- Anker --- */
a:link {
    color: #0033CC;
    font-size: 14px;
}
a:visited {
    color: #CC0033;
    font-size: 14px;
}
a.sample {
    color: ;
    font-size: ;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
a.noline {
    text-decoration:none;
    color: ;
    font-size: 14px;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
a.result {
    text-decoration:none;
    color: ;
    font-size: 12px;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
a.result:visited {
    text-decoration: ;
    color: ;
    font-size: 12px;
    font-style: ;
    font-weight: ;
    font-family: ;
    line-height: ;
}
/* input */
input.submit1 {}
input.reset1 {}
input.password1 {}
input.button1 {}
input.text1 {}
input.radio1 {}
input.checkbox1 {}

/* textarea */
textarea.environment1 {}
