@charset "UTF-8";
/******************************************************ResetCSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;}
* { /zoom : 1;}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form { font-weight: normal;}
html { width: 100%; height: 100%; overflow: hidden!important;}
.gecko{
	-moz-transform: scale(1.875);
	-moz-transform-origin: 0 0;
}
body {
	font-family:'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', sans-serif;
	text-align: center;
	height: 100%;
	font-size: 12px;
	background: url(bg.png) no-repeat left top;
	background-size: 100% auto;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 1.0em;}
p { text-align: justify; text-justify: inter-ideograph;}
table { border-collapse: collapse; border-spacing:0;}
img { vertical-align: bottom; border: 0;}
li { list-style-type: none;}
a { text-decoration: underline;}
a:hover { text-decoration: underline;}
/******************************************************MainContentCSS*/
#wrapper {
	width: 320px;
	height:440px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	overflow:hidden;
	z-index:1;
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 100% auto;
}