@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
a, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
/*	width:320px; */
	margin:0;
	font-family:"メイリオ", Verdana, Roboto, 'Droid Sans', Meiryo, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000000;
	background-color: #FFF;
}

image {
	border:none;
}


#MAIN {
	position:relative;
	width:320px;
	margin:0px auto;
	text-align:left;
	background-color: #FFF;
}

.NODISP {
	display:none;
}


.IMGWH {
	width:100%;
	height:100%;
}




