@charset "utf-8";
/* CSS Document */

body {
font-size: 13px;
color: #444444;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
letter-spacing: 0.1em;

}


a:link {
color: #444444;
text-decoration: none;}
a:visited {
color: #444444;
text-decoration: none;}
a:hover {
color: #999999;
text-decoration: underline;}
a:active {/*クリック中*/
color:#444444;　←緑色
}



#wrap{width:100%;
height:300px;
border-top: 4px solid #282828;}
 

ul{width:700px;
height:50px;
margin: 30px auto 30px;}
 
li {list-style:none;/*←liの・消し */ 
 float:left;} 
 
 
#logo{width:450px;
height:120px;
margin: 30px auto 0;}
