/* === DOCUMENT === */
*
{
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    height: 100%;
    font-size: 12px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top center;
}
#f-container
{
    position: relative;
    width: 780px;
    height: 100%;
    min-height: 100%;
    margin: auto;
}
html>body #f-container
{
    height: auto;
}
#f-content
{
    position: absolute;
    top: 86px;
    left: 188px;
    width: 552px;
    padding: 20px;
    padding-top: 10px;
}




/* === HEAD === */
#f-h-logo
{
    position: absolute;
    top: 29px;
    left: 18px;
    width: 199px;
    height: 29px;
}
#f-h-id
{
    position: absolute;
    top: 14px;
    left: 0px;
    width: 730px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
#f-h-flag
{
    position: absolute;
    top: 14px;
    left: 740px;
    width: 20px;
    height: 13px;
}
#f-h-info
{
    padding-top: 24px;
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
#f-h-navi
{
    position: absolute;
    top: 62px;
    left: 276px;
    height: 20px;
    white-space: nowrap;
}
#f-h-navi a
{
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}




/* === ROOM === */
#f-r
{
    position: absolute;
    top: 86px;
    left: 15px;
    width: 161px;
    height: 303px;
    font-weight: bold;
    overflow: hidden;
}
#f-r-h
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 15px;
    font-size: 11px;
}

#f-r-b
{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 161px;
    height: 255px;
    font-size: 10px;
    overflow: hidden;
}
.f-r-b-name
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 102px;
    height: 15px;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.f-r-b-posts
{
    position: relative;
    top: 0px;
    left: 105px;
    width: 56px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    overflow: hidden;
    margin-top: -15px;
}

#f-r-f
{
    position: absolute;
    top: 281px;
    left: -4px;
    width: 161px;
    height: 22px;
    font-size: 10px;
}




/* === CONTROLLER === */
#f-c
{
    position: absolute;
    top: 395px;
    left: 15px;
    width: 161px;
    height: 122px;
    font-weight: bold;
    overflow: hidden;
}
#f-c-h
{
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 11px;
}
#f-c-b
{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 161px;
    font-size: 10px;
}

#f-c-f
{
    position: absolute;
    top: 102px;
    width: 161px;
    height: 19px;
    font-size: 10px;
}
#f-c-f p
{
    display: inline;
}
#f-c-f-button
{
    position: relative;
    width: 50px;
    border: 0px;
    padding: 0px;	
    margin: 0px;	
    text-align: left;
    font-weight: bold;
    background-color: transparent;
}
#f-c-f-input
{
    position: relative;
    left: 0px;
    width: 98px;
}




/* === VISIT === */
#f-v
{
    position: absolute;
    top: 524px;
    left: 15px;
    width: 161px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
}
.f-v-name
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 101px;
    height: 15px;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.f-v-count
{
    position: relative;
    top: 0px;
    left: 101px;
    width: 54px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    overflow: hidden;
    margin-top: -15px;
}
