@charset "euc-jp";
html {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "MS gothic", MS¥´¥·¥Ã¥¯;
	line-height: 1.25em;
	background: #ffffff ;
	text-align: center;
}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #ff0000;
	}

a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	}
	
div#iten {
	margin: 100px auto;
	padding: 20px;
	width: 460px;
	border: 1px solid #000000;
	text-align: left;
}

