﻿/*　　　　ダイブログＣＳＳ　　　　　*/

body {
    margin: 0;
    background-color: #003366;
    color: #c0c0c0;
}

/*　　　　メニューＣＳＳ　　　　　*/
.mainmenu {
    float: left;
    width: 167px;
    margin:5px 0px 0px 8px;
    padding:0px;
    position:fixed; left:0px; top:0px;
}

.mainmenu h1 {
    margin:0px 0px 5px 5px;
    color: #ffff66;
    font-size: 95%;
    font-family: "Times New Roman",serif;
}

.mainmenu h2 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #c0c0c0;
    font-size: 90%;
    font-weight: 600;
    line-height:1.3em;
    background-color: #004477;
}

.mainmenu h3 {
    width:160px;
    margin:0px 0px 0px 5px;
    color: #ffff66;
    font-size: 80%;
    font-weight: 600;
    line-height:1.5em;
    background-color: #004477;
}

.mainmenu .title{
    width:160px;
    margin:0px 0px 0px 5px;
    height: 18px;
    padding-left:0;
    font-size: 80%;
    background-color: #006699;
}

.kensaku {
    margin-top: 10px;
    margin-left: 5px;
}

.mainmenu a:link    {color:#00ffff}
.mainmenu a:visited {color:#33ccff}
.mainmenu a:hover   {color:#ff3399}
.mainmenu a:active  {color:#ff3399}
.mainmenu a{text-decoration:underline;}

span#small  {line-height:1.3em;font-size:75%;}
span#normal {line-height:1.3em;font-size:80%;font-weight:500;}
span#big    {line-height:1.0em;font-size:95%;font-weight:900;}

/*　　　　コンテンツＣＳＳ　　　　　*/
.contents {
    position: absolute;
    top :0px;
    left:175px;
    margin: 0px;
    padding:0px 0px 0px 10px;
    width: 800px;
}

.ashiato {
    margin-top: 5px;
    margin-left: 40px;
    width: 100%;
    font-size: 84%;
    font-weight: 500;
    color: #c0c0c0;
}

.header {
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.titlegif{
    float:left;
    margin-top: 20px;
    margin-left: 260px;
}

.menu{
    float:left;
    margin-top: -60px;
    margin-left: 570px;
}

.floatclear{
    clear:left;
}

.osirase{
    float:left;
    margin-top: -10px;
    margin-left: 40px;
    line-height:1.3em;
    font-size:84%;
    font-weight:500;
}

.annai{
    margin-top: 10px;
    margin-left: 220px;
    line-height:1.3em;
    font-size:100%;
    font-weight:600;
    color:#c0c0c0;
}

.comnt{
    margin-top: 20px;
    margin-left: 330px;
    line-height:1.3em;
    font-size:84%;
    font-weight:500;
    color:#c0c0c0;
}

.normal {
    line-height:1.3em;
    font-size:80%;
    font-weight:500;
}
.red {
    color:red;
}

 a:link{color:#00ffff;}
 a:visited{color:#33ccff;}
 a:hover{color:#ff3399;}
 a:active{color:#ff3399;}

table{
    border-collapse:collapse;
    border:2px solid #0099cc;
    margin-top:10px;
    margin-left:40px;
}

.th1{
    border:2px solid #003366;
    width:60px;
    height:25px;
    background-color:#006699;
    font-size:85%;
    font-weight:600;
    text-align:center;
    color:#c0c0c0;
}

.th2{
    border:2px solid #003366;
    width:70px;
    height:25px;
    background-color:#006699;
    font-size:85%;
    font-weight:600;
    text-align:center;
    color:#c0c0c0;
}

.th3{
    border:2px solid #003366;
    width:120px;
    height:25px;
    background-color:#006699;
    font-size:85%;
    font-weight:600;
    text-align:center;
    color:#c0c0c0;
}

.th4{
    border:2px solid #003366;
    width:430px;
    height:25px;
    background-color:#006699;
    font-size:85%;
    font-weight:600;
    text-align:center;
    color:#c0c0c0;
}

td{
    border:2px solid #003366;
    background-color:#66cccc;
    font-size:84%;
    font-weight:500;
    text-align:left;
    vertical-align:top;
    color:#000000;
}

.td1{
    width:60px;
    text-align:center;
}

.td2{
    width:70px;
    text-align:left;
}

.td3{
    width:120px;
    text-align:left;
}

.td4{
    width:430px;
    text-align:left;
    line-height:1.3em;
}

td img{
    float:right;
    margin:5px 10px 5px 10px;
}

.table2{
    border:0px;
    margin-top:0px;
    margin-left:10px;
}

.table2 td{
    border:0px;
}

.log a:link{color:#0000ff}
.log a:visited{color:#0000ff}
.log a:hover{color:#ff3399}
.log a:active{color:#ff3399}
.log a{ text-decoration:  underline;}

.pagetop{
    margin-top:30px;
    margin-left:330px;
    font-size:85%;
}

td .gazou{
    float:right;
    margin:5px 10px 5px 0px;
}

td .gazouclear{
    clear:right;
}

