@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

/* @group 共通フォント指定 */

A:link,A:visited{
	color: #3598f7;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

strong{
	font-family: 'HiraKakuPro-W6';
}

em{
	font-family: 'HiraKakuPro-W6';
}

th{
	font-family: 'HiraKakuPro-W6';
}



/*WinIE6のみ*/

* html body,
* html body p,
* html body td,
* html body h1,
* html body h2,
* html body h3,
* html body h4,
* html body h5,
* html body h6,
* html body dd,
* html body dt,
* html body li {
	font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック","メイリオ";
}

/*WinIE以外*/

html>/**/body,
html>/**/body p,
html>/**/body td,
html>/**/body h1,
html>/**/body h2, 
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body h6,
html>/**/body dd,
html>/**/body dt,
html>/**/body li {
	font-family: "HiraKakuPro-W3","メイリオ",sans-serif,Osaka;
}

/*WinIE7のみ*/

*+html body,
*+html body p,
*+html body td,
*+html body h1,
*+html body h2, 
*+html body h3,
*+html body h4,
*+html body h5,
*+html body h6,
*+html body dd,
*+html body dt,
*+html body li {
	font-family: "メイリオ","ＭＳ ゴシック","ＭＳ Ｐゴシック";
}

/*テキストの左右揃え*/

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

h1 {
	margin: 0;
	font-size: 14px;
	width: 144px;
	height: 117px;
	background-image: url(../common_parts/header_emblem_main.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 1px;
}

h1 a {
	width: 144px;
	height: 117px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

h2 {
	margin: 0;
}

h3{
	margin: 0;
}

h4{
	font-weight: bold;
	font-family: 'HiraKakuPro-W6';
}

h3{
	clear: both;
	font-family: 'HiraKakuPro-W6';
}

h3.midashi img{
	vertical-align: bottom;
	margin-bottom:8px;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong{
	font-weight: bold;
}


/* @end */

div#container {
	width: 463px;
	height: auto;
}

table{
	background-color: #bcbcbc;
	clear: both;
}


td,th{
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	border-top:1px solid #fff ;
}

tr{
	background-color: #fff;
}

th{
	background-color: #d7edff;
}

td.graph{
	color: #cbcbcb;
}

td.graph span{
	color: #f00;
}

p{
	font-size: 12px;
	line-height: 1.6;
}


p.nextGame{
	text-align: center;
	border-bottom: 10px solid #e5e5e5;
	padding-bottom: 6px;
}

p.updateArea{
	font-size: 12px;
	font-weight: bold;
}

p.updateArea span{
	background-color:#ffe652;
	padding: 2px 5px 2px 5px;
	font-family: "HiraKakuPro-W6";
	
}

div#hanrei{
	padding-bottom: 18px;
}

div#hanrei table{
	background-color: #d8d8d8;
}

div#hanrei table tr{
	background-color: #f7f7f7;
}

div#hanrei table td{
border: none;
font-size: 10px;
	line-height: 1.3;
}

div#hanrei table td.expl{
	text-align: left;
	padding: 14px;
	background-color: #fff;
}

h2{
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 12px;
}

h2 span{
	font-size: 14px;
	font-weight: bold;
	font-family: "HiraKakuPro-W6";
	color: #37a8ff;
}

h2 img{
	float: left;
	margin-right: 9px;
}

