/* 全体の設定 */
*{
    padding:0px;
    margin:0px;
}

/* レイアウトの設定*/
body{
    color:#000000;
    font-size:12px;
    font-family:"Verdana";
    line-height:20px;
    margin:20px;
}

img{border:none;}


/* リンクの設定 */
A:link{color:#808080;text-decoration:none;}
A:visited{color:#808080;text-decoration:none;}
A:active{color:#808080;text-decoration:none;}
A:hover{color:#99cc66;text-decoration:none;}


/* ヘッダーの設定 */
#header{
    width:795px;
    height:45px;
    padding-top:20px;
    border-style:dashed;
    border-width:0px 0px 1px 0px;
    border-color:#999999;
}

/* ボックスの設定 */
#box{
    width:760px;
    height:400px;
    padding:20px;
    background:url(img/1.jpg) no-repeat 100% 40%;
}

/* フッターの設定 */
#footer{
    width:780px;
    height:50px;
    border-style:dashed;
    border-width:1px 0px 0px 0px;
    border-color:#999999;
}

/* メニューの設定 */
ul.menu{
    list-style:none;
    width:100px;
}
ul.menu li{
    list-style:none;
    width:100px;
}

ul.menu a{
    padding-right:40px;
    text-decoration:none;
}
ul.menu a:hover{
     background:url(img/icon.gif) no-repeat center right;
}