/*テーブル設定*/

table.baseball{ 
width: 600px;
margin: 0 auto;
border: 1px solid #000000;
font-size:11pt;
background-color: #ffffff;

} 

table.baseball tr td{ 
border: 1px solid #000000;
text-align:left;
padding:5px;
vertical-align: top;
line-height: 1.4em;
} 


.team_name1{
background-color: #000;
color: #03fbda;
font-weight:bold;
}

.team_name2{
color: #fff;
}


.sh_member{
background-color: #ffe1a9;
color: #330099;
}


.dp{width: 125px; background-color: #caffca;}/*打順・ポジション*/
.m_name1{width: 90px; background-color: #cafeea;}/*選手名*/
.m_name2{width: 125px; background-color: #cff4f1;}/*選手名*/
.coment1{background-color: #fddfdb;}/*コメント*/
.coment2{background-color: #fcdeda;}/*コメント*/
.tokutyou{background-color: #663300; color: #ffffff;}/*コメント*/


.dp_tyo{width: 140px; background-color: #caffca;}/*打順・ポジション*/
.m_name1_tyo{ background-color: #cafeea;}/*選手名*/
.m_name2_tyo{width: 140px; background-color: #cff4f1;}/*選手名*/
.coment1_tyo{width: 320px;background-color: #fddfdb;}/*コメント*/
.m_name1_ho{width: 120px; background-color: #cafeea;}/*選手名*/
.coment2_ho{width: 350px;background-color: #fddfdb;}/*コメント*/

.teamname_mkh{width: 33%; background-color: #cccccc; font-weight:bold;}/*リーグ戦トップチーム名*/
.teamname1{background-color: #ffdc00;}/*リーグ戦トップチーム名*/
.teamname2{background-color: #a1fc00;}/*リーグ戦トップチーム名*/


/*プリティーリーグ*/
table.pri_baseball{ 
width: 680px;
margin: 0 auto;
border: 1px solid #000000;
font-size:11pt;
background-color: #ffffff;

} 

table.pri_baseball tr td{ 
border: 1px solid #000000;
text-align:left;
padding:5px;
vertical-align: top;
line-height: 1.4em;
} 
.pri_dp{width: 100px; background-color: #caffca;}/*打順・ポジション*/
.pri_m_name1{width: 140px; background-color: #cafeea;}/*選手名*/
.pri_h_com{color: #000099;}/*夫コメント*/



/*リスト設定*/
dl.list_bbtop dt {
  margin-bottom: 0.2em;
  padding-left: 26px;
  border-bottom: dashed 1px #000;
  background: url(../baseb/img/ball.gif) left center no-repeat;
  line-height: 1.2em;
  font-size: 120%;
  font-weight: bold;
  /* font-style: italic; 
  color: #E989C8; */
}
dl.list_bbtop dd {
  margin-left: 26px;

}

.text_red{color: #f00;}
.text_chu{color: #3cb371;}


.inboxA {
 border: 1px solid #ff7f00;
 line-height: 1.5em;
 width:200px;
 margin-left: 50px;
 _margin-left: 30px;
 background-color: #ffff7d;
 float:left;
}

.inboxB {
 border: 1px solid #ff7f00;
 line-height: 1.5em;
 width:200px;
 margin-right: 50px;
 _margin-right: 30px;
 background-color: #ffff7d;
 float:right;
}

.image_clear_both { clear:both;}
