@charset "Shift_JIS";
/* CSS Document */

#howto {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 2em;
}
	#howto table {
		width: 100%;
	}
		#howto table th,
		#howto table td {
			padding: 5px 10px;
		}
		#howto table th {
			background-color: #009B6B;
			border: 1px solid #009B6B;
			border-bottom: 0 none;
			color: #FFF;
			font-weight: bold;
		}
		#howto table td {
			border: 1px solid #AAA;
		}
		#howto table td p {
			margin-bottom: 0;
		}
		
#rules {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 1em;
}
	#rules table {
		width: 100%;
	}
		#rules table th,
		#rules table td {
			padding: 5px 10px;
			vertical-align: top;
			font-weight: bold;
		}
		#rules table th {
			width: 50px;
			border-bottom: 0 none;
			color: #666;
		}
		#rules table td {
			width: 450px;
		}
		#rules table td p {
			width: auto;
			margin-bottom: 0;
			font-weight: normal;
		}
		
div.list {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 1em;
}
	div.list ul {
	}
		div.list ul li {
			padding-left: 5px;
			margin-bottom: 0.75em;
			list-style-position: inside;
			list-style-type: disc;
			font-weight: bold;
			line-height: 1.5em;
		}
	