/* $Id: top.css,v 1.5 2004/12/07 12:31:18 k-narumi Exp $ */
body { 
	background-image: url(../img/bg.png);
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}

a:active  {
	color: #b7c3ca;
	text-decoration: underline;
}

.title {
	width: 529px;
	height: 169px;
	background-image: url(../html/car_0.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.gray {
	background-color: #717171;
}

.gray2 {
	background-color: #8c8c8c
}



a.readme {
	height: 20px;
	color: #000000;
	background-color: #ff69b4;
	font-size: 10pt;
	text-decoration: none;
	border: solid 1px #cccccc;
	padding: 2px 8px 2px 8px;
}

a.readme:link {
	color: #000000;
	background-color: #ff69b4;
}

a.readme:visited {
	color: #000000;
	background-color: #ff69b4;
}

a.readme:hover {
	color: #ffffff;
	background-color: #99c5d5;
	text-decoration: none;
}

a.readme:active {
	color: #ffffff;
	background-color: #800000;
	text-decoration: none;
}

div#opt {
/*	margin-left: 50px;*/
	position: relative;
	top: 30px;
	left: 550px;
}

span.term {
/*	color: #ffc729;*/
	color: #006699;
	font-size: 10pt;
	font-weight: bold;
/*	margin-left: 3em;*/
}
