@charset "shift_jis";
/* CSS Document */

body {
	font-size:82%;
	line-height:1.4;
	text-align:center;
	margin:15px 10px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:740px;
}

#contents {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	text-justify: inter-ideograph;
	width:640px;
	padding-top:0px;
}

#game_score {
	margin:10px 0px 0px 0px;
	padding:0px;
/*	background-color:#ededed;
*/}

#game_score h2.title{
	text-align:center;
	font-size:100%;
	line-height:1;
	letter-spacing:0.1em;
	margin:10px 0px 0px 0px;
	padding:11px 10px 3px 10px;
	background:#80004D url(../../../image/top-line.gif) repeat-x top left;
	color:#FFFFFF;
}

.game_data{
	padding:10px 0px;
}

.game_data .vs{
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#80004D;
	padding:12px 0px;
}
.game_data .place{
	text-align:center;
	padding:4px 10px;
	margin-bottom:5px;
}

.game_data table {
	border-collapse: collapse;
	font-size:100%;
	width:100%;
	border-top:#cccccc 3px solid;
	border-bottom:#cccccc 3px solid;
	margin-bottom:10px;
}

.game_data table td,
.game_data table th{
	border:#cccccc 1px solid;
	padding:3px 6px;
	text-align:center;
	background-color:#FFFFFF;
}

.game_data table td.left,
.game_data table th.left{
	border-left:none;
}

.game_data table td.right,
.game_data table th.right{
	border-right:none;
}

.game_data table th{
	background-color:#ededed;
}

.game_data td.naiyo {
	text-align:left;
	border-left:none;
}


.game_data .sub_caption {
	margin:25px 0px 0px 0px;
	padding:5px 0px 3px 0px;
	text-align:center;
	background-color:#999999;
	color:#FFFFFF;
	line-height:1;
}


/*page_link*/
.page_link {
	background:url(../../../image/top-line.gif) repeat-x bottom left;
	padding:0px 0px 15px 0px;
}

.page_link img{
	border:none;
}


#report_body {
	margin-top:25px;
	padding-bottom:20px;
}

#report_body h2 {
	margin:0px 0px 10px 0px;
	padding:0px 15px 5px 0px;
	font-size:110%;
	position:relative;
	line-height:1;
}

#report_body h2 .writer{
	position:absolute;
	top:7px;
	left:0px;
	width:630px;
	text-align:right;
	font-weight:normal;
	font-size:80%;
	line-height:1.2;
}

#report_body h3 {
	margin:0px 0px 10px 0px;
	padding:4px 15px 3px 12px;
	font-size:110%;
	color:#80004D;
	line-height:1;
	background-color:#ededed;
	clear:both;
}

#report_body p{
	margin:0px auto 15px auto;
	padding:0px;
	line-height:1.5;
}

#report_body p.left{
}

#report_body p.right {
}

#report_body p.float{
}

#report_body img.left,
#report_body img.right {
	margin:5px 0px 15px 0px;
}

#report_body img.left {
	float:left;
	margin-right:18px;
}

#report_body img.right {
	float:right;
	margin-left:18px;
}


.footer {
	text-align:center;
	border-top:#CCCCCC 1px solid;
	padding-top:10px;
	clear:both;
}

.totop {
	text-align:right;
	color:#CCCCCC;
	padding-bottom:20px;
	clear:both;
}


.clear {
	clear:both;
}
.clear span{
	display:none;}
	
#report_body .break span {
		display:none;
	}
	
	
@media print{
	body {
		zoom:80%;
	}
	
	#report_body .break {
		page-break-after:always;
		clear:both;
		}

#report_body p.left{
	float:left;
	width:400px;
}

#report_body p.right {
	float:right;
	width:400px;
}
	
}

