* {
	margin: 0;
	padding: 0;
	border: none;
}

BODY {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #2F0000;
}

#all {
	width: 740px;
	background: #000000;
	border: #000000 7px solid;
	border-width: 0 7px 0 7px;
}

#footer {
	background: url(images/index/bg01.jpg) top repeat-x #000000;
	padding: 20px 50px 20px 50px;
	clear: both;
}

#join01 {
	background: url(images/join/img06.gif) no-repeat;
	width: 459px;
	height: 185px;
	float: left;
}

#join02 {
	background: url(images/join/img09.gif) no-repeat;
	width: 459px;
	height: 288px;
	float: left;
}
#join02 ul {
	margin: 80px 50px 0 50px;
}
#join02 ul li {
	background: url(images/join/bullet.jpg) left center no-repeat;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 30px;
	height: 25px;
	margin: 0 0 5px 0;
}
#join02 .list {
	padding: 5px 0 0 30px;
	height: 20px;
}

H3 {
	font-size:11px;
	font-weight:bold;
	margin:5px 0 5px 10px;
}

INPUT {
	border: #FFFFFF 1px solid;
	background: #CC0000;
	margin: 0 10px 10px 10px;
	color: #FFFFFF;
	width: 200px;
}

.left { float: left; }

.spacer { clear: both; }

a:link, a:visited {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}