/*------------------------
	コンテンツ
-------------------------*/
#content {
	float: left;
	width: 580px;
	padding-right: 10px;
	text-align: center;
}

/*------------------------
	見出し
-------------------------*/
#content h2 {
	font-size: large;
	text-align: center;
}

#content p {
	padding-bottom: 10px;
	text-align: center;
}

/*------------------------
	年選択
-------------------------*/
#year {
	text-align: center;
	padding-bottom: 10px;
}

#year li {
	display: inline;
	padding-left: 11px;
	background: url(../../share/img/sitemap_alow.gif) no-repeat left 2px;
}

#year li.line0 {
	border-left: none;
}

/*------------------------
	テーブルレイアウト
-------------------------*/
#content table {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
}

#content th {
	border-bottom: 1px solid #000;
	background: #fff url(../../share/img/title_bg.gif);
	color: #fff;
	font-weight: normal;
	text-align: left;
}

#content td {
	padding: 2px;
	border-bottom: 1px solid #000;
	text-align: left;
}

/* 中央寄せ */
#content td.tac {
	text-align: center;
}

/*	試合結果のみ適応css
==============================================*/
/*------------------------
	コンテンツ
-------------------------*/
#kekka #content {
	float: left;
	width: 560px;
	padding-right: 10px;
	text-align: center;
}

/*------------------------
	見出し
-------------------------*/
#title_only {
	margin-bottom: 10px;
}

/*------------------------
	テーブルレイアウト
-------------------------*/
#kekka .table {
	width: 100%;
	border-collapse: collapse;
	border: 1px #000000 solid;
	border-spacing: 0;
}

#kekka .table th {
	padding: 1px;
	background: url(../../share/img/title_bg.gif) ;
	color:#ffffff;
}

#kekka .table td {
	text-align: center;
	padding: 2px;
}

li {
	text-align: left;
}

#tokuten {
	margin-left: 50px;
}

#tokuten_noasisuto {
	margin-left: 100px;
}

#tokuten_noasisuto95 {
	margin-left: 95px;
}

/*-----------------------
アルバム専用css
------------------------*/
#photo {
	width: 549px;
	margin: 15px 0 0 0;
}

#photo img {
	margin-bottom: 5px;
}

/*--------------------
練習試合専用テーブルcss
-----------------------*/
#kekka .table_siai {
	width: 100%;
	border-collapse: collapse;
	border: 1px #000000 solid;
	border-spacing: 0;
	margin-bottom: 15px;
}

#kekka th {
	border: 1px #000000 solid;
	background: url(../../share/img/title_bg.gif) ;
	color:#ffffff;
	text-align: center;
}

#kekka td {
	padding: 2px;
	border: 1px #000000 solid;
	text-align: center;
}

/*------------------------
	左寄せ
-------------------------*/
#kekka .table_siai td.tal {
	text-align: left;
}