/****************************/
/*      指数表基本設定      */
/****************************/
table	{
	border-collapse: collapse;
	/* padding: 4px; */
}

.tipster	{
	border: 1px solid #333;
}

.tipster	th	{
	color: #333;
	background: #ccc;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
}

.tipster	td	{
	/* background: #eee; */
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
}

.indexchart	{
	border: 1px solid #333;
}

.indexchart	th	{
	color: #333;
	background: #ccc;
	border: 1px solid #999;
}

.indexchart	td	{
	/* background: #eee; */
	border: 1px solid #999;
}

.indexchart_turf	{
	background: #cfc;
}
.indexchart_dirt	{
	background: #ff9;
}

.indexchart_norm	{
	background: #eee;
}

.result1	{
	color: #fff;
	background: #f00;
	font-weight: bold;
}

.result2	{
	color: #fff;
	background: #f06;
	font-weight: bold;
}

.result3	{
	color: #fff;
	background: #f09;
	font-weight: bold;
}

/****************************/
/* リンク表示エリア */
/****************************/
#link_area {
	position: relative;
	width: 684px;
	height: 16px;
	font-size: 14px;
}
/* 前のレース */
#link_prev_race {
	position: absolute;
	top: 0px;
	left: 384px;
	
	width: 100px;
	text-align: center;
}
/* レース一覧 */
#link_race_list {
	position: absolute;
	top: 0px;
	left: 484px;

	width: 100px;
	text-align: center;
}
/* 次のレース */
#link_next_race {
	position: absolute;
	top: 0px;
	left: 584px;

	width: 100px;
	text-align: center;
}

/****************************/
/* BOX買い目表示エリア */
/****************************/
#box_title {
	position: relative;
	width: 80px;
	height: 17px;
	font-size: 14px;
	text-align: center;
}

#box_info {
	position: relative;
	width: 580px;
	height: 17x;
	font-size: 14px;
}

/****************************/
/* 買い目表示エリア */
/****************************/
#kaime_title {
	position: relative;
	width: 80px;
	/* height: 32px; */
	font-size: 14px;
	text-align: center;
}

#kaime_info_hit {
	position: relative;
	width: 54px;
	/* height: 32px; */
}

#kaime_info {
	position: relative;
	width: 546px;
	/* height: 32px; */
	font-size: 14px;
}

/****************************/
/* 汎用コメント */
/****************************/
#race_versatile_comment {
	position: relative;
	margin: 5px 5px 5px 10px;
	font-size: 0.8em;
}

/****************************/
/* 予想コメント表示エリア */
/****************************/
#race_comment {
	position: relative;
	width: 666px;
	font-size: 14px;
}

/****************************/
/* レース情報に関するエリア */
/****************************/
.race_infox {
	width: 704px;
	font-size: 14px;
}


#race_info {
	position: relative;
	width: 704px;
	height: 16px;
	font-size: 14px;
}

/* WINNING INDEX 見出し */
#race_index {
	position: absolute;
	width: 596px;
	text-align: right;
	top: 0px;
	left: 0px;
}

/* WINNING INDEX 指数 */
#race_index_val {
	position: absolute;
	width: 624px;
	text-align: right;
	top: 0px;
	left: 0px;
}
#race_index_result {
	position: absolute;
	width: 704px;
	text-align: right;
	top: 0px;
	left: 0px;
}

/****************************/
/* 馬固有情報に関するエリア */
/****************************/

#hourse_info {
	position: relative;
	width: 204px;
	height: 44px;
}

/* 歳性 */
#hourse_age_sex {
	position: absolute;
	width:36px;
	font-size: 12px;
	top: 0px;
	left: 0px;
}

/* 馬記号 */
#hourse_mark {
	position: absolute;
	font-size: 12px;
	top: 0px;
	left: 36px;
}

/* 斤量 */
#hourse_kinryo {
	position: absolute;
	width: 204px;
	font-size: 12px;
	top: 0px;
	text-align: right;
}

/* 馬名 */
#hourse_name {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	top: 12px;
	left: 22px;
}

/* ブリンカー */
#hourse_blinker {
	position: absolute;
	width: 12px;
	font-size: 12px;
	top: 14px;
	left: 0px;
}

/* 調教師 */
#hourse_trainer {
	position: absolute;
	width: 60px;
	font-size: 12px;
	top: 32px;
	left: 0px;
}

/* 騎手名 */
#hourse_jockey {
	position: absolute;
	width: 204px;
	font-size: 12px;
	text-align: right;
	top: 32px;
}

/* 父馬名、母馬名 */
#hourse_sire_mare {
	position: relative;
	width: 130px;
	height: 44px;
	font-size: 12px;
	line-height: 16px;
}

/* 馬名見出し文字 */
#hourse_name_mt {
	position: absolute;
	width: 204px;
	font-size: 14px;
	text-align: center;
	top: 12px;
}

/****************************/
/* ２走前、前走、今走に関するエリア */
/****************************/
#history_info {
	position: relative;
	width: 80px;
	height: 44px;
	font-size: 12px;
	line-height: 16px;
}

/* 過去走見出し */
#history_midashi {
	position: absolute;
	width: 80px;
	font-size: 12px;
	text-align: center;
	top: 16px;
}

/****************************/
/* 今走指数                 */
/****************************/
#hourse_val {
	position: relative;
	width: 18px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	top: 16px;
}

/****************************/
/* 着順成績                 */
/****************************/
#horse_result {
	position: relative;
	width: 66px;
	height: 44px;
	font-size: 12px;
	line-height: 16px;
}

/****************************/
/* 人気着順                 */
/****************************/
#hourse_vogue {
	position: relative;
	width: 26px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	top: 16px;
}
#hourse_rank {
	position: relative;
	width: 26px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	top: 16px;
}
