/* 大リーグ日本人選手プロフィール */


#mlb_wrapper{
	width: 90%;
	margin:8px 0 10px 10px;
	}
#mlb_wrapper br{
	display: none;
	}

#mlb_wrapper h2{
	padding: 5px 0 0 38px;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
	background: url(http://www.daily.co.jp/css/images/tittle_images/yajirushi_k.jpg) left top no-repeat;
	font-size: 125%;
	font-weight: bold;
	}

/*リング名鑑用*/
#mlb_wrapper h2.ring{
	padding: 5px 0 0 38px;
	height: 30px;
	margin-bottom: 10px;
	border-bottom: 2px solid #03c;
	background: url(http://www.daily.co.jp/css/images/tittle_images/yajirushi_b.jpg) left top no-repeat;
	font-size: 125%;
	font-weight: bold;
	}


.name_eiji{
	font-weight: bold;
	font-size: 80%;
	}

.mlb_pict{
	float: left;
	margin: 10px 0 0 5px;
	border: 1px solid #333;
	padding: 15px;
	background: #eee url('http://www.daily.co.jp/css/images/tittle_images/stripe03.gif') left top;
	}

.mlb_pict:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


/*タイガース名鑑用に記述*/

#position_itiran{
	margin: 30px 0 20px 10px;
	padding: 0;
	}

#position_itiran .itiran{
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	border-left: 5px solid #333;
	font-size: 90%;
	font-weight: bold;
	}

#pict_thum img{
	border: 3px solid #ccc;
	}

#pict_thum a:hover img{
	border: 3px solid #ffff8c;
	}