@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
   color: #e5e5e5;
   font: normal 9px/160% Meiryo,"MS PGothic","Trebuchet MS",Helvetica;
   margin: 0;
   padding: 0;
   background: #f9f9f9; 
   font-family: 'Raleway', sans-serif;

}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #c14b4d;
    text-decoration: none;
}
a:link:hover ,
a[href]:hover {
   color: #c14b4d;
   text-decoration: underline;
}


/* ==============================================
 ヘッダー
=============================================== */
#header_wrap {
   margin: 0 auto;
   width: 900px;
   height: 110px;
}
.navi{
   float: left;
   margin:  30px 0 0 0;
}
.logo{
   float: left;   
   margin: 0 40px 0 0;
}
.li{
   float: left;
   margin: 20px 40px 0 0;
   font-size: 11.5px;
   list-style-type: none;
   textalign: center;
}


/* ==============================================
 フッター
=============================================== */
#footer{
   margin: 0 auto 30px;
   padding: 10px 0 0 0;
   height: 30px;
   font-size: 10px;
   text-align: center;
   color: #aaa;
   background: #ddd;
}
