/* レポート----------------------------- */
/* 目次 -------------------------------- 

１．全般
２．ヘッダー
３．リード(青いところ)
４．レース別テーブル
５．最終日テーブル
６．共同インタビュー
７．フッター
９．変更履歴

   ------------------------------------- */
/* -------------------------------- 目次 */


/* --------------------------------------------- */
/* １．全般 -------------------------------- */
/* --------------------------------------------- */

* { margin: 0;
	padding: 0;}

a {outline: none;}
a:link{text-decoration:underline; color:#ff9900}
a:visited{text-decoration:underline; color:#ff9900}
a:active{text-decoration:underline; color:#ff9900}
a:hover{text-decoration:none; color:#ff9900}

body {
		width: 650px;
		margin: 0 auto;
		background-color: #ffffff;
		font-size: 75%;
		color:#333333;
		line-height: 130%;}

img{
		border:none;
		vertical-align:top;}

hr{
		width: 520px;
		border-width: 1px 0px 0px 0px;
		border-style: solid; 
		border-color: #cccccc;
		height: 1px;
		margin: 0px auto ;}


/* --------------------------------------------- */
/* ２．ヘッダー -------------------------- */
/* --------------------------------------------- */
h1 {
	margin: 20px auto 3px;
	text-align: center;
	padding: 15px;
	font-size: 100%;
	font-weight: normal;
	width: 550px;
	background-color: #ffffff;
	border-color: #999999 #ffffff #999999 #ffffff;
	border-width: 1px;
	border-style: solid;
}

#date{
	width: 550px;
	text-align: right;
	margin: 0px auto 20px;}

#kakoList{
	text-align: right;
	margin: 10px 0px}


/* --------------------------------------------- */
/* ３．リード -------------------- */
/* --------------------------------------------- */

#opening {
		margin: 20px auto;
		padding: 10px;
		width: 530px;
		background-color: #d0e0f0;
		}

/* 画像横並び（1枚） */

dl.op_img_one {
		text-align: center;
		margin-top: 10px;
		}

dl.op_img_one img {
		margin: 0 auto;
		}

dl.op_img_one dd {
		text-align: center;
		margin-top: 2px;
		font-weight:bold;
		}

/* 画像横並び（2枚）*/

dl.op_img div {
		float: left;
 		width: 50%;

		}
dl.op_img img {
		margin: 0 auto;
		}

dl.op_img dt {
		text-align: center;
		margin: 0 auto;
		}

dl.op_img dd {
		text-align: center;
		margin-top: 2px;
		font-weight:bold;
		
		}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		line-height:0;
		clear: both;
		visibility: hidden;
	}

	.clearfix { display: inline-block; }

	/* MacIE用 */
	*+html .clearfix { height: 1%; }
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }

/* --------------------------------------------- */
/* ４. レース別テーブル------------------ */
/* --------------------------------------------- */


table.race {
		margin: 10px auto;
		width: 500px;
		border:0px solid #ffffff;
		border-collapse:collapse;
		border-spacing:0;
		background-color:#ffffff;
		empty-cells:show;
		clear:both}

.race th{/* 写真部 */
		border:0px solid #ffffff;
		color:#333333;
		background-color:#ffffff;
		text-align:center;
		padding: 5px;
		vertical-align: top;}

.race img{
		margin: 3px auto;}


.race td{/* コメント部 */
		border:0px solid #ffffff;
		background-color: #ffffff;
		text-align:left;
		padding: 5px;}

.race caption{/* レース数 */
		font-size: 100%;
		font-weight: bold;
		color:  #336699;
		text-align: left;
		line-height: 130%;}
		

/* --------------------------------------------- */
/* ５. 最終日テーブル------------------ */
/* --------------------------------------------- */


table.winner {
		margin: 10px auto 30px;
		width: 500px;
		border:1px solid #666666;
		border-collapse:collapse;
		border-spacing:0;
		empty-cells:show;
		clear:both}

table.winner th{
		border:1px solid #666666;
		color:#ffffff;
		background-color:#6699CC;
		text-align:center;
		padding: 3px;}

