/*========================================
 +styles
========================================*/

body {
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	background: url(../images/back.jpg) #F3F3F3 center repeat-y;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}

.clear { clear: both; }


/*========================================
 +header styles
========================================*/
#contents {
	width: 1000px;

	margin: 0;
	padding: 0;
	background: url(../images/index_back.jpg) no-repeat #F3F3F3;
}

#header {
	height: 154px;
	margin-left: 30px;
}
#main {}
#main_l {
	margin-left: 61px;
	width: 267px;
	height: 419px;
	float: left;
}

#main_r {
	width: 612px;
	margin: 0;
	padding: 134px 0 0 60px;
	float: right;
}

#main_r h3 {
	background: url(../images/content.png) no-repeat center;
	width: 612px;
	height: 30px;
	margin-top: 5px;
	text-indent: -9999px;
	display: block;
}

#menu {
	padding: 0 0 20px 30px;
	height: 110px;
}

#menu li {
	float: left;
}

#menu .rl {
	border-right: solid #FFF 1px;
	height: 80%;
}

#news {
	width: 612px;
	margin-bottom:10px;
}
#news_l {
	width: 85px;
	float: left;
}
#news_r {
	width: 455px;
	padding: 10px 60px 0 12px;
	float: right;
}
#news_r ul { width: 455px; font-size: 13px;}
#news_r li { clear: both; display: block;}
#news_r .date {
	background: url(../images/news_point.gif) no-repeat 44px 4px;
	width: 60px;
	display: table-cell;
}

#news_r .txt {
	display: table-cell;
}

/*========================================
 +main styles
========================================*/
#schedule {
	width: 1000px;
	margin: 0;
	padding-bottom: 60px;
	background: #FFF;
	}
#schedule .title { padding-bottom: 10px;}

#cal {
	width: 1000px;
	text-align: center;
	padding-top: 10px;
	background: #FFF;
	}

#tab ul {
	width: 231px;
	margin-left: auto;
	margin-right: 53px;
	text-align: right;
}
#tab li {
	width: 73px;
	height: 44px;
	margin-left: 4px;
	margin-bottom:10px;
	background: #CCC;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#tab li.select {
	background: #CC0;
	display: block;
	
}
#tab li:hover { background: #9CC !important; }

.disnon {
  display: none;
}
.content_wrap {}


#cal .ptb1 { padding: 30px 0;}
#cal .ptb2 { padding: 30px 0 0 0;}

/*カレンダー 注意書き*/
#cal .note {
	padding: 10px 0 0 53px;
	font-size: 12px;
	line-height: 1.5em;
	color: #C00;
	text-align: left;
}

/*カレンダー*/
#cal .ta_cal {
	border-collapse:collapse;
	text-align:center;
	margin-left:53px;
	border: #CCC solid 2px;
	font-size: 12px;
	line-height: 16px;
	} 

#cal .d_31 { width: 894px;}
#cal .d_30 { width: 868px;}
#cal .d_29 { width: 842px;}
#cal .d_28 { width: 816px;}

#cal .ta_cal td { width: 25px; padding: 3px 0; }
#cal .ta_cal th { width:83px; font-weight:normal; text-align:center;}

/*月*/
.ta_cal .month {
	background: url(../calimg/cal_back.gif) #666;
	border-right: 2px solid #CCC; 
	border-bottom: 2px solid #CCC;
}


/*日付*/
.ta_cal .date td{
	border-right: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
}

/*曜日*/
.ta_cal .day td{
	border-right: 1px solid #CCC; 
	border-bottom: 2px solid #CCC;
	background: #333;
	color: #FFF;
	}
.sun { background: #C00 !important;}
.sat { background: #06F !important;}
.hol { background: #C00 !important;}

/*本場開催*/
.ta_cal .h_race th{
	background: #EEE9DB;
	border-right: 2px solid #CCC; 
	border-bottom: 2px solid #CCC;
}
.ta_cal .h_race td{
	background: #EEE9DB;
	border-right: 1px solid #CCC; 
	border-bottom: #CCC solid 2px;
	font-size: 11px;
}
/*他場開催*/
.ta_cal .t_race th{
	border-right: 2px solid #CCC;
	border-top: 1px solid #CCC;
}

.ta_cal .t_race td{  
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

/*他場ナイター開催*/
.ta_cal .tn_race th{
	background: #999CB0; 
	border-right: 2px solid #CCC;
	border-top: 1px solid #CCC;
}

.ta_cal .tn_race td{
	background: #999CB0;   
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 11px;
}

/*---------------------
　　　各色指定
-----------------------*/

/*【本場用カラー】*/
.sg { background:#C00 !important; color: #FFF;}
.g1 { background:#FC0 !important;}
.g2 { background:#9C0 !important;}
.g3 { background:#6C9 !important;}
.g_girl { background:#F69 !important;}
.girl { background:#FCC !important;}
.ippan { background:#9CF !important;}
.n_ippan { background:#06C !important; color: #FFF;}

/*【中止カラー】*/
.chushi { background:#FF0000 !important; color: #FFF;}

/*【休館カラー】*/
.closed { background: #666 !important; color: #FFF;}

/*========================================
 +kinkyu
========================================*/

#kinkyu, #kinkyu2{
	margin:0 auto;
	width:1000px;
	font-size:14px;
	line-height:1.4em;}
	
#kinkyu table{
	width:1000px;
	background-color:#FF0000;
	border:5px #FF0000 solid;}
	
#kinkyu2 table{
	width:1000px;
	background-color:#3366CC;
	border:5px #3366CC solid;
	
	}
	
#kinkyu th, #kinkyu2 th{
	padding:8px;
	color:#FFF;
	text-align: center;
	font-weight:bold;
	}
	
#kinkyu td, #kinkyu2 td{
	padding:10px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	}

/*========================================
 +footer styles
========================================*/
#footer {
	width: 1000px;
	margin: 0;
	padding: 0;
}

#footer1 {
	width: 947px;
	height: 40px;
	margin: 0;
	padding: 0 53px 0 0;
	background: #000;
	text-align: right;
}
#footer1 img { padding-left: 10px;}

#footer2 {
	width: 894px;
	margin: 0;
	padding: 20px 53px 30px 53px;

}

#footer2_l { float: left; color: #FFF; }
#footer2_l img { padding-bottom: 6px;}
#footer2_r { float: right; width: 200px; text-align: right;}


/*========================================
 +banner styles
========================================*/

#banner{
	margin-top:-10px;
	margin-bottom:10px;}

#banner img:hover{opacity:0.7;}