@charset "Shift_JIS";

/* ----------------------------------------

		競馬場・ウインズ等

---------------------------------------- */

/*-----  タブ -----*/
#categoryNavi {
	background: url(/topics/img/bg_tab.gif) repeat-x;
	height: 42px;
	width: 940px;
	
	zoom:1; /*for IE 5.5-7*/
	position:relative;
	margin-top: 15px;
	
	overflow: hidden;
}


#categoryNavi:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	visibility: hidden;
}

* html #categoryNavi {
	display:inline-table;
    /**/display:block;/**/
}

#categoryNavi ul {
	margin-left: 11px;
}

#categoryNavi ul li {
	float: left;
	margin-top: 5px;
}

#categoryNavi ul li.current {
	margin-top: 0;
}



#facilityBody {
	border: 1px solid #ccc;
	border-top: none;
	
	padding-top: 20px;
}


/*----- 競馬場 -----*/
table.raceCourseList {
	margin: 0 auto;
}

table.raceCourseList td {
	padding-bottom: 20px;
}


/*----- その他施設 -----*/
table.facilityList {
	margin: 0 auto;
}

table.facilityList td {
	padding-bottom: 20px;
}




/*----- ウインズ -----*/
#winsBody {
	clear: both;
	padding-top: 16px;
	border: 1px solid #ccc;
	border-top: none;
}

* html #winsBody {
	padding-bottom: 16px;
}


table.winsBlock {
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(/facilities/img/bg_wins_block.gif) repeat-y;
}

table.winsBlock h3 {
	background: url(/facilities/img/bg_head_wins-area.gif) no-repeat;
	width: 892px;
	height: 32px;
	line-height: 32px;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
}


table.btnList {
	margin: 0 auto;
}

table.btnList td {
	padding-top: 8px;
}




table.winsBtn {
	background: url(/facilities/img/bg_btn_wins.gif) no-repeat;
	height: 31px;
}

table.winsBtn td {
	padding: 0;
	text-align: center;
}

table.winsBtn a {
	display: block;
	width: 168px;
	line-height: 31px;
	
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

table.winsBtn a img {
	margin-right: 3px;
	vertical-align: baseline;
}

table.winsBtn a:hover {
	text-decoration: underline;
}



table.outerBtn {
	background: url(/facilities/img/bg_btn_out.gif) no-repeat;
	height:31px;
}

table.outerBtn td {
	padding: 0;
	text-align:center;
}

table.outerBtn a {
	display: block;
	width: 168px;
	line-height: 31px;
	
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

table.outerBtn a img {
	margin-right: 3px;
	vertical-align: baseline;
}

table.outerBtn a:hover {
	text-decoration: underline;
}


table.exelBtn {
	background: url(/facilities/img/bg_btn_exel.gif) no-repeat;
	height:31px;
}

table.exelBtn td {
	padding: 0;
	text-align:center;
}

table.exelBtn a {
	display: block;
	width: 168px;
	line-height: 31px;
	
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

table.exelBtn a img {
	margin-right: 3px;
	vertical-align: baseline;
}

table.exelBtn a:hover {
	text-decoration: underline;
}





table.winsBlock div.pseudo-bottom {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(/facilities/img/bg_wins_block_foot.gif) no-repeat left bottom;
	width: 900px;
	height: 14px;
}




/*----- ウインズ写真表示 -----*/
#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	
	border: 2px solid #373f3d;
	background-color:#333;
	
	padding:5px;
	display:none;
	color:#fff;
	
	font-size: 12px;
	
	/*margin-top: -60px;
	margin-left: -10px;*/
	
	margin-top: -170px;
	margin-left: -120px;
}


#screenshot img {
	margin-bottom: 4px;
}

* html #screenshot img {
	margin-bottom: 6px;
}
