@charset "EUC-JP";
/* CSS Document */

div.clear{
	clear: both;
}

/* ¢§Á´ÂÎÀßÄê¢§ */
*{
	margin: 0px;
	padding: 0px;
}
/* ¢¥Á´ÂÎÀßÄê¢¥ */

/* ¢§body¢§ */
body{
	background-color:#fff;
	color: #666;
	font-size: 9pt;
	line-height: 15pt;
}
/* ¢¥body¢¥ */

/* ¢§image¢§ */
img {
	border-style: none;
}
/* ¢¥image¢¥ */

/* ¢§¥á¥¤¥ó¢§ */
#main{
	width: 520px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
}
/* ¢¥¥á¥¤¥ó¢¥ */