/* CSS Document */
#main ul {
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	text-align: justify;
	margin-bottom: 20px;
}
#main li {
	margin-top:5px;
	margin-left:10px;
	line-height:140%;
	text-align: justify;
}

#confirm {
	text-align:center;
	width:90%;
	margin:0 auto;
}
#main p.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#confirm table {
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border: 1px solid #333;
	border-collapse:collapse;
	font-size:100%;
	text-align:justify;
}
#confirm th{
	padding: 3px;
	border: 1px solid #333;
	width: 18em;
	color: #333;
	background-color: #ccc;
	font-weight:normal;
}

#confirm td{
	padding: 3px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
}
#main p.doui {
	padding-top: 30px;
	text-align: center;
	width: auto;
}
#main h3 {
	color: #FF6600;
	clear: both;
	font-size: 130%;
}
#clubtop {
	width: 100%;
	padding-left: 5px;
}
