/* グレードレース展望--------------- */

.box1 {/*外枠*/
		margin: 30px 50px 50px 50px;
		clear: both;
		border: solid 1px #333;
		width: 810px;
		background-color: #fff;}

.box2 {/*リード*/
		margin: 20px auto;
		clear: both;
		width: 650px;
		color: #444;}

.title {/*タイトル（直前展望用）*/
		clear: both;
		margin: 30px auto;
		width: 680px;
		font-weight: bold;
		font-size: 150%;
		padding-left: 5px;
		color: #009;/*文字の色*/}

.catch1 {/*キャッチ WinnersCup*/
		clear: both;
		margin: 30px auto;
		width: 680px;
		font-weight: bold;
		font-size: 130%;
		padding-left: 5px;
		color: #0033cc;/*文字の色*/
		border-left: 8px #99ccff double;/*文字左の線*/}

.catch2 {/*キャッチ２ 思い出・バンクテータ等*/
		clear: both;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 110%;
		color: #00ccff;/*文字の色*/}

.catch3 {/*キャッチ GirlsKeirinCollection*/
		clear: both;
		margin: 30px auto;
		width: 680px;
		font-weight: bold;
		font-size: 130%;
		padding-left: 5px;
		color: #ff3366;/*文字の色*/
		border-left: 8px #cc0066 double;/*文字左の線*/}

.box3 {/*段落*/
		margin: 20px auto;
		clear: both;
		width: 650px;}

.photo {/*写真*/
		margin: 0;
		clear: both;
		width: 320px;
		height: 250px;
		float: right;
		text-align: center;
		color: #444;
		background-color: #fff;}

.photo2 {/*写真2枚並び*/
		width: 290px;
		height: 250px;
		float: left;
		text-align: center;}


table.Tstyle1 {/*テーブル（th太字左寄せ・td左寄せ）展望（思い出）*/
		margin: 30px auto;
		width: 600px;
		border:1px solid #333;
		border-collapse:collapse;
		border-spacing:0;
		background-color:#ffffff;
		empty-cells:show;
		clear:both}
.Tstyle1 th{
		border:1px solid #333;
		color:#ccffff;
		background-color:#00cccc;
		text-align:left;
		font-size: 120%;
		padding: 5px;}
.Tstyle1 td{
		border:1px solid #333;
		background-color: #ffffff;
		padding: 5px;}
.Tstyle1 img{
		margin: 8px auto;}
.Tstyle1 caption{
		font-size: 120%;
		font-weight: bold;
		color: #444444;
		text-align: left;}


table.Tstyle3 {/*テーブル・打線なし（th・td左寄せ）データ・優勝者コメント*/
		margin:0px auto;
		margin-bottom: 30px;
		width: 570px;
		border:1px solid #aa6600;
		border-collapse:collapse;
		border-spacing:0;
		background-color:#ffffff;
		empty-cells:show;
		clear:both}
.Tstyle3 td{
		background-color: #ffffff;
		text-align:center;
		padding: 5px;
		font-weight: normal;}
.Tstyle3 th{
		background-color: #eecc22;
		text-align:center;
		padding: 5px;
		font-weight: normal;}
.Tstyle3 img{
		margin: 5px;}
.Tstyle3 caption{
		font-size: 110%;
		font-weight: bold;
		color: #aa6600;
		text-align: left;}

/* ８．変更履歴 -------------------------------

2012.08.09 139 雛形作成
2015.09.17 179 直前展望用追加

-------------------------------------------- */
