@charset "Shift_JIS";

@import "../default.css";

#game {
	margin-left:10px;
	font-size:80%;
}

#game blockquote {
	line-height:160%;
	margin-top:10px;
	margin-bottom:20px;
}

#game p {
	line-height:200%;
}

.Main {
	padding:5px 5px 20px 5px;
	border-right: solid 1px #999999;
	background-color:#ffffff;
	width:680px;
}
/* 公式戦見出し*/
.img07_1 {
	display:block;
	width:297px;
	height:94px;
	float:left;
	background-image:url(images/geme07_1.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	padding-top:100px;
	overflow: hidden;
	text-indent:-5000em;
}
.img06_1 {
	display:block;
	width:297px;
	height:94px;
	float:left;
	background-image:url(images/geme06_1.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	padding-top:100px;
	overflow: hidden;
	text-indent:-5000em;
}
/* 練習試合見出し*/
.img07_2 {
	display:block;
	width:297px;
	height:94px;
	background-image:url(images/geme07_2.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	padding-top:100px;
	overflow: hidden;
	text-indent:-5000em;
}
.img06_2 {
	display:block;
	width:297px;
	height:94px;
	background-image:url(images/geme06_2.jpg);
	background-repeat:no-repeat;
	background-position:0px 30px;
	padding-top:100px;
	overflow: hidden;
	text-indent:-5000em;
}

/* トップ右上　試合一覧*/
#game ul {
	float:right;
	margin-bottom:10px;
	margin-top:-20px;
}
#game li {
	list-style-type:none;
	background-image:url(../images/ico_link.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left:13px;
	line-height:20px;
}

#game li a {	text-decoration:none;}
#game li a:hover {	text-decoration:underline;}


/* トップ年リンク*/
#year ul {
	margin:10px 0 0 10px ;
	font-size:80%;
}
#year li {
	float:left;
	list-style-type:none;
	background-image:url(../images/ico_link2.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left:8px;
	margin-left:10px;
}


#game h3 {
	padding:0px 0px 0px 5px;
	border-left: solid 8px #006600;
}
#game h3 a {
	text-decoration:none;
}
#game h3 a:hover {
	text-decoration:underline !important;
}
.mark {
	color:#FF3300;
	float:right;
	padding-right:100px;
}



/* スコアボード*/
#game_tbl {
	width:600px;
	margin-top:5px;
	margin-bottom:15px;
	background-color:#3E7A1C;
	border:1px solid #003300;
	border-collapse: collapse;
	text-align:center;
	line-height:23px;
}
#game_tbl th,#game_tbl td{
	color:#FFFFFF;
	font-weight:none;
	border:1px solid #333;
	border-bottom:2px groove #bbb;
	border-right:2px groove #bbb;	
	border-collapse: collapse;
}
.game_tbl2 {
	width:600px;
	margin-bottom:50px;
	border:1px solid #006600;
	border-collapse: collapse;
}
.game_tbl2 th {
	border:1px solid #006600;
	border-collapse: collapse;
	text-align:center;
}
.game_tbl2 td {
	border:1px solid #006600;
	border-collapse: collapse;
}
/* スコアボード end*/

.retop a{
	font-size:120%;
	float:right;
	margin-right:60px;
	margin-top:-35px;
	margin-bottom:50px;
	text-decoration:underline !important;
}


