/* common.css */

/* author------------------------
  takahashi
 
-------------------------------*/
/* contents------------------------
   トップページ専用
------------------------*/

/*--試合結果のテーブル------（ちなみにテーブル内のpタグはcommon.cssの相殺指定に従う）*/
.box td{font-size:10px;

/*--●がfireboxでバグらないために------*/

        font-family: "ＭＳ ゴシック";}
		
		
		
.textdeco1{letter-spacing:0.3em;}

.style2 {color: #e5c028;font-weight: bold;}

.style3 {color: #003366;}

/*--試合結果のテーブル---------*/
.style6 {
	color: #336633;
	font-size: 18px;
	font-weight: bold;
}
/*--練習会セレクションのリンク文字----*/
.style7 {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold; 
}

.style7 a{color:#cc3300;}

.style7 a:hover{color:#bbb;}


/*--赤いボックス----*/

#kokuchibox{
margin:auto;
width:510px;
text-align:center;
border: solid 2px #CA132F;
background-image:url(/~baseball/image0701/helmet.gif);
background-repeat:no-repeat;
background-position:top right;
background-color:#F9F8EC;
}

/*--kokuchibox内のテキスト----*/

.style8 {font-size:17px;
font-weight:700;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.style9{
font-size:15px;
color:#CA132F;
font-weight:700;
letter-spacing:0.4em;
}
