@charset "UTF-8";
/* CSS Document */

/*
============================== 05game_result ==============================
*/

/* ▼タイトル下目次メニュー部分
 ============================================ */


#game_result ul {
		width: 433px;
		height: auto;
		margin: 6px 0 6px 6px;
		text-align: left;
		list-style: none;
}

#game_result ul li {
		width: 430px;
		height: auto;
		font-size: 1.1em;
		padding: 3px 0 3px 0;
}


#game_result ul li span {
		width: 100px;
		padding-left: 16px;
		display: inline-block;
		color: #FF0000;
		background:url(../opta/main_e/maru_gray_ya_aka.gif) no-repeat 0 50%;
}

/*\*/
* html #game_result li span {width: 116px; padding-left: 16px;}
/* For Win IE */
/* */

#game_result ul li em {
		width: 350px;
		padding-left: 16px;
		display: inline-block;
		color: #000000;
		background:url(../opta/main_e/maru_gray_ya_aka.gif) no-repeat 0 50%;
}

/*\*/
* html #game_result li em {width: 366px; padding-left: 16px;}
/* For Win IE */
/* */

#game_result ul li a {
		color: #000000;
}

#game_result ul li a:link,
#game_result ul li a:visited,
#game_resulte ul li a:active {
		text-decoration: none;
}

#game_result ul li a:hover {
		text-decoration: underline;
		color: #FF0000;
}

/* ▲タイトル下目次メニュー部分
 ============================================ */



/* ▼main-content 部分
 =========================================================================================== */
/* ▼呼込み部分
　------------------------------ */

#change_window {
		width: 780px;
		height: auto;
		text-align: center;
		margin-top: 0px;
}



/* ▼　共通　部分
　++++++++++++++++++++++++++++++++++++++++ */

#game_result #content22 {
		width: 720px;
		margin: 0 auto;
		text-align: center;
}

#game_result #content21,
#game_result #content20,
#game_result #content19,
#game_result #content18,
#game_result #content17 {
		width: 720px;
		margin: 0 auto;
		text-align: center;
}



/* ▼呼込みファイルのタイトル部分
　------------------------------ */


.window_title {
		width: 720px;
		height: 20px;
		text-align: left;
		margin-bottom: 20px;
}


/* ▲呼込みファイルのタイトル部分
　------------------------------ */






/* 各テーブル外枠　部分
　------------------------------ */

#game_result table.outer {
		width: 720px;
		margin-bottom: 30px;
		font-size: 1em;/*--IE6用で増やすIE6ではtdでのフォンとサイズ設定が効いてないのでここで設定すると効く--*/
		border-collapse: collapse;
		border: 1px solid #CCCCCC;
}


/* -------- 最新月の　月タイトル背景色変更 ------- */
#game_result #content22 table.outer thead th#new_month {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #99FFFF;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成22年度タイトル背景色変更 ------- */
#game_result #content22 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #CFC;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成21年度タイトル背景色変更 ------- */
#game_result #content21 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #FFC;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成20年度タイトル背景色変更 ------- */
#game_result #content20 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #FFE4E4;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成19年度タイトル背景色変更 ------- */
#game_result #content19 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #FFEDD6;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成18年度タイトル背景色変更 ------- */
#game_result #content18 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #CDFFCA;
		border-bottom: 1px solid #CCCCCC;
}


/* -------- 平成17年度タイトル背景色変更 ------- */
#game_result #content17 table.outer thead th {
		height: 22px;
		font-size: 1.2em;
		padding-left:0.6em;
		text-align: left;
		background-color: #CCFF66;
		border-bottom: 1px solid #CCCCCC;
}

#game_result table.outer tbody td {
		text-align: center;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
}

/* 基本フォントをVerdana ,sans-serifに設定しているので、
   ○、□が他の文字に比べ半分以下のサイズで表示される。
   これらの文字を対象にフォントファミリーを変えたら他のフォントと同じサイズで表示されるようになった。
   上記症状は特にSafariで顕著だった。
　------------------------------ */
#game_result table.outer thead th span {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		color: #FF0000;
}


