@charset "UTF-8";

body {
	width:1000px; margin:0 auto;			/*内容全体をセンタリング*/
	background-color:#ffffff;					/*ページ全体の背景色*/
	font: 11px/18px "メイリオ","MS Pゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",HiraKakuPro-W3,Osaka,Meiryo,"MS P Gothic",sans-serif;
	line-height:1.5;
	color:#333333
}

img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}





/* CSS Document */

