@charset "Shift_JIS";
/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #003333;
	background-color: #ffffff;
}

a
{
	color: #666600;
	background-color: transparent;
	text-decoration: none;
}
a:link
{
	color: #666600;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: #666600;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #666600;
	background-color: transparent;
	text-decoration: underline;
}
a:active
{
	color: #666600;
	background-color: transparent;
	text-decoration: none;
}

/* style part */
#container
{
	margin: auto 0px;
}
#header
{
	height: 73px;
	width: 100%;
	margin: auto;
	color: #ffffff;
	background-color: #003333;
}
#logo
{
	margin-left: 120px;
	margin-top: 40px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
#toplinks
{
	margin-left: 350px;
	position: absolute;
	width: 500px;
	right: 100px;
}
#toplinks ul
{
	list-style-type: none;
	margin-top: 55px;
}
#toplinks li
{
	display: inline;
}
#toplinks a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
}
#toplinks a:hover
{
	color: #000000;
	background-color: #cccc99;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;

}
#bodypart
{
	width: 814px;
	margin-left: 120px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 15px;
}
#footer
{
	height: 40px;
	width: 814px;
	margin-left: 120px;
	color: #c0c0c0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* common part */
.strongtext
{
	font-weight: bold;
}
.widetext
{
	letter-spacing: 3px;
}
.parapd
{
	margin-top: 25px;
	margin-bottom: 25px;
}
.paratoppd
{
	margin-top: 35px;
}
#titletext
{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 8px;
	text-decoration: underline overline;
	margin-bottom: 10px;
}
#righttext
{
	text-align: right;
}
#centertext
{
	text-align: center;
}

/* home part */
#homeimage
{
	background-image: url(../images/bg_index.jpg);
	background-position: left bottom;
}

/* about part */
#aboutimage
{
	background-image: url(../images/bg_about.jpg);
	background-position: left bottom;
}

/* price part */
#priceimage
{
	background-image: url(../images/bg_price.jpg);
	background-position: right bottom;
}

/* order part */
#orderimage
{
	background-image: url(../images/bg_order.jpg);
	background-position: right bottom;
}

/* race part */
#raceimage
{
	background-image: url(../images/bg_race.jpg);
	background-position: left bottom;
}
#racelinks
{
	width: 800px;
}
#racelinks ul
{
	border: 1px solid gray;
}
#racelinks li
{
	width: 90px;
	height: 30px;
	font-size: 10px;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	padding: 6px;
	border: 1px solid #003333;
}
#imagelists
{
	text-align: center;
	visibility: hidden;
}
#imagelists table
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#imagelists tr
{
}
#imagelists th
{
	background-color: #cad3c6;
	color: #000033;
	width: 220px;
	height: 40px;
}
#imagelists td
{
	width: 220px;
	padding-bottom: 20px;
}
#infomsg
{
	text-align: right;
	position: absolute;
	top: 250px;
	right: 200px;
}

/* map part */
#mapimage
{
	background-image: url(../images/bg_map.jpg);
	background-position: right bottom;
}

/* link part */
#linkimage
{
	background-image: url(../images/bg_link.jpg);
	background-position: left bottom;
}

/* log part */
#logimage
{
	background-image: url(../images/bg_log.jpg);
	background-position: left bottom;
}

