/* == COMMON == */
.contents .contents-inner {
	padding: 0px 1px 3px 1px;
	width: 668px;
}
div.subcontents {
	margin: 0px;
	padding: 0px 11px 0px 12px;
	width: 647px;
}
div.subcontents div.content {
	margin: 0px 0px 30px;
	width: 647px;
}
/* == /COMMON == */

/* == TITLE == */
div.date-title {
	margin: 0px 0px 17px;
	padding: 22px 21px 0px 22px;
	width: 627px;
}
div.date-title p.date-title-main {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	float: left;
}
div.date-title p.date-title-sub {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
/* == /TITLE == */

/* == SCORE-BOARD == */
div.score-board {
	margin: 17px 8px 2px 11px;
	padding: 0px;
	width: 651px;
	height: 127px;
	position: relative;
	background: url(../../game/scoreboard/image/bg-scoreboard.gif) left top no-repeat;
}
div.score-board span.state-icon {
	position: absolute;
	left: 32px;
	top: 10px;
	z-index: 2;
}
div.score-board table.scoreboard-table {
	position: absolute;
	left: 7px;
	top: 6px;
	z-index: 1;
}
table.scoreboard-table th,
table.scoreboard-table td {
	padding: 0px;
	width: 35px;
	height: 37px;
	text-align: center;
	vertical-align: middle;
}
table.scoreboard-table th.team,
table.scoreboard-table td.team {
	width: 180px;
}
table.scoreboard-table td.team {
	padding-left: 10px;
	width: 170px;
	text-align: left;
}
table.scoreboard-table td.team img {
	vertical-align: -4px;
}
table.scoreboard-table th {
	font-size: 100%;
	color: #999999;
}
table.scoreboard-table td {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
table.scoreboard-table td a,
table.scoreboard-table td a:link,
table.scoreboard-table td a:visited,
table.scoreboard-table td a:hover,
table.scoreboard-table td a:active {
	color: #ffffff;
}

div.interactive-result-area {
	margin: 2px 0px 30px 0px;
	padding: 0px 11px 0px 12px;
	width: 647px;
	min-height: 171px;
}
div.interactive-result-area div.interactive-result {
	margin: 0px;
	padding: 0px;
	width: 206px;
	height: 171px;
	float: left;
	position: relative;
}
div.interactive-result div.game-result {
	position: absolute;
	width: 206px;
	height: 171px;
	background: url(../../game/scoreboard/image/bg-game_result.gif) left top no-repeat;
}
div.game-result div.pitcher {
	margin: 0px; 
	padding: 5px 5px 0px 10px;
	font-size: 12px;
}
div.game-result div.pitcher img {
	padding: 4px 10px 10px 0px;
	float: left;
}
div.game-result div.pitcher div.win,
div.game-result div.pitcher div.save,
div.game-result div.pitcher div.lose {
	margin: 0px;
	padding: 4px 0px 0px;
	height: 35px;
}
div.game-result div.pitcher span.p-name {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
div.game-result div.pitcher span.p-data {
	display: block;
}
div.game-result div.score {
	margin: 0px; 
	padding: 0px;
	width: 187px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	position: absolute;
	left: 9px;
	top: 125px;
}

div.interactive-result-area div.battery-homerun {
	margin: 0px;
	padding: 0px;
	width: 436px;
	min-height: 171px;
	float: right;
}
div.battery-homerun table {
	width: 100%;
}
div.battery-homerun table th,
div.battery-homerun table td {
	padding: 5px 10px;
	text-align: left;
}
div.battery-homerun table th {
	color: #3366cc;
	background: url(../../image/bg-th_h3_c2.gif) repeat;
	background-color: #d7ebff;
	font-weight: bold;
}
div.battery-homerun table td {
}
div.battery-homerun table td.team {
	padding: 5px;
	width: 70px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
}
div.battery-homerun table td.data {
	width: 333px;
}
div.battery-homerun table.homerun {
	margin-top: 6px;
}

div.review {
	margin: -10px 0px 30px 0px;
	padding: 0px 16px 0px 17px;
	width: 637px;
}
/* == /SCORE-BOARD == */

div.pitching-result {
	margin: 0px 0px 15px;
	padding: 0px 5px;
	width: 637px;
}
div.batting-result {
	margin: 0px;
	padding: 0px 5px;
	width: 637px;
}
div.to-scoreboard {
	margin: 2px 0px;
	padding: 0px 5px;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}

