/* totoとスタイル設定 */
.toto, .totoc, .totot, .totot2 {
	background-color: #f1c660;
}

.ttoto {
	color: #f1c660;
}

/* タイトルなどのスタイル設定 */
.title1 {
	text-align: center;
	background-color: #ffe8ef;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.title0 {
	text-align: center;
	background-color: #fcf4e0;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.title2 {
	text-align: center;
	background-color: #e8ffef;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.title3 {
	text-align: center;
	background-color: #d2e1ff;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.yoso {
	font-size: 1.2em;
}

.ytable {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.ytable td {
	font-size: 1.0em;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
}

.data {
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.datah, .datanavi {
	text-align: center;
	background-color: #ebebeb;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

p.datanavi {
	font-size: 0.95em;
	margin: -5px 0px -5px 0px;
	padding: 3px 140px 3px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
  
.dataa {
	text-align: center;
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.tohyo0 {
	background-color: #fcf4e0;
	text-align:right;
	border-bottom: solid 1px #ccc;
}

.tohyo1 {
	background-color: #ffe8ef;
	text-align:right;
	border-bottom: solid 1px #ccc;
}

.tohyo2 {
	background-color: #e8ffef;
	text-align:right;
	border-bottom: solid 1px #ccc;
}

.tohyo3 {
	background-color: #d2e1ff;
	text-align:right;
	border-bottom: solid 1px #ccc;
}

.teishit {
	background-color: #ccc;
	padding: 3px;
}

.teishist {
	width: 45px;
	font-size: 1.0em;
	text-align: center;
	vertical-align: top;
	background-color: #ebebeb;
	border-bottom: solid 1px #ccc;
	padding: 3px;
}

.teishid {
	width: 130px;
	font-size: 1.0em;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	padding: 3px;
}

.shosai {
	border-top: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

.shosai td{
	font-size: 1.15em;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-left: none;
}

.databox {
	padding: 3px;
	border-bottom: solid 1px #ccc;
}

.kekka {
	background-color: #f7dda2;
	text-align: center;
}
	
/* 勝敗のスタイル */
.win {
	background-color: #ffc1d1;
	text-align: center;
}

.exwin {
	background-color: #fada9e;
	text-align: center;
}

.pkwin {
	background-color: #cfefdf;
	text-align: center;
}

.draw {
	background-color: #f9f29f;
	text-align: center;
}

.lose {
	background-color: #ddd;
	text-align: center;
}
