/* レイアウトの設定*/

body{
    margin:0px;
    padding:0px;
    line-height:1.4;
    font-size: 0.88em;
    color:#2e2e2e;
}
/* 左側の設定*/
#left{
    position:absolute;
    width:150px;

}
/* 右側の設定*/
#right{
    position:absolute;
    left:150px;
    width:300px;
    /*height:600px;*/
    /*background-color:#000000;*/
}



h1 {
    /*background: #ff0;*/
    /*font-style: italic;*/
    text-decoration: none;
    font-weight: normal;
    font-size: 0.99em;
    text-align: left;
    margin: 5px 5px 5px 5px;
    }
