@charset "UTF-8";


body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td {
	margin: 0;
	padding: 0;
}

body {padding: 5px 0;}

h1 { font-size: 100%; }

img,
a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}

fieldset { border: 0 none; }

ul, ol { list-style: none; }


.dataContents { margin-bottom: 20px; }



/* Link
----------------------------------------------- */
a {
	color: #0062de;
	text-decoration: none;
}

a:visited { color: #805496; }

a:hover,
a:active { text-decoration: underline; }




/* Data Area
------------------------------------------------------- */
p.attention {
	margin: 2px 0 0 5px;
	font-size: 90%;
	line-height: 1.5;
}


.dataContents:after { /* for Modern Browser */
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/* Hides from MacIE, for WinIE \*/
	*html .dataContents { height: 1%; }
	.dataContents { display: block; }
/* End hide from MacIE */


/* --- ２カラム --- */
.dataContentsR {
	width: 49.5%;
	float: right;
}

.dataContentsL {
	width: 49.5%;
	float: left;
}


/* --- ３カラム --- */
.dataContentsE {
	width: 33%;
	float: left;
}

.dataContentsC {
	width: 34%;
	float: left;
}

.dataContentsC div { margin: auto 10px; }

.dataContentsL div.dataContentsC div,
.dataContentsR div.dataContentsC div { margin: auto 5px; }


/* Hides from MacIE, for WinIE \*/
	*+html .dataContentsC { width: 33.8%; }
	*+html .dataContentsC div { margin: auto 9px auto 11px; }
	*+html .dataContentsL div.dataContentsC div,
	*+html dataContentsR div.dataContentsC div { margin: auto 4px auto 6px; }
	*html .dataContentsC { width: 33.8%; }
	*html .dataContentsC div { margin: auto 9px auto 11px; }
	*html .dataContentsL div.dataContentsC div,
	*html dataContentsR div.dataContentsC div { margin: auto 4px auto 6px; }
/* End hide from MacIE */

.dataContentsW {
	width: 33%;
	float: right;
}


/* --- ４カラム --- */
.dataBox01 {
	width: 25%;
	float: left;
}

.dataBox02 {
	width: 25%;
	float: left;
}

.dataBox03 {
	width: 25%;
	float: left;
}

.dataBox04 {
	width: 25%;
	float: right;
}
/* Hides from MacIE, for WinIE \*/
	*+html .dataBox04 { width: 24.8%; }
	*html .dataBox04 { width: 24.8%; }
/* End hide from MacIE */

.dataBox01 div { margin-right: 8px; }

.dataBox02 div { margin-right: 5px; margin-left: 2px; }

.dataBox03 div { margin-right: 2px; margin-left: 5px; }

.dataBox04 div { margin-left: 8px; }
/* Hides from MacIE, for WinIE \*/
	*+html .dataBox04 div { margin-left: 7px; }
	*html .dataBox04 div { margin-left: 7px; }
/* End hide from MacIE */




/* ----- Data Contents Table ----- */
.dataContents div.tableTitle {
	margin: 0;
	padding: 4px 4px 3px 7px;
	font-weight: bold;
	color: #ffffff;
	clear: left;
	display: inline-block; /* for WinIE7 & MacIE */
}

.dataContentsL div.dataContentsC div.tableTitle,
.dataContentsR div.dataContentsC div.tableTitle { margin: 0; }

.dataContents div.tableTitle:after { /* for Modern Browser */
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

/* Hides from MacIE, for WinIE \*/
	*html .dataContents div.tableTitle { height: 1%; }
	.dataContents div.tableTitle { display: block; }
/* End hide from MacIE */

.tableTitleP {
	background: #938ca5;
	border-bottom: 1px solid #6c627a;
}

.tableTitleB {
	background: #7e8cb2;
	border-bottom: 1px solid #555c87;
}

.tableTitleG {
	background: #95b27e;
	border-bottom: 1px solid #648755;
}

.tableTitleR {
	background: #b27e82;
	border-bottom: 1px solid #875855;
}

.dataContents div.tableTitle2 { margin-bottom: 5px; }

.dataContents .tableTitle h2,
.dataContents .tableTitle h3 {
	font-size: 80%;
	line-height: 1;
	float: left;
}
.dataContents .tableTitle p {
	font-size: 80%;
	line-height: 1;
	float: right;
}

.dataContents .tableTitle a {
	padding: 0 0.15em;
	color: #ffffff;
}

.dataContents table {
	width: 100%;
	border: 0 none;
	border-collapse: separate;
	border-spacing: 0;
}
*html .dataContents table { border-collapse: collapse; } /* for IE5~6 */
*+html .dataContents table { border-collapse: collapse; } /* for IE7 */

.dataContents th {
	padding: 3px 2px;
	font-size: 80%;
	text-align: center;
	color: #666666;
	background: #e3e3e3 url(/img/th-bg01.gif) repeat-y;
	border: 1px solid;
	border-top: 1px solid #ffffff;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #c4c4c4;
}

.dataContents th.bg {
	background: #e3e3e3;
	border-left: 0 none;
}

.dataContents td {
	padding: 3px;
	font-size: 90%;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px dashed #aaaaaa;
}

.dataContentsL div.dataContentsE table td,
.dataContentsL div.dataContentsC table td,
.dataContentsL div.dataContentsW table td,
.dataContentsR div.dataContentsE table td,
.dataContentsR div.dataContentsC table td,
.dataContentsR div.dataContentsW table td { font-size: 80%; }


.dataContents td.line { border-left: 0 none; }

.dataContents td.day {
	padding: 3px 2px 3px 5px;
	width: 7em;
}

.dataContents td.num { text-align: center; }

.dataContents td.num2 {
	padding: 3px 5px 3px 2px;
	text-align: right;
}

.dataContents td.rank {
	text-align: center;
	width: 1.2em;
}

.dataContents td.score {
	padding: 3px 0px;
	text-align: center;
	white-space: nowrap;
	width: 3.5em;
}

.dataContents td.home { text-align: right; }

.dataContents td.homeP { text-align: right; }

.dataContents td.home,
.dataContents td.visitor,
.dataContents td.away { padding: 3px 2px; }

#baseball .dataContents td.home,
#baseball .dataContents td.visitor { width: 18%; }

#mlb .dataContents td.home,
#mlb .dataContents td.visitor { width: 24%; }

#soccer .dataContents td.home,
#soccer .dataContents td.away { width: 20%; }

#world .dataContents td.home,
#world .dataContents td.away { width: 38%; }


#baseball .dataContents td.team { width: 30%; }

#mlb .dataContents td.team { width: 70%; }

#soccer .dataContents td.team,
#japan .dataContents td.team { width: 65%; }

#japan .dataContents tr.JPrank { background: #ffeded;}
#japan .dataContents tr.JPrank td.rank {
	font-weight: bold;
	color: #ff0000;
}
#japan .dataContents tr.JPrank td.team { font-weight: bold; }

#golf div.dataContents td { font-size: 80%; }

#golf div.dataContents td.day {
	white-space: nowrap;
	width: auto;
}

#golf div.dataContents td.player { width: 60%; }

#motor div.dataContents td.player,
#motor div.dataContents td.team { width: 75%; }

#battle div.dataContents td img { margin: auto 2px; }

#battle div.dataContents td.day {
	padding: 3px 2px 3px 5px;
	width: 6em;
}

