@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 82.125%;
	line-height: 1.5em;
	color: #000;
}
#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;
}
#top {
	width: 800px;
	margin-bottom: 20px;
}
#lineup {
	width: 798px;
}

.lineupbox {
	width: 266px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	height: 300px;
}
#view     {
	height: 160px;
	width: 760px;
	margin-bottom: 40px;
	background-image: url(img/view_bg.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#view .viewbox {
	height: 132px;
	width: 750px;
	padding: 5px;
	overflow: auto;
}
#lineup .lineupbox h2 {
	margin-bottom: 20px;
}
#lineup .lineupbox ul {
	line-height: 1.3em;
	margin-top: 10px;
	font-size: 95%;
	margin-bottom: 10px;
	color: #666666;
}
#view dl {
	margin-bottom: 10px;
}
#view dt {
	color: #60361A;
}
#btm {
	text-align: right;
	margin: 20px 0;
}
#btm a {
	color: #666;
}
