/* CSS Document */
@charset "UTF-8";
@import url(reset.css);
/******************************************
		基本設定
******************************************/
body {
	width: 100%;
	color: #000000;
	font-size: 13px;
	line-height:160%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;/*#F0F0F0*/
}
section{
	width: 100%;
	text-align: center;
}
img {
	width: 100%;
	text-align: center;
}