@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : ASIA SERIES
  URI : asia.npb.or.jp
  Copyright(C) Nippon Professional Baseball.
---------------------------------------------------------- */

/* Import
---------------------------------------------------- */
@import "format.css";
@import "layout.css";

/* News
---------------------------------------------------- */
#news #inner {
	margin: 5px 10px 30px 10px;
	width: 584px;
}
#news #inner .center {
	text-align: center;
}
#news #inner h4 {
	margin: 20px 0 10px 0;
	padding: 5px;
	border-top: 1px dotted #016BB7;
	border-bottom: 1px dotted #016BB7;
	font-weight: bold;
}
#news #inner dt,
#news #inner dd {
	padding: 15px 0;
	background: url(/news/images/line.gif) bottom left repeat-x;
}
#news #inner dt {
	width: 8em;
	float: left;
	clear: both;
}
#news #inner dd {
	margin-left: 8em;
}
#news #inner p#title {
	margin: 15px 0 20px 0;
	padding: 5px;
	line-height: 1.5;
	border-top: 1px solid #016AB7;
	border-bottom: 1px solid #016AB7;
	font-weight: bold;
}
#news #inner #text {
	line-height: 1.8;
}
#news #inner #photo-table {
	margin: 20px auto;
	text-align: center;
}
#news #inner #photo-table table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
#news #inner #photo-table td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	line-height: 1.2;
}
#news #inner p#back {
	margin: 20px 0 0 0;
}
#news #inner #table-score {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #006AB7;
	background: #3489C5;
}
#news #inner #table-score table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#news #inner #table-score th,
#news #inner #table-score td {
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #3489C5;
}
#news #inner #table-score tbody th {
	text-align: left;
}
#news #inner #table-score tbody td {
	width: 20px;
	background: #350504;
}
