@charset "utf-8";
/* CSS Document */

#main p {
	margin-bottom:0;
}

#column3 {
	margin-top:15px;
}

.series {
	width:560px;
	float:left;
	display:inline;
}

.lineupbox {
	display:inline;
	float:left;
	width:560px;
	margin-bottom:10px;
	border-bottom:#b3d465 1px solid;
}

.lineupbox .lineuptext {
	font-size:14px;
	font-weight:bold;
	float:left;
	width:260px;
	line-height:30px;
}

.lineupbox .alignright {
	float:right;
	width:300px;
	line-height:30px;
}

.detail {
	width:560px;
	float:left;
	display:inline;
	margin-bottom:20px;
}

.detail table {
	float:left;
}

.detail img {
	display:block;
	float:right;
}

table.gridunderline th,
table.gridunderline td {
	padding:7px 3px;
}

table.gridunderline th {
	padding-right:20px;
}

#bottom {
	width:560px;
	display:inline;
	float:left;
	padding-bottom:20px;
}

#bottom #bottomleft {
	width:270px;
	float:left;
}

#bottom #bottomright {
	width:270px;
	float:right;
}

.bold {
	font-weight:bold;
}


.textnormal {
	font-size:12px;
	font-weight:normal
}

