@charset "utf-8";

/* 初期設定
---------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol {
  margin: ;0px 0px 0px 0px;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meirio, sans-serif;
  font-size: 1.4em;
  color: #333;
 
    background:;
    background-position: 12%;
    background-color: ;
}

p {
  line-height: 1.7;
}

a:link, a:visited {
  
}

a:hover {
  color: #999;
}

section, article, aside, nav, header, main, footer {
  display: block;
}

/* ページの枠組みs
---------------------------------------------------- */
#page {
  margin:;
  width:auto;
    height:auto;
    background-color: #ffffff;
  /* 注: 教科書では横幅は900pxですが、企業サイトは960pxを採用している事が多いです（参考: http://ultra.zone/website_width） */
}

img {text-align:center;
padding: 0px 0px 30px 0px;}
/* ヘッダーメイン画像
---------------------------------------------------- */


/* ナビゲーションのデザイン
---------------------------------------------------- */



/* メニュー



/* 1カラムのレイアウト
---------------------------------------------------- */




/* 2カラムのレイアウト
---------------------------------------------------- */



/* フッター
---------------------------------------------------- */

footer {
    
}

#copyright {
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: #999;
}