table.winner td{
		border:0px solid #ffffff;
		background-color: #ffffff;
		text-align:left;
		padding: 5px;}

.winner img{
		margin: 3px auto;}


/* --------------------------------------------- */
/* ７. 共同インタビュー------------------ */
/* --------------------------------------------- */

table.interview {
		margin: 10px auto;
		width: 540px;
		border:1px solid #999;
		border-collapse:collapse;
		border-spacing:0;
		empty-cells:show;
		clear:both}

.interview th{/* 車番・選手名 */
		text-align:left;
		border:1px solid #999;
		font-weight: none;
		color: #336699;
		padding: 6px 4px 4px 28px;

}

.interview td{/* コメント部 */
		vertical-align:top;
		color: #333;
		text-align:left;
		padding: 5px;}

.player1 {/* 車番(画像) */
		background:#fff url("../../../img/num_01.gif") 1% 47% no-repeat;
}
.player2 {
		background:#ddd url("../../../img/num_02.gif") 1% 47% no-repeat;
}
.player3 {
		background:#ffcfce url("../../../img/num_03.gif") 1% 47% no-repeat;
}
.player4 {
		background:#c6dfff url("../../../img/num_04.gif") 1% 47% no-repeat;
}
.player5 {
		background:#ffffce url("../../../img/num_05.gif") 1% 47% no-repeat;
}
.player6 {
		background:#ceffce url("../../../img/num_06.gif") 1% 47% no-repeat;
}
.player7 {
		background:#ffcf63 url("../../../img/num_07.gif") 1% 47% no-repeat;
}
.player8 {
		background:#ffdfff url("../../../img/num_08.gif") 1% 47% no-repeat;
}
.player9 {
		background:#e7a6e7 url("../../../img/num_09.gif") 1% 47% no-repeat;
}

.interview img{
		margin: 0 auto;}


.race_no {
		margin: 0 auto;
		text-align: center;
		}
.race_no td {
		padding-left: 10px;
		}

.race_no a {outline: none;}
.race_no a:link{text-decoration:underline; color:#ff9900}
.race_no a:visited{text-decoration:underline; color:#ff9900}
.race_no a:active{text-decoration:underline; color:#ff9900}
.race_no a:hover{text-decoration:none; color:#ff9900}

.race_date {
		font-weight: bold;
		margin-top: 10px;
		color: #666;
		text-align: center;
		clear: both;}

#int_up {/*青線 ＋ ↑ページＴＯＰへ*/
		margin: auto;
		height: 40px;
		width: 530px;
		text-align: right;
		line-height: 2;
		color: #336699;
		border-width: 0px;
		border-style: solid;}

#int_up a {outline: none;}
#int_up a:link{text-decoration:none; color:#336699}
#int_up a:visited{text-decoration:underline; color:#336699}
#int_up a:active{text-decoration:underline; color:#336699}
#int_up a:hover{text-decoration:underline; color:#336699}

/* --------------------------------------------- */
/* ８．フッター ---------------------------- */
/* --------------------------------------------- */

#footer {/*フッター*/
		margin: 0px auto;
		width: 560px;
		height: 40px;
		background-color: #ffffff;
		color: #333333;
		text-align: center;
		vertical-align: middle;}


#up {/*青線 ＋ ↑ページＴＯＰへ*/
		margin: auto;
		height: 40px;
		width: 530px;
		text-align: right;
		line-height: 2;
		color: #336699;
		border-color: #336699 #ffffff #ffffff #ffffff;
		border-width: 1px;
		border-style: solid;}

#up a {outline: none;}
#up a:link{text-decoration:none; color:#336699}
#up a:visited{text-decoration:underline; color:#336699}
#up a:active{text-decoration:underline; color:#336699}
#up a:hover{text-decoration:underline; color:#336699}


/* ９．変更履歴 -------------------------------

2011.10.05 139 雛形作成
2011.10.08 139 共同インタビュー追加

-------------------------------------------- */

