@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.01
最終更新日: 2011.06.30
作成者: AY
最終編集者: NT

set.css： 共通設定
---------------------------------------------------- */
body {
	font-size:12px;
	line-height:1.6;
	color:#333333;
	min-width:800px;
	background:#ffffff;
	border-top:solid 6px #2d4055;
}

small {
	width:800px;
	margin:0 auto 20px;
	padding:0;
	line-height:1.3;
	color:#666666;
	font-size:10px;
	display:block;
	clear:both;
}

em {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#eb741d;
}

h1,h2 {
	width:0;
	height:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

h2 {
	width:580px;
	height:50px;
	margin:0 auto 12px;
	display:block;
}

h3 {
	width:560px;
	height:30px;
	background:url(../image/headline/h3.gif) no-repeat center center;
	margin:15px auto;
	text-indent:12px;
	line-height:2.2;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	display:block;
}

h4 {
	background:url(http://www.mlbmanageronline.com/en/image/headline/h4.gif) no-repeat center left;
	margin:15px 20px 10px;
	padding-left:12px;
	font-size:16px;
	font-weight:bold;
	border-bottom:dotted 1px #bebebe;
}

h5 {
	margin:15px 20px 10px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

p {
	margin:0 20px 1em;
}

dl {
	width:540px;
	margin:0 auto 15px;
}

dl dt {
	background:url(../image/headline/dt.gif) no-repeat left 7px;
	padding:0 0 5px 10px;
	font-weight:bold;
}

dl dd {
	margin:0 5px 10px 10px;
}

table {
	width:540px;
	margin:5px auto 10px;
	border:solid 1px #bebebe;
}

th,td {
	padding:3px 8px;
	border:solid 1px #bebebe;
}

th {
	background:#dee4ea;
	font-weight:bold;
	color:#385a7b;
	text-align:center;
	white-space: nowrap;
}

td {
	background:#ffffff;
}

a:link,a:visited {
	color:#027fb5;
	font-weight:bold;
	text-decoration:none;
	outline-width:0;
}

a:hover, a:active {
	color:#027fb5;
	font-weight:bold;
	text-decoration:underline;
	outline-width:0;
}