body {
    margin:0 auto;
    width:950px;
	line-height:1.4;
	letter-spacing:0.3px;
	font-size:14px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#FFFFFF;
	color:#160C05;
}
h1 {
    margin:25px auto 7px;
	padding:0;
    text-align:left;
    font-size:20px;
	color:#582708;
}
h1 p {
    margin:8px 0 0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#160C05;
}
h2 {
    margin:35px auto 20px;
	padding:0 0 0 15px;
	width:760px;
    text-align:left;
    font-size:20px;
	border-left:#FFAA00 14px solid;
	border-bottom:#FFAA00 2px dotted;
	color:#582708;
}
h2 p {
    margin:0;
	padding:0 0 7px;
    font-size:14px;
	color:#FF6A00;
}
img {
	border:none;
}
a:link {
    text-decoration:none;
	color:#160C05;
}
a:visited {
    text-decoration:none;
	color:#160C05;
}
a:hover {
    text-decoration:none;
	color:#774728;
}
a:active {
    text-decoration:none;
	color:#774728;
}
a:hover img {
	opacity:0.7;
}
a:active img {
	opacity:0.7;
}

#top {
    margin:0 auto;
}

#main {
    margin:0 auto;
	text-align:center;
}

.text {
    margin:0 auto 15px;
    width:700px;
    text-align:left;
}

#list {
    margin:0 auto;
	width:950px;
	text-align:center;
	border-top:#626161 1px solid;
	border-left:#626161 1px solid;
}
#list tr {
    line-height:1.25;
	letter-spacing:0;
}
#list th {
    padding:6px 3px;
    width:128px;
	border-right:#626161 1px solid;
	border-bottom:#626161 1px solid;
	background:#9fd7df;
}
#list td {
    padding:6px 3px;
    width:128px;
	border-right:#626161 1px solid;
	border-bottom:#626161 1px solid;
}

#lineup {
	margin:30px 0 0;
	padding:0;
	width:950px;
	height:500px;
	list-style:none;
}
#lineup li {
    float:left;
    margin:0 0 35px;
	padding:0;
	width:33%;
	height:200px;
}
#lineup img {
	margin:0 0 4px;
}

#foot {
    clear:both;
    margin:0 auto;
	padding:0 0 10px;
    text-align:center;
	font-weight:bolder;
	border-bottom:#FFAA00 3px dotted;
}
