/* CSS Document */

A:hover  { color:#ffffff }

.css0 {
font-size: 12px;
line-height: 17px;
text-decoration: none ;
}

.css1 {
  font-size: 10px;
  line-height: 12px;
  text-decoration: none ;
}

.css2 {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none ;
	}

H1{
font-size: 9px;
line-height: 10px;
color:#484848 ;
}


/* TOP QR説明文 */
div.qr {
  font-size: 10px;
  color: #DDDDDD;
  line-height: 12px;
  text-decoration: none ;
}

/* TOPコンテンツ部背景 */
td.top_left_bg{
	background-image:url(img/kb_top_left.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
td.top_right_bg{
	background-image:url(img/kb_top_right.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* メインコンテンツ部背景 */
td.main_bg{
	background-image:url(img/kb_main_contents.jpg);
	background-repeat: no-repeat;
}


td.menu_bg{
background-image:url(img/kb_kid_07.jpg);
/*	background-image:url(img/kb_main_menu.jpg);*/
	background-repeat: no-repeat;
}

td.menu_bg2{
	background-image:url(img/kb_link_menu_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;

}

td.menu_bg3{
	background-image:url(img/kb_about_07.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;

}

/* ファイター背景 */
/* 朴選手 */
td.fighter09{
	background-image:url(img/kb_fighter_09.gif);
	background-repeat: no-repeat;
}
td.efighter09{
	background-image:url(img/ekb_fighter_09.gif);
	background-repeat: no-repeat;
}

/* 山本選手 */
td.fighter13{
	background-image:url(img/kb_fighter_13.gif);
	background-repeat: no-repeat;
}
td.efighter13{
	background-image:url(img/ekb_fighter_13.gif);
	background-repeat: no-repeat;
}

/* 田村選手 */
td.fighter16{
	background-image:url(img/kb_fighter_16.gif);
	background-repeat: no-repeat;
}
td.efighter16{
	background-image:url(img/ekb_fighter_16.gif);
	background-repeat: no-repeat;
}

/* 長谷川選手 */
td.fighter18{
	background-image:url(img/kb_fighter_18.gif);
	background-repeat: no-repeat;
}
td.efighter18{
	background-image:url(img/ekb_fighter_18.gif);
	background-repeat: no-repeat;
}

/* SONY選手 */
td.fighter20{
	background-image:url(img/kb_fighter_20.gif);
	background-repeat: no-repeat;
}
td.efighter20{
	background-image:url(img/ekb_fighter_20.gif);
	background-repeat: no-repeat;
}


/* 川村 文彦選手 */
td.fighter25{
	background-image:url(img/kb_fighter_25.gif);
	background-repeat: no-repeat;
}
td.efighter25{
	background-image:url(img/ekb_fighter_25.gif);
	background-repeat: no-repeat;
}

/* 稲垣 顕二郎選手 */
td.fighter26{
	background-image:url(img/kb_fighter_26.gif);
	background-repeat: no-repeat;
}
td.efighter26{
	background-image:url(img/ekb_fighter_26.gif);
	background-repeat: no-repeat;
}

/* 矢地 祐介選手 */
td.fighter27{
	background-image:url(img/kb_fighter_27.gif);
	background-repeat: no-repeat;
}
td.efighter27{
	background-image:url(img/ekb_fighter_27.gif);
	background-repeat: no-repeat;
}

/* 堀口 恭司選手 */
td.fighter28{
	background-image:url(img/kb_fighter_28.gif);
	background-repeat: no-repeat;
}
td.efighter28{
	background-image:url(img/ekb_fighter_28.gif);
	background-repeat: no-repeat;
}



/* GYM メイン説明文 */
.gymtxt {
  font-size: 12px;
  line-height: 130%;
  letter-spacing:1px;
}

.gymtxt14 {
  font-size: 14px;
  font-weight:bold;
  color:#FF0000;
  line-height: 130%;
  letter-spacing:1px;
}

/* GYM 注意書き */
.gymnotice {
  font-size: 10px;
  line-height: 130%;
  letter-spacing:1px;
}

/* GYM スケジュール */
.gymsche {
  font-size: 16px;
  line-height: 130%;
  letter-spacing:1px;
  font-weight:bold;
}

/* GYM 基本テーブル */
table#gym{
	border-collapse:collapse;
	border:solid #FFFFFF 1px;
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	line-height:130%;
	
}



/* GYM アドレステーブル */
table#gymadd{
	border-collapse:collapse;
	border:solid #FFFFFF 1px;
	font-size:12px;
	letter-spacing:1px;
	line-height:130%;
	
}

.red {
	color:#FF0000;
}

.yellow {
	color:#FF9933;
}

/* GYM en基本テーブル */
table#gymen{
	border-collapse:collapse;
	border:solid #FFFFFF 1px;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	line-height:120%;
	
}


/* 試合結果 試合リンク */
.gameLink{
	font-size:14px;
	letter-spacing:1px;
	line-height:120%;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	
}


/* 試合結果 試合リンク余白 */
.gameYohaku{
	padding:0 5px 0 8px;
	
}

/* 試合結果 試合テキスト */
.gameTxt{
	font-size:14px;
	letter-spacing:1px;
	line-height:120%;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 8px;
	line-height:135%;
	
}