/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/

body {
	font-size:14px/1.231;
	font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
	-webkit-text-size-adjust: 100%;
	background:#ffffff;
	color: #333
}
header {
	text-align:center;
	background-color:#0071bd
}

a {
	color: #000066; text-decoration: none
}

a:hover {
	color: #000066; text-decoration: underline
}

a:visited {
	color: #000066; text-decoration: none
}

h1 {
	padding: 0px 10px 0px 10px;
	height: 60px;
	text-align: center;
}

h1 a {
	color: #fff; text-decoration: none
}

h1 a:hover {
	color: #fff; text-decoration: none
}

h1 a:visited {
	color: #fff; text-decoration: none
}

h2 {
	font-size: large;
	color:#fff;
	height:48px;
	padding:0px;
	background:#0071bd;
	margin-bottom: 5px;
	border:1px solid #330000;
	text-align: left;
	border-radius: 8px;	-webkit-border-radius: 8px;
text-shadow: 0px 1px 1px rgba(5,0,0,0.5);
display:block;
}

h2 p{
	width:85px;
	height:48px;
	margin:0px;
	float:left
}

#wrap {
	padding: 5px;
}

/*index menu/トップページヘッダー2列ボタン*/
.top_menu{
	width:100%;
	height:auto;
	margin-bottom:10px;
	background:#0071bd;
}
.top_menu ul{
width:auto;
margin:0 auto;
clear:both;
}
.top_menu ul li{
	font-size:14px;
	line-height:1.5;
	/*font-weight:bold;*/
	width:50%;
	height:auto;
	padding:0;
	float:left;
	text-align:center;
	/*border-left:#f7ebe6 solid 1px;*/
	border-bottom:#004f84 solid 1px;
	/*border-top:#f7ebe6 solid 1px;*/
}


.top_menu ul li img{
margin:0 auto;
display:block;
clear:both;
}
.top_menu ul li a:link,.top_menu ul li a:visited{
color:#ffffff;
text-shadow: 0px 1px 1px rgba(5,0,0,0.5);
display:block;
}
.top_menu ul li a:hover{
color:#ffffff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
text-decoration:none;
}
.top_menu li:first-child{
border-left:none;
}
.top_menu li:last-child{
border-right:none;
}
/*index menu/トップページヘッダー2列ボタン　ここまで*/

/*言語メニュー/トップページヘッダー2列ボタン*/
.lang_navi {
		padding:0;
		background:#FFF;
	}

.lang_navi_home {
		width:50%;
		float:left;
	}

.lang_navi_home a {
		padding:5px 0;
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		display:block;
		font-size:13px;
		color:#333;
		line-height:150%;
		text-align:center;
	}

.lang_navi_home a:hover{
color:#0071bd;
text-decoration:none;}

.lang_navi_menu {
		width:50%;
		float:left;
	}

.lang_navi_menu a {
		padding:5px 0;
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		display:block;
		font-size:13px;
		color:#333;
		line-height:150%;
		text-align:center;
	}
.lang_navi_menu a:hover{
color:#0071bd;
text-decoration:none;}

	.lang_navi_top {
		width:33%;
		float:left;
	}

	.lang_navi_top a {
		padding:5px 0;
		display:block;
		font-size:13px;
		color:#333;
		line-height:150%;
		text-align:center}
/*言語メニュー/トップページヘッダー2列ボタン　ここまで*/

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #939801;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#930101));
	font-size: 105%;
	width: 300px;
	margin: 0 auto;
}

nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #930101;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}

nav li a {
	display: block;
	width: 99px;
	padding: 8px 0;
}

nav li:first-child {
	border: none;
}

nav a {
	color: #930101;
	text-decoration: none;
}

section, nav {
	margin-bottom: 1em;
}

section ul {
	text-align: left;
	margin-left:1em
}

section li {
	text-align: left;
}

h3 {
	height:auto;
	padding:0px;
	background:#f00;
	margin-bottom: 5px;
	border:1px solid #330000;
	text-align: left;
	border-radius: 8px;	-webkit-border-radius: 8px;
text-shadow: 0px 1px 1px rgba(5,0,0,0.5);
display:block;
}

h3 a {
	color: #fff; text-decoration: none
}

h4 {
	border-bottom:1px solid #660000;
	color: #333333;
	min-height: 23px;
	margin-bottom:1em
}

h5 {
	border-bottom:1px dotted #330000;
	color: #330000;
	background-image:url(../../cn_s/common-img/ico_title.png);
	background-repeat:no-repeat;
	background-position:left center;
	min-height: 20px;
	padding-left:0.1em;
	margin-bottom:1em;
}

.ttl{
	width:100%;
	height:25px;
	border:solid 1px #0033FF;
	border-radius:8px;
	padding:5px 0px;
	margin-bottom:0.3em;
	background:#4c6fff;
	}

.ttl ul{
width:auto;
margin:0 auto;
clear:both;
list-style:none;
}

.ttl ul li{
	text-shadow: 0px 1px 1px rgba(5,0,0,0.5);
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
width:100%;
}
.ttl a {
	color: #fff; text-decoration: none
}

.ttl ul li a:link,.ttl ul li a:visited{
	text-shadow: 0px 1px 1px rgba(5,0,0,0.5);
	color:#fff;
	display:block;
	text-decoration: underline;
	text-align:center
	}

.ttl ul li a:hover{
	color:#fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	display:block;
	color:#fff;
	text-decoration:none}

p {
	margin-bottom: 1em;
}

aside {
	background-color: #ffffff;
	border:#cccccc 1px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-bottom:1em
}

aside p:last-child {
	margin-bottom: 0;
}

aside ul {
	text-align: left;
	margin-left:1em
}

aside li {
	text-align: left;
	float:left
}

