@charset "UTF-8";
body {
    width: 850px;
    margin-left:8pt;
    margin-top: 0px;
}

.section {
    float: right;
    margin-left: 0px;
    width: 650px;
    /*width: 100%;*/
    /*background: rgb(214, 243, 221);*/
    padding-top: 00px;
    /*background-color: #e7e02180;*/
}

.main {
    /* 
    width: 650px;
    margin-left: 0px;
    */
}


h1#header{
    width: 710pt;
    height:50pt;
    
    line-height: 72px;

    text-align:center;
    background-color:#00A5DE;
    color:white;

    margin-top: 2px;
    margin-bottom: 2px;

}
h3{

    margin-top: 2px;
    margin-bottom: 2px;
}

table{
    margin-left: 0px;
    border:1px;
    width:750px;
}

table .group{
    font-style:normal;
    vertical-align:bottom;
    background-color:#FFCC99;
}
table .urlName{
    width:150px;
    border-color: darkblue;
    background-color:#CCFFCC;
    font-size: .8em;
    padding-left: 1em;
}

table .comment{
    background-color:#CCFFFF;
    font-size: .8em;
}

.L-side{
    float: left;
    width: 195px;
    background-color: #e7e02180;
    /*background-image:url("../image/wall/wall.taoru02b.gif");*/
    background-clip: border-box;
    color:black;
    height: auto;
    /*
    position:fixed;
    font-size:0.7em;
    margin-left: 0em;
    border-right: .6em solid green;
    padding-top: 00px;
    */
}

.F-side{
    position:fixed;
    font-size:0.7em;
    width: 190px;
    margin-left: 0em;
    background-color: #89f3f5;
    float: left;
    border-right: .6em solid green;
    padding-top: 00px;

}


/*フッター*/
.footer {
    clear: both;
    /*サイドバーと本文のfloatをここで解除*/
    width: 950px;
    background-color: #800000;
    text-align: center;
    color: #ffffff;
    font-size:80%;
}

/*フッターのリンク*/
#ft a {
    color: #ff9090;
}

.yymmdd {
    font-size: 9pt;
    text-align: right;
    background-color:#00A5DE;
    color:white;               /* 文字を白色に */
    font-weight:bold;          /* 太字にする */
    border: 2px

}