#race div.dataContents td.day {
	padding: 3px 2px 3px 5px;
	white-space: nowrap;
	width: 6em;
}

#race div.dataContents td.raceSpace {
	text-align: center;
	white-space: nowrap;
	width: 3em;
}

#race div.dataContents td.raceTitle { width: 28%; }

#race div.dataContents td.grade {
	text-align: center;
	white-space: nowrap;
	width: 3.5em;
}

#entertainment div.dataContents td { font-size: 80%; }

#entertainment div.dataContents table { margin-bottom: 10px; }

#entertainment div.dataContents div.tableTitle2 { margin: 10px 0 0; }





/* ----- 大相撲 ----- */
.dataContents table.starTable td { font-size: 80%; }

.dataContents table.starTable th.touzai {
	padding: 3px 2px 2px;
	color: #ffffff;
	background: #666666;
	border-bottom: 1px solid #ffffff;
}

.dataContents table.starTable th.rank {
	padding: 2px;
	width: 1em;
	border-top: 0 none;
	border-bottom: 1px dashed #aaaaaa;
}

.dataContents table.starTable td.result {
	padding: 2px;
	text-align: center;
	vertical-align: top;
	width: 1em;
	border-left: 0 none;
}

.dataContents table.starTable td.player {
	text-align: center;
	background: #efefef;
	width: 40%;
	border-right: 1px solid #c4c4c4;
}

.dataContents table.starTable td.player span { font-weight: bold; }





/* ----- Data Contents Player ----- */
.dataBoxJP {
	margin-bottom: 1px;
	padding: 0;
	font-size: 80%;
	height: 39px;
}

.bgColor1 {
	padding: 0;
	background: #f4fbfb;
	height: 39px;
}

.bgColor2 {
	padding: 0;
	background: #e8f5f8;
	height: 39px;
}

.dataJPphoto {
	display: block;
	float: left;
}


.dataJPphoto img {
	margin-right: 0.35em;
	padding: 1px;
	bgcolor: #ffffff;
	width: 35px; 
	border: 1px solid #b2b2b2;
}

.dataBoxJP dl {
	line-height: 1;
}

.dataBoxJP dt {
	padding: 0.5em 0 0.3em;
	font-weight: bold;
}

.dataBoxJP dd { color: #adadad; }





