@charset "utf-8";
/* CSS Document: style.css */

/* Contents Setting
-------------------------------------------------- */
div#contents {
	width: 660px;
	padding: 0 20px 0 1px;
}

div#contents h2 {
	padding-top: 23px;
}

/* Lead Section */
div#contents div.section.lead p {
	float: left;
	width: 380px;
}

div#contents div.section.lead p.leadImage {
	margin: -74px 0 20px;
}

div#contents div.section.lead table {
	float: left;
	width: 380px;
	padding: 2px 0 20px;
	background: url(../image/brd_lineup_table.gif) no-repeat 0 0;
}

div#contents div#maccha.section.lead table {
	padding-top: 0;
	margin-bottom: 20px;
	background: none;
}

div#contents div.section.lead table th {
	padding: 7px 0 7px;
	background: url(../image/brd_lineup_table.gif) no-repeat 0 100%;
	text-align: left;
	font-weight: bold;
}

div#contents div.section.lead table td {
	padding: 7px 0 7px;
	background: url(../image/brd_lineup_table.gif) no-repeat 100% 100%;
	text-align: right;
}

div#contents div.section.lead table td span.volume {
	font-size: 87%; /* 12px = [html]16px*[body]0.875*[.fontSmall]0.87 */
}

/* Anchor */
ul#anchor {
	width: 660px;
	margin: 0 -1px 18px;
	padding-right: 2px;
	background: url(../image/brd_lineup_anchor.gif) no-repeat 100% 0;	
}

ul#anchor li {
	float: left;
	padding-left: 2px;
	background: url(../image/brd_lineup_anchor.gif) no-repeat 0 0;	
}

/* ClearFix
-------------------------------------------------- */
ul#anchor:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

ul#anchor {
	display: inline-block;
}

ul#anchor {
	display: block;
}

/* End */