@charset "utf-8";

body {
  font-family: 'Meiryo','メイリオ','Verdana','Arial','sans-serif' ,'KozGoStd-Regular','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"ＭＳ Ｐゴシック","MSゴシック","Helvetica";
  font-family: "Yu Gothic", "Meiryo",Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  font-size: 14px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  color: #252525;
}
h1 {
  
}
#main
    {
     text-align:center;
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:960px;         /* 幅を決定する */
    }

img {
	border: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

a:link, a:visited, a:hover {
  text-decoration: none;
  line-height: 150%;
  color: #222;
}
