body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
				text-align:center;
	background-image: url(img/bg.gif);
	 background-repeat: repeat-x;
}

div#enter{
	margin-top:120px;

}
h1      { padding: 0px; margin: 0px; font-size: 14px; font-weight: bold; color: #ffffff;}
h2      { padding: 0px; margin: 0px; font-size: 10px; font-weight: normal; color: #ffffff;}
h3      { padding: 0px; margin: 0px; font-size: 1em; font-weight: bold; color: #ffffff;}
h4      { padding: 0px; margin: 0px; font-size: 10px; font-weight: normal; color: #ffffff;}
strong  { font-weight: normal; }

.style1 {
	color: #03F;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #03F;
	font-weight: bold;
}
.style3 {color: #FFFFFF}


#img1{
width: 860px;/* 画像の横サイズ */
height: 185px;/* 画像の縦サイズ */
background-repeat: no-repeat;
}
html>body #img1{/* IE6以外に適用 IE7も含む */
background-image:url(img/logo.png);
}
*html body #img1{/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale');
}


#img2{
width: 200px;/* 画像の横サイズ */
height: 170px;/* 画像の縦サイズ */
background-repeat: no-repeat;
}
html>body #img2{/* IE6以外に適用 IE7も含む */
background-image:url(img/qrcode.png);
}
*html body #img2{/* IE6以下に適用 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/qrcode.png', sizingMethod='scale');
}

