@charset "utf-8";

@import "reset.css";

body {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/haikei7.gif);
	background-repeat: repeat;
}
h1 {
	display: none;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}




p#logo {
	padding: 1em;
}
.lineupImg {
	width: auto;
	height: auto;
}
.lineupImg ul {
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.lineupImg li {
	float: left;
	width: auto;
	height: auto;
	border: 1px solid #FFFFFF;
	margin: 0.5em;
}
.lineupText {
	height: auto;
	width: auto;
	padding-bottom: 2em;
}
.lineupText ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.lineupText li {
	float: left;
	height: auto;
	width: 165px;
	text-align: center;
}
.sell {
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.sell table {
	margin-right: auto;
	margin-left: auto;
}
.sell table td {
	padding: 0.5em;
}