/* 基本フォントをVerdana ,sans-serifに設定しているので、
   ○、□が他の文字に比べ半分以下のサイズで表示される。
   これらの文字を対象にフォントファミリーを変えたら他のフォントと同じサイズで表示されるようになった。
   上記症状は特にSafariで顕著だった。
　------------------------------ */
.special_font {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
		

/* 各テーブル外枠内　サブタイトル　部分
　------------------------------ */
.man {
		color: #009933;
}

.lady {
		color: #0066CC;
}

.mix {
		color: #FF6600;
}

.group {
		color: #000000;
}



/* 大会結果　各月テーブル内　日付　大会名　内容　部分　設定
　------------------------------ */

/* ---- new　以外の通常 ----- */

#game_result .game {
		font-size: 1.1em;
		margin: 6px 0 15px 6px;
		text-align: left;
}



#game_result .game span.left {
		float: left;
		width: 100px;
		text-align: left;
		padding-left: 20px;
		color: #FF0000;
		background:url(../opta/main_e/maru_gray_ya_aka.gif) no-repeat 0 0%;
}

/*\*/
* html #game_result .game span.left {width: 120px; padding-left: 20px;}
/* For Win IE */
/* */

#game_result .game dl.right {
		width: 580px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
}

#game_result .game dl.right dt.game_name {
		margin-bottom: 5px;
}

#game_result .game dl.right dt.game_name a:link,
#game_result .game dl.right dt.game_name a:visited,
#game_result .game dl.right dt.game_name a:active {
		text-decoration: none;
}

#game_result .game dl.right dt.game_name a:hover {
		text-decoration: underline;
		color: #FF0000;
}



#game_result .game dl.right dd.naiyou {
		margin-left: 35px;
}


#game_result .game dl.right dd.naiyou a:link,
#game_result .game dl.right dd.naiyou a:visited,
#game_result .game dl.right dd.naiyou a:active {
		text-decoration: none;
}

#game_result .game dl.right dd.naiyou a:hover {
		text-decoration: underline;
		color: #FF0000;
}





/* ---- new　のとき用 ----- */

#game_result .game span.left_new {
		float: left;
		width: 130px;
		text-align: left;
		padding-left: 20px;
		color: #FF0000;
		background:url(../opta/main_e/maru_gray_ya_aka.gif) no-repeat 0 0%;
}

/*\*/
* html #game_result .game span.left_new {width: 150px; padding-left: 20px;}
/* For Win IE */
/* */

#game_result .game dl.right_new {
		width: 550px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
}

#game_result .game dl.right_new dt.game_name_new {
		margin-bottom: 5px;
}

#game_result .game dl.right_new dt.game_name_new a:link,
#game_result .game dl.right_new dt.game_name_new a:visited,
#game_result .game dl.right_new dt.game_name_new a:active {
		text-decoration: none;
}

#game_result .game dl.right_new dt.game_name_new a:hover {
		text-decoration: underline;
		color: #FF0000;
}





#game_result .game dl.right_new dd.naiyou_new {
		margin-left: 35px;
}



#game_result .game dl.right_new dd.naiyou_new a:link,
#game_result .game dl.right_new dd.naiyou_new a:visited,
#game_result .game dl.right_new dd.naiyou_new a:active {
		text-decoration: none;
}

#game_result .game dl.right_new dd.naiyou_new a:hover {
		text-decoration: underline;
		color: #FF0000;
}


/* 共通720pxグレー横ライン
　------------------------------ */

.sen5px_line {
		width: 720px;
		height: 20px;
		clear: both;
		background: url(../opta/main_e/5_5_k15gray.gif) repeat-x 50% 50%;
		margin: 0 auto;
}

.sen5px_line span {
		display: none;
}


/* 共通各タイトル下433pxグレー横ライン
　------------------------------ */



/* ▲以上　共通　部分
　++++++++++++++++++++++++++++++++++++++++++++ */






















































