﻿@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:12px;
   color:#333333;
   border-top:5px solid #00a0e9;
   background:#fff url("../images/bg_body2.gif") 0 0 repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#333333;
   text-decoration:none;
}

a:hover {
   color:#00a0e9;
}

img {
   border:0;
   vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
   text-align:center;
}

h1 {
   font-size:14px;
}
