/* CSS Document */

@charset "utf-8";

/* CSS Info =================================
File name: racing.css
Description: template05.dwt
Editor: Eri Takatsuki/Showak
Date: 2014/04/25
Files: racing
============================================*/


/*  ---------- Content ---------- */

#content { width: 960px; }

#content h1 { background:url(../images/fig/bk_blue.png) no-repeat left;
		color:#0066FF;
		font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
		font-size:28px;
		font-weight:normal;
		padding-left:28px;
		margin:0 0 20px 0;
		height:52px;
		line-height:26px;
		}
#content h1 span { font-size:18px;
				font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック', Verdana, Helvetica, sans-serif ;
				padding-left:10px;
				color:#0000CC;
				}


p.single { border-bottom:1px dotted #999;
		}


	
/*  ---------- リスト ---------- */

#trans { width:80%;
		display:block;
		margin:0 auto 0;
		font-size:0.85em;
		}
#trans ul { }
	
#trans ul li { list-style:none;
			margin-left:40px;
			padding:4px 0;
			font-weight:bold;
		}

#trans ul li ul li{ list-style:square;
		font-weight:normal;
		}

#trans ul li ul li ul li{ list-style:circle;
		font-weight:normal;
		}
