/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    background-color:#004040;
}

/* ヘッダーの設定*/
#head{
    height:70px;
    width:800px;
    background-color:#004040;
}

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:800px;
    background-color:#004040;
}
/* 上部の設定*/
#upper{
    float:left;
    width:750px;
    height:30px;
    background-color:#004040;
    padding-left:50px;
    font-style:normal;
    font-weight:normal;
    font-size:medium;
    color:#ffffff;
}
/* 下部の設定*/
#bottom{
    float:left;
    width:800px;
    height:500px;
    background-image: url("2010_dec.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color:#004040;
    font-style:normal;
    font-weight:normal;
    font-size:small;
    color:#ffffff;
    line-height:150%;
}

#new{
    margin:20px 50px;
    padding:3px 15px;
    width:300px;
    height:100px;
    border:solid 1px #cccccc;
    overflow:auto; 
}

#memo{
    margin:20px 50px;
    padding:3px 15px;
    width:450px;
    height:250px;
    border:solid 1px #cccccc;
    overflow:auto; 
}


#title{
    font-style:normal;
    font-weight:normal;
    font-size:small;
    color:#ff8000;
    line-height:150%;
}

/* フッターの設定*/
#foot{
    height:50px;
    width:800px;
    background-color:#004040;
    text-align:center;
    font-style:normal;
    font-weight:normal;
    font-size:small;
    color:#ffffff;
}

*{
 scrollbar-arrow-color:#ffffff;
 scrollbar-base-color:#004040;
}

a:link {
 color:#ffffff;
 font-style:normal;
 text-decoration:none;
}

a:visited {
 color:#ffffff;
 text-decoration:none;
}

a:hover {
 color:#808080;
 font-style:normal;
 text-decoration:underline;
}

a:active {
 text-decoration:none;
}