#pic{
	float:left;
	margin:0 auto;
	text-align:center;
	clear:both;
	width:100%
	}

#pic ul{
	text-align:center;
	padding:0 0 0 5px;
	margin:0px;
}

#pic li{
	width:33%;
	list-style:none;
	float:left;
	margin:0 1px 0 0;
}


#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}

#btnTop {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 8em;
	height:3em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}

#btnBack a {
	background-image:url(../../cn_s/common-img/button_back.png);
	background-repeat:no-repeat;
	background-position:center left;
	text-shadow: 1px 1px 0 #333;
	display: block;
	padding:10px 0 10px 7px;
	color: #ffffff;
	text-decoration: none;
}

#btnBack {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #1f57c6;
	background: -webkit-gradient(linear, left top, left bottom, from(#6792e8), to(#1f57c6));
	width: 8em;
	height:3em;
	font-size: 85%;
	text-align: center;
	float: left;
	margin-left: 10px;
}

#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding:10px 0 10px 0;
	color: #444444;
	text-decoration: none;
}

/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:1px 0 5px;
	margin-top:10px;
	background-color: #0071bd;
}

#footer ul{
	margin:0 0 10px;
	padding-top:15px;
	border-top:1px solid #fff;
}

#footer li{
	display:inline;
	border-left:1px solid #7e7e7e;
	padding:7px 0;
}

#footer li a{
	text-decoration:none;
	font-size:14px;
	/*text-shadow:0 1px #fff;*/
	border-left:1px solid #fff;
	padding:6px 12px;
}

.last{border-right:1px solid #fff;}
.last a{border-right:1px solid #7e7e7e;}

#cr a{text-decoration:none;}

/* clearfix */
.clearfix:after {
	content: ".";			/* 新しい要素を作る */
	display: block;		/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.radius{border-radius:8px;}
.radius4{border-radius:4px;}


menu ul {
	padding:0;
	margin:0;
	list-style-image:none;
	list-style-type:none;
}

menu li {

	 display: block;
	 padding:0px;
	 margin:0;

	list-style-image:none;
	list-style-type:none;
	_display: inline
}
/*
menu li a {
	margin:0;
	overflow:hidden;
	color:#990000;	
	background-position: right center;
	display: block;
	background-image: 
url(../common-img/chevron_b.png) ; 
background-repeat:no-repeat;
	 text-decoration:none
}
menu li a:hover {
	background-color:#efd7cd;
	background-image: 
url(../common-img/chevron.png) ; 
background-repeat:no-repeat;
}
*/
menu p{ width:140px;
height:48px;
margin:2px 10px 2px 2px;
float:left}

menu {
	width:auto;
	margin-bottom:10px
}


.iPhoneULIndex li {
  border-bottom: solid 1px #330000;
  overflow: hidden;
  background:url(../../cn_s/common-img/btn_bg.png);
  background-color: #f7ebe6;
  font-size:14px;
  /*font-weight:bold;*/
  color:#330000;
  text-align:center
}

.iPhoneULIndex li:first-child {	
					border-top: 0;
					-webkit-border-top-left-radius: 8px;
					-webkit-border-top-right-radius: 8px;
					}

.iPhoneULIndex li:last-child {					-webkit-border-bottom-left-radius: 8px;				-webkit-border-bottom-right-radius: 8px;
}


.b { font-weight:bold; }
.r { color:#ff0000; }
.w { color:#ffffff; }
.g{ color:#b8b69b; }
.db{ color:#000066; }
.gr{ color:#008a42; }
.og{ color:#e91f21; }
.pi{ color:#ee6397; }
.lb{ color:#0033ff; }


.bline{border-bottom:1px #cc0033 solid}

.bgbk{ background-color:#999999}
.bgw{ background-color:#ffffff}
.blb{ background-color:#cff}
.blp{ background-color:#fcf}

/*テキスト列の設定*/
.txtc{text-align:center;}
.txtr{text-align:right;}
.txtl{text-align:left;}

.mr5{ margin-right:5px}

.table1 {
	width: 100%;
	border-collapse: collapse;
	border: #fffffff 1px solid;
	background-color: #ffffff;
}

.table1 th {
	padding: 3px;
	border: 1px #999999 solid;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Ariel;
	vertical-align:middle;
}

.table1 td {
	padding: 3px;
	border: 1px #999999 solid;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Ariel;
	vertical-align:middle;
}

/*本日のレース*/

div.header_race_day {
	float:left;
	padding:0;
	width:100%;
	height:auto;
	}
	
div.header_close {
	float:left;
	padding:0 5px 0 20px;
	width:250px;
	height:322px;
	}
	
div.header_race_place {
	float:left;
	padding:0;
	width:100%;
	/*height:55px;*/
	height:35px;
	border-bottom:1px #666 dotted
}

div.header_race_icon {
	float:left;
	padding:3px 0 5px 3px;
	width:247px;
	height:25px;
	}
	
div.place_icon {
	float:left;
	margin-right:10px;
	width:40px;
	height:25px;
	}

div.race_icon {
	float:left;
	/*width:90px;*/
	width:110px;
	height:25px;
	/*padding:0 107px 0 0*/
}

div.header_race_name {
	float:left;
	padding:0 0 2px 3px;
	width:100%;
	height:19px;
	}

div.header_race_cell {
	float:left;
	padding:3px 0 3px 0;
	width:100%;
	height:auto;
	}

/* 緊急告知 */
div#notice {
	margin:0px;
	padding:0px;
	width:100%;
	height:25px;
	float:left;
	background:#f00;
	margin:10px 0 5px 15px;
}

div.notice_ttl{
	width:256px;
	height:25px;
	float:left}

div.notice_main{
	width:744px;
	height:19px;
	padding:4px 0 2px 0;
	float:left}
