/* **************************************** */
/* リンク */
A:link, A:visited, A:active, A:hover { text-decoration: none }
A:link    {color: #0000FF }
A:visited {color: #0000FF }
A:active  {color: #FF3300 }
A:hover   {color: #FF3300 }

/* **************************************** */
/* ヘッダーの文字属性 */
.header {
	color: #000066;
	font-size: 12pt;
	font-weight: bolder;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif
}

/* ヘッダーの文字属性（小さい） */
.header_small {
	color: #000066;
	font-size: 10pt;
	font-weight: bolder;
	fon	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif
-family: "ＭＳ　明朝",serif
}

/* ヘッダーの文字属性（大きい） */
.header_big {
	color: #000066;
	font-size: 16pt;
	font-weight: bolder;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif
}

/* **************************************** */
/* フッターの文字属性 */
.footer {
	color: #000000;
	font-size: 8pt;
	text-align: right;
	font-family: "Times New Roman",serif
}

/* フッターお問い合わせの文字属性 */
.footer_mail {
	color: #000000;
	font-size: 8pt;
	text-align: right;
	font-family: "Times New Roman",serif

}

/* フッターメニューの文字属性 */
.footer_menu {
	color: #000000;
	font-size: 10pt;
	text-align: center
}

/* **************************************** */
/* メニューの文字属性 */
.menu {
	color: #000066;
	background-color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle
}

/* メニュー選択の文字属性 */
.menu_select {
	color: #99FF99;
	background-color: #FF3300;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle
}

/* メニュー空白の文字属性 */
.menu_space {
	font-size: 6pt;
}

/* メニュー背景の文字属性 */
.menu_bg {
	background-color: #000066;
	text-align: center;
	vertical-align: top
}

/* **************************************** */
/* 本文の文字属性 */
.body {
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px 0px;
}

/* 本文の文字属性（小さい） */
.body_small {
	color: #000000;
	font-size: 8pt
}

/* 本文の文字属性（大きい） */
.body_big {
	color: #000000;
	font-size: 12pt
}

/* **************************************** */
/* タイトルの文字属性 */
.title {
	color: #000066;
	font-size: 12pt;
	font-weight: bolder;
	background-color: #FFFFFF
}

/* **************************************** */
/* 掲示板ユーザ情報の文字属性
.user_info {
	color: #666666;
	font-size:8pt
}

/* **************************************** */
/* 表タイトル部の文字属性 */
.tableheader {
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #0000FF
}

/* 表タイトル部の文字属性（小さい） */
.tableheader_small {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #0000FF
}

/* 表タイトル部の文字属性（大きい） */
.tableheader_big {
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #0000FF
}

/* 表データ部の文字属性 */
.tabledata {
	color: #000000;
	font-size:10pt;
	vertical-align: middle
}

/* 表データ部の文字属性（小さい） */
.tabledata_small {
	color: #000000;
	font-size: 8pt;
	vertical-align: middle
}

/* 表データ部の文字属性（大きい） */
.tabledata_big {
	color: #000000;
	font-size:12pt;
	vertical-align: middle
}

/* **************************************** */
/* 掲示板の表属性 */
.bbs_tbody {
	color: #000000;
	background-color: #CCFFCC;
	font-size:10pt;
	vertical-align: middle
}

/* 掲示板の表属性 */
.bbs_tbody_9pt {
	color: #000000;
	background-color: #CCFFCC;
	font-size:9pt;
	vertical-align: middle
}

/* 掲示板の表属性（小さい） */
.bbs_tbody_small {
	color: #000000;
	background-color: #CCFFCC;
	font-size:10pt;
	vertical-align: middle
}

/* 掲示板の表属性 */
.bbs_tbody2 {
	color: #000000;
	background-color: #EEFFEE;
	font-size:10pt;
	vertical-align: middle
}

.bbs_tbody2_9pt {
	color: #000000;
	background-color: #EEFFEE;
	font-size:9pt;
	vertical-align: middle
}

/* 掲示板の表属性（小さい） */
.bbs_tbody2_small {
	color: #000000;
	background-color: #EEFFEE;
	font-size:10pt;
	vertical-align: middle
}

/* 掲示板のTEXT属性 */
.bbs_text {
	color: #000000;
	background-color: #FFFFFF;
	font-size:10pt
}

/* 掲示板のTEXT属性（小さい） */
.bbs_text_small {
	color: #000000;
	background-color: #CCFFCC;
	font-size:8pt
}

/* **************************************** */
/* 打撃成績のBUTTON属性（小さい） */
.dageki_button_small {
	color: #000000;
	font-size:8pt
}
/* 打撃成績のLIST属性（小さい） */
.dageki_list_small {
	color: #000000;
	font-size:8pt
}
/* 打撃成績のTEXT属性（右寄せ） */
.dageki_text {
	color: #000000;
	background-color: #FFFFFF;
	font-size:10pt;
	text-align: right
}
/* 打撃成績のTEXT属性（左寄せ） */
.dageki_text_l {
	color: #000000;
	background-color: #FFFFFF;
	font-size:10pt;
	text-align: left
}
/* 打撃成績のTEXT属性（小さい＆右寄せ） */
.dageki_text_small {
	color: #000000;
	background-color: #FFFFFF;
	font-size:8pt;
	text-align: right
}
/* 打撃成績のTEXT属性（小さい＆左寄せ） */
.dageki_text_small_l {
	color: #000000;
	background-color: #FFFFFF;
	font-size:8pt;
	text-align: left
}

/* 打撃成績のLIST属性（小さい＆必須） */
.dageki_list_small_h {
	color: #000000;
	background-color: #FFCCCC;
	font-size:8pt
}
/* 打撃成績のTEXT属性（右寄せ＆必須） */
.dageki_text_h {
	color: #000000;
	background-color: #FFCCCC;
	font-size:10pt;
	text-align: right
}
/* 打撃成績のTEXT属性（左寄せ＆必須） */
.dageki_text_l_h {
	color: #000000;
	background-color: #FFCCCC;
	font-size:10pt;
	text-align: left
}
/* 打撃成績のTEXT属性（小さい＆右寄せ＆必須） */
.dageki_text_small_h {
	color: #000000;
	background-color: #FFCCCC;
	font-size:8pt;
	text-align: right
}
/* 打撃成績のTEXT属性（小さい＆左寄せ＆必須） */
.dageki_text_small_l_h {
	color: #000000;
	background-color: #FFCCCC;
	font-size:8pt;
	text-align: left
}

/* **************************************** */
/* スコアボードの表属性 */
.score_bord {
	color: #FFFFFF;
	background-color: #000000;
	font-size:16pt;
	font-weight: bolder;
	vertical-align: middle;
	text-align: right
}

/* **************************************** */
/* 検索の文字属性（小さい） */
.search {
	color: #006600;
	background-color: #000066;
	font-size:8pt;
	text-align: center;
	vertical-align: middle
}
/* 検索の文字属性（title） */
.search_t {
	color: #CCCCCC;
	background-color: #000066;
	font-size:8pt;
	text-align: left;
	vertical-align: middle
}
/* 検索の空白の文字属性 */
.search_space {
	color: #006600;
	background-color: #000066;
	font-size:4pt;
	text-align: left;
	vertical-align: middle
}
/* 検索のボタン属性 */
.search_text {
	color: #006600;
	background-color: #FFFFFF;
	font-size:8pt;
	text-align: left;
	vertical-align: middle;
}
/* **************************************** */
/* トーナメント */
.Isogo {
	color: #333333;
	background-color: #CCFFFF;
	font-size:8pt;
}
.Isogo_R {
	color: #333333;
	font-size:10pt;
	text-align: right;
	vertical-align: middle;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif
}
.Isogo_L {
	color: #333333;
	font-size:10pt;
	text-align: left;
	vertical-align: middle;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif
}
/* **************************************** */
/* 印刷用 */
.print_table1 {
	width: 640px;
	border-width: 1px;
	text-align: center;
}
.print_table2 {
	width: 640px;
	text-align: center;
}
.print_title {
	color: #000000;
	background-color: #FFFFFF;
	font-size:18pt;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 18px;
	bgcolor:
}
.print_title2 {
	color: #000000;
	font-size:14pt;
	font-family: "ＭＳ ゴシック","Times New Roman",serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 7px;
}
.print_game1 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:8pt;
	font-family: "ＭＳ 明朝","Times New Roman",serif;
	text-align: center;
	vertical-align: middle;
	height:16pt;
}
.print_game2 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:8pt;
	font-family: "ＭＳ ゴシック","Times New Roman",serif;
	text-align: center;
	vertical-align: middle;
}
.print_game3 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:12pt;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif;
	text-align: right;
	vertical-align: middle;
}
.print_dageki1 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:10pt;
	font-family: "ＭＳ 明朝","Times New Roman",serif;
	text-align: center;
	vertical-align: middle;
}
.print_dageki2 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:10pt;
	font-family: "ＭＳ ゴシック","Times New Roman",serif;
	text-align: center;
	vertical-align: middle;
}
.print_dageki3 {
	color: #000000;
	background-color: #FFFFFF;
	font-size:12pt;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","Times New Roman",serif;
	font-weight: bolder;
	text-align:left;
	vertical-align: middle;
}
/* **************************************** */
/* Listの文字属性 */
.body_list {
	color: #cccccc;
	font-size: 8pt;
	background-color: #333333;
	text-align: center;
	margin: 2px 2px;
}
.dir_list {
	color: #cccccc;
	font-size: 8pt;
	text-align: left;
}
.A_list:link {
	color: #ffcc11;
	text-decoration: none;
}
.A_list:visited {
	color: #ffcc11;
	text-decoration: none;
}
.A_list:hover {
	color: #ffcc11;
	text-decoration: none;
}

/* **************************************** */
/* Viewの文字属性 */
.body_view {
	color: #cccccc;
	background-color: #000000;
	font-size: 8pt;
	text-align: center;
	margin: 2px 2px;
}
.font_view {
	color: #cccccc;
	font-size: 8pt;
	text-align: center;
	font-family: "Times New Roman",serif;
}
.A_view:link {
	font-size: 8pt;
	color: #ffcc11;
	text-decoration: none;
}
.A_view:visited {
	font-size: 8pt;
	color: #ffcc11;
	text-decoration: none;
}
.A_view:hover {
	font-size: 8pt;
	color: #ffcc11;
	text-decoration: none;
}
.text_view {
	color: #cccccc;
	background-color: #000000;
	font-size: 8pt;
	text-align: center;
	font-family: "Times New Roman",serif;
	border: solid 1px #cccccc;
}
.link_view {
	color: #ffcc11;
	background-color: #CCFFCC;
	font-size: 8pt;
	font-weight: bolder;
	text-align: center;
	font-family: "Times New Roman",serif;
}
