@charset "utf-8";
/*===================================================

	index.htm

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	上書き
----------------------------------------------------*/
body {
	background:#B41914 url(../img/body_bg_index.gif) repeat-x scroll 0 0;
}
#contents,  #main {
	background: none;
}
#main {
	padding-bottom: 0;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
h2 {
	line-height: 24px;
	color: #FFF;
	background: url(../img/index_h2.gif);
	width: 100%;
	text-indent: 10px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------
	#index_center
----------------------------------------------------*/
#index_center {
	float: left;
	width: 765px;
	margin-bottom: 10px;
}
#index_center iframe {
	float: left;
	width: 464px;
	height: 315px;
	overflow: hidden;
}
#index_center #menu {
	background: url(../img/index_center_bg.gif);
	width: 300px;
	height: 290px;
	padding: 25px 0 0 1px;
	float: left;
}
#index_center #menu ul {
	padding: 0 0 5px 3px;
}
#index_center #menu li {
	float: left;
}
#index_center #menu li span {
	height: 27px;
	width: 97px;
	display: block;
	line-height: 27px;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
}
#index_center #menu #list {
	float: left;
	height: 158px;
	width: 290px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 4px;
}
* html #index_center #menu #list {
	margin: 2px;
}
#index_center #menu #movie_info {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 5px 10px;
}
#index_center #menu #movie_info a {
	color: #FFF;
}
#index_center #id_0 {
	height: 40px;
	width: 290px;
	padding-left: 10px;
	display: block;
	line-height: 40px;
	text-indent: -9999px;
	float: left;
}

/*----------------------------------------------------
	#index_center #list
----------------------------------------------------*/
#index_center #list img {
	float: left;
	margin-right: 5px;
}
#index_center #list .title {
	color: #F00;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	width: 135px;
}
#index_center #list .time {
	border-bottom: 1px solid #F00;
	color: #F00;
	float: left;
	font-size: 10px;
	height: 15px;
	margin: 27px 10px 5px -135px;
	padding-left: 1px;
	padding-top: 1px;
	width: 125px;
}
#index_center #list .time_new {
	border-bottom: 1px solid #F00;
	color: #F00;
	float: left;
	font-size: 10px;
	height: 15px;
	margin: 27px 10px 5px -135px;
	padding-left: 1px;
	padding-top: 1px;
	width: 125px;
	background: url(../img/icons/new.gif) no-repeat 9.2em 2px;
}
#index_center #list .archive {
	font-size: 11px;
	border-left: 5px solid #FFF;
	padding-left: 5px;
}
#index_center #list a:link {
	color: #FFF;
	text-decoration: none;
}
#index_center #list a:visited {
	text-decoration: none;
	color: #FFF;
}
#index_center #list a:hover {
	text-decoration: underline;
	color: #F00;
}
#index_center #list a:active {
	text-decoration: none;
	color: #F00;
}

/*----------------------------------------------------
	#news
----------------------------------------------------*/
#news {
	background: #FFF;
	display: block;
	float: left;
	width: 455px;
}
#news ul {
	float: left;
	/* padding: 8px 0; */

	padding: 3px 0;
}
#news li {
	height: 2em;
	line-height: 2em;
	overflow-x: hidden;
	padding-left: 10px;
	width: 445px;
}
#news li a {
	font-weight: bold;
	margin-left: 1em;
}

#news h2 a {
	color: #FFF;
}


/*----------------------------------------------------
	#banner
----------------------------------------------------*/
#main #banner {
	float: right;
	width: 305px;
}
#main #banner li {
	float: left;
	padding: 0 2px 2px 0;
}
#main #banner a {
	text-decoration: none;
	display: block;
	float: left;
	width: 150px;
}
#main #banner a#photo_album {
	background: url(../photo_album/index_over.jpg) no-repeat bottom;
}
#main #banner a#photo_album div {
	background: url(../photo_album/index.jpg);
	width: 150px;
	height: 100px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#main #banner a#photo_album div.select {
	background: none;
}
#main #banner li#line {
	font-size: 0;
	width: 300px;
	height: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFF;
}
* html #main #banner li#line {
	line-height: 0;
}
#sub #banner a {
	background: #FFF;
	display: block;
	float: left;
	padding: 1px 2px;
}

/*----------------------------------------------------
	#sub #tabs
----------------------------------------------------*/
#sub #tabs ul {
	float: left;
}
#sub #tabs li {
	line-height: 23px;
	color: #FFF;
	background: url(../img/index_tabs.gif) 95px;
	text-align: center;
	display: block;
	height: 23px;
	width: 95px;
	float: left;
}
#sub #tabs li a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
#sub #tabs .current {
	background: url(../img/index_tabs.gif);
}
#sub #tabs h2 {
	display: none;
}
#sub #tabs .tabbody {
	float: left;
	background: #B51A15;
	height: 292px;
	width: 186px;
	padding: 0 2px;
	margin-bottom: 10px;
}
#sub #tabs h3 {
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	background: #3C0000;
	margin-top: 2px;
	padding-left: 10px;
}
#sub #tabs h4 {
	line-height: 20px;
	font-weight: bold;
	color: #3C0000;
	background: #FFF;
	margin-top: 5px;
	padding-left: 10px;
}
#sub #tabs h3 a,  #sub #tabs h4 a {
	background-image: url(../img/kyushu_derby.gif);
	text-indent: -9999px;
	display: block;
	float: right;
	height: 20px;
	width: 75px;
}
#sub #tabs h4 a {
	background-position: bottom;
}
#sub #tabs table {
	color: #FFF;
	width: 184px;
}
#sub #tabs td {
	line-height: 1.2em;
	padding: 3px;
}
#sub #tabs a#access {
	color: #FFF;
}
#sub #tabs .score {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#sub #tabs .score a {
	background: url(../img/icons/details.gif);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 40px;
	margin: 5px auto 0;
}
#sub #tabs #standings {
	margin: 3px 1px 0;
}
#sub #tabs #standings td {
	text-align: center;
	line-height: 13px;
	border: 1px solid #CCC;
	padding: 0;
}
#sub #tabs #standings td.club {
	text-align: left;
	padding-left: 0.5em;
}
#sub #tabs #standings #label td {
	line-height: 20px;
}
#sub #tabs #standings #roasso td {
	color: #F00;
	background: #FF0;
}
#sub #tabs #standings a {
	color: #FFF;
}

/*----------------------------------------------------
	#sub #banner
----------------------------------------------------*/
#sub #banner li {
	float: left;
	width: 190px;
}

/*----------------------------------------------------
	#board
----------------------------------------------------*/
#board {
	background-color: #000;
	width: 100%;
	float: left;
	min-width: 970px;
	margin-top: 10px;
}
#board h3 {
	font-style: italic;
	line-height: 2em;
	color: #F00;
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
}
#board #banner {
	width: 960px;
	margin: 10px auto 0;
	padding: 10px 0 0 10px;
}
#board #banner a {
	margin-left: 5px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width: 100%;
	min-width: 970px;
}
#footer #copy {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
