<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
* {border: 0px;}

#titleBox {
		background: url(img/play_title.gif);
		width: 320px;
		height: 21px;
		/*
		border-color: #cccccc;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		background-color: #eeeeee;
		*/
		/*font-family:"ＭＳ ゴシック", "Osaka－等幅"*/
}
/*
object {border: 1px solid #cccccc;}
*/
#titleBox img	{
		position: relative;
		top: 4px;
		left: 4px;
}
#titleBox span	{
		position: relative;
		top: 5px;
		left: 4px;
		font-size: 10px;
		color: #666666;
		font-weight: bold;
}</pre></body></html>