@charset "UTF-8";
/* サーキットガイド */



/* INDEX */
	table#circ_table {
		margin: 16px auto;
		padding: 0;
		border-collapse: collapse;
	}

	table#circ_table tr td {
		padding: 0px;
		font-size: 10px;
		line-height: 14px;
		color: #444;
		vertical-align: top;
		text-align: center;
		border-left: 4px solid #F7F7F7;
		border-right: 4px solid #F7F7F7;
	}



	table#circ_table h3 {
		padding: 0px;
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		font-family: Helvetica, Ariel, Geneva;
		background: #666;
		border-top: 1px solid #444;
		border-left: 1px solid #555;
		border-right: 1px solid #ccc;
		color: #F9F9F9;
		text-align: center;
	}

	table#circ_table p {
		margin-bottom: 8px;
		padding: 2px 0 4px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}


	table#circ_table tr td a {
		display: block;
		margin: 0;
		padding: 0;
		width: 190px;
		height: 148px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #fff;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}



	table#circ_table tr td.circ01 a {
		background-image: url(circuit_img/circ0602.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ01 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ02 a {
		background-image: url(circuit_img/circ0601.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ02 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ03 a {
		background-image: url(circuit_img/circ0603.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ03 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ04 a {
		background-image: url(circuit_img/circ0604.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ04 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ05 a {
		background-image: url(circuit_img/circ0605.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ05 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ06 a {
		background-image: url(circuit_img/circ0606.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ06 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ07 a {
		background-image: url(circuit_img/circ0609.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ07 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ08 a {
		background-image: url(circuit_img/circ0608.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ08 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}

	table#circ_table tr td.circ09 a {
		background-image: url(circuit_img/circ0607.gif);
		background-color: #f7f7f7;
	}

	table#circ_table tr td.circ09 a:hover {
		background-position: 0px -148px;
		background-color: #ccc;
	}














/* コース図 */
	table#crsebox {
		margin: 1.5em 16px;
		padding: 0px;
		width: 576px;
		background: #fafafa;
		border: 1px solid #ccc;
		border-collapse: collapse;
	}



	table#crsebox tr td.crsebox_img {
		margin: 0px;
		padding: 0px;
		vertical-align: top;
		text-align: center;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}


	table#crsebox tr td.crsebox_img img {
		margin: 8px;
		margin-top: 22px;
		margin-right: 0px;
	}

	table#crsebox tr td.crsebox_dat {
		vertical-align: bottom;
		text-align: right;
	}






	/* TRACK DATA */
	table#trck_data {
		margin: 4px;
		margin-left: auto;
		padding: 1px;
		border: 1px solid #ccc;
		background: #fff;
	}


	table#trck_data tr th, table#trck_data tr td {
		font-size: xx-small;
		line-height: 1.3em;
		white-space: nowrap;
	}

	table#trck_data tr th {
		color: #f7f7f7;
		background: #888;
	}

	table#trck_data tr td.trdt {
		padding: 2px 4px 2px 2px;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
	}

	table#trck_data tr td.trdd {
		padding: 2px 4px;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
	}

	table#trck_data tr td.trdb {
		padding: 0px 2px;
		border-bottom: none;
	}

	table#trck_data tr td.trdb table#trck_crnm {
		margin: 0px;
		padding: 0px;
	}

	table#trck_data tr td.trdb table#trck_crnm tr th {
		padding: 1px;
		padding-right: 4px;
		color: #666;
		border-right: 1px solid #ddd;
		background: none;
	}

	table#trck_data tr td.trdb table#trck_crnm tr td {
		padding: 1px;
		padding-left: 4px;
		background: none;
	}







	/* Course Record */
	table#crec_table {
		margin: 1.0em auto;
		padding: 1px;
		background: #fff;
		font-size: xx-small;
		line-height: 1.3em;
		text-align: center;
		border: 1px solid #ccc;
	}

	table#crec_table tr th {
		padding: 2px;
		color: #f7f7f7;
		background: #888;
	}

	table#crec_table tr td {
		padding: 2px 3px;
		font-size: 110%;
		text-align: left;
	}

	table#crec_table tr.crec_1 td {
		border-bottom: 1px solid #ddd;
	}

	table#crec_table tr.crec_2 td {
		padding: 2px 3px 1px;
	}

	table#crec_table tr td.crec_cls {
		font-weight: bold;
	}


	table#crec_table tr.crec_1 td.crec_cls {
		color: #d00;
	}

	table#crec_table tr.crec_2 td.crec_cls {
		color: #03c;
	}


	table#crec_table tr td.crec_time {
		padding: 2px 5px;
		color: #111;
		font-weight: bold;
	}

	table#crec_table tr td.crec_drvr {
	}

	table#crec_table tr td.crec_date {
		padding: 2px;
		font-size: 105%;
		color: #333;
	}








	/* Access */

	h3#aguide {
		margin-left: 16px;
		background-image: url(circuit_img/circ_accessg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 18px;
		
	}


	div.circ_acmap {
		margin: 2.0em 0;
		text-align: center;
	}



	table#circ_actxt {
		margin: 1.0em 30px;
		padding: 1px;
		background: #fff;
		font-size: xx-small;
		line-height: 1.5em;
		border: 1px solid #ccc;
	}

	table#circ_actxt tr td {
		padding: 2px;
		vertical-align: top;
		color: #222;
	}

	table#circ_actxt tr td.access1 {
		padding: 2px 4px 2px 2px;
		white-space: nowrap;
	}




	/* Circuit Info */
	div#circuitinfo {
		margin: 2.0em 20px;
		padding-top: 1.0em;
		font-size: 90%;
		line-height: 1.5;
	}

