
body {
	text-align: center;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-selif;
	line-height: 1.3;
}

/* Except IE */
html>body {
    font-size: 12pt;
}



p {
    margin: 0;
	padding: 0;
}

.txt-s {
    font-size: 75%;
}

.txt-red {
    color: #FF0000;
}

/*//////////////////////////////*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 610px;
	font-size: 85%;
	line-height: 1.3;
}

#update {
    position: relative;
	width: 610px;
}
#update #latest {
    position: absolute;
	left:470px;
	top: 8px;
}

/*//////////////////////////////*/

/*レース名テーブル*/
table .race {
    border-collapse: collapse;
	border: 1px solid #000;
	width: 560px;
}

table .race th {
    border: 1px solid #000;
	padding: 0px;
	text-align: left;
}
table.race th.racename {
    background-color: #ECECEC;
	padding: 4px 8px;
	width: 200px;
	font-size: 85%;
}
table.race th.racename a {
    color: #333399;
}

table .race td {
    border: 1px solid #000;
	padding: 4px 8px;
	font-size: 85%;
	line-height: 1.3;
	width: 360px;
}
/*//////////////////////////////*/

#about {
    border: 1px solid #ffcc00;
	width: 608px;
}

#about .text {
    width: 590px;
	text-align: left;
	margin: 10px 0;
}

#about img .block {
    display: block;
}

#about .setsumei {
    background: url(images/about_bg.gif) repeat-x 0 0;
	padding: 0 10px 8px;
}

#about .no1 {
    background: url(images/about_2_no1.gif) no-repeat 0 5px;
	padding: 0 0 0 30px;
	color: #FF6600;
	height: 35px;
}
#about .no2 {
    background: url(images/about_2_no2.gif) no-repeat 0 5px;
	padding: 0 0 0 30px;
	color: #663399;
	height: 35px;
}

.color-no1 {
    color: #ff6600;
}
.color-no2 {
    color: #663399;
}


/*//////////////////////////////*/
/*予想ページ*/
/*//////////////////////////////*/

.clear-b {
    clear: both;
}

/*予想印・買い目*/
#yosou {
    width: 560px;
	text-align: left;
}
#yosou .mark {
    float: left;
}
#yosou .kaime {
    float: right;
}
/*****************/
table .mark {
    border: 1px solid #000;
	width: 205px;
	border-collapse: collapse;
}
table .mark th {
    background: url(images/yosou_bg.gif) repeat;
	border: 1px solid #000;
	padding: 3px;
}
table .mark td {
    border: 1px solid #000;
	padding: 4px 8px;
	font-size: 85%;
	line-height: 1.3;
}
/*****************/
table .kaime {
    border: 1px solid #000;
	width: 330px;
	border-collapse: collapse;
}
table .kaime th {
    background: url(images/yosou_bg.gif) repeat;
	border: 1px solid #000;
	padding: 3px;
}
table .kaime td {
    border: 1px solid #000;
	padding: 4px 8px;
	font-size: 85%;
	line-height: 1.3;
}
table.kaime td.baken {
    background-color: #FFFFCC;
	border-bottom: 1px dashed #666666;
}


/*オッズ分析*/
#bunseki {
    text-align: left;
}

.rank {
    border: 1px dashed #FF6600;
	background-color: #FFFFCC;
	padding: 8px 10px;
	margin: 10px 0;
	color: #FF3300;
}

/*分析　買い馬*/
#bunseki .kai {
    color: #FF0000;
	margin-bottom: 3px;
	font-weight: bold;
}
/*分析　穴馬*/
#bunseki .ana {
    color: #663399;
	margin-bottom: 3px;
	font-weight: bold;
}