﻿@charset "utf-8";

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
  font-size: 100%;
  color: #111111;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: normal;
  word-wrap: break-word;
  background: #ffffff;
  line-height: 1.5;
}

/* page要素
----------------------------------------------------------- */
div#page {
  width: 600px;
  margin: 30px auto 0px auto;
  padding: 0px;
}

/* IE8以下に対応
----------------------------------------------------------- */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
