/*最初の設定*/

* {margin: 0;
  padding: 0;
  font-style: normal;
  }

body {margin: 40px;
      width: ;
      height: ;
      font-family:"ヒラギノ丸ゴ ProN W3", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
　　　 font-weight: lighter;
      font-size: 12px;
      color: ;
      background-image: ;
      background-repeat: ;
      }


/*メニューの設定*/

#menu ul {list-style: none;
          margin: 0;
	  padding: 0;
	  float: right;
         }

#menu li {margin: 0;
          padding: 0;
	  float: left;
	 }

#menu li a {display: block;
            width: 80px;
	    border-bottom: 1px dotted #60492C;
	    text-decoration: none;
	    color: #3F7CAC;
	    margin: 0 5px;
	    padding: 0 0 0 30px;
	    text-align: left;
	    font-size: 14px;
	   }

a:hover{background: url("./material/mark.png") no-repeat left center;
       } 