
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #cece9c;
	font-size: 75%;
	line-height: 140%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	text-align: center;
}
h1,h2,h3,p,ul,li,dl,dt,dd,hr,input,form,blockquote {
	margin: 0;
	padding: 0;
}
p.spacer {
	margin-bottom: 15px;
}
p.comment {
	margin: 0 30px 15px;
}
img {
	border: 0;
	vertical-align: bottom;
}
br {
	clear: both;
}
.red {
	color: #F00;
}
.center {
	text-align: center;
}
/******************** index.html ********************/



div#header {
	background: url(image/top_logo.gif) no-repeat center top;
	margin: 10px auto;
	padding: 70px 0 0 0;
}
h1 {
	font-size: 90%;
	color: #663;
	font-weight: normal;
}
div#main {
	width: 520px;
	background: #FFF;
	text-align: left;
	margin: 0 auto;
}
div#main a {
	color: #663;
	text-decoration: none;
}
div#main a:hover {
	color: #F00;
}
p#corner {
	background: #FFF url(./image/corner-l.gif) no-repeat top left;
	height: 30px;
	text-align: right;
}
p#corner-b {
	clear: both;
	background: #FFF url(./image/corner-lb.gif) no-repeat top left;
	height: 30px;
	text-align: right;
	border-bottom: 20px solid #CC9;
}
div.left {
	width: 280px;
	float: left;
	position: relative;
	top: -5px;
}
div.left div {
	margin-left: 20px;
}
div.left h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 10px;
}
div.right {
	float: right;
	text-align: right;
	position: relative;
	top: -5px;
}
div.right div {
	margin-right: 20px;
}
ul#cat {
	width: 209px;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: left;
	background: url(image/top_px1.jpg) repeat-y left top;
}
ul#cat li {
	list-style-type: none;
	font-weight: bold;
	margin: 0 10px;
}

p#warning {
	clear: both;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
	margin: 0 10px 5px;
	text-align: center;
	font-weight: bold;
}
p#mobile {
	text-align: center;
}
p#mobile img {
	margin-left: 10px;
	vertical-align: middle;
}

p#enter {
	text-align: center;
	margin: 20px auto 0;
}
p#enter img.left {
	margin-right: 140px;
}

p#affi {
	margin: 10px auto;
	font-size: 140%;
	font-weight: bold;
}
p#affi a {
	color: #ff0;
	text-decoration: none;
}
p#affi a:hover {
	color: #663;
}
p#copy {
	text-align: center;
	margin: 15px auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
p#copy a {
	text-decoration: none;
	color: #444;
}


