@charset "UTF-8";
/* CSS Document */

* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/body_bg.gif);
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(images/header.jpg);
	height: 388px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Courier New", Courier, mono;
	margin-top: 35px;
}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 387px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}

#leftside{
	float: right;
	background-color: #990000;
	width: 230px;
}

#navlist2{
	margin-left: 10px;
	padding-left: 0px;
	width: 200px;
	list-style-type: none;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#navlist2 dt{
	display: block;
	margin: 2px;
	color: #900;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 12px;
	font-weight: bold;
}
#navlist2 dd{
	display: block;
	list-style-type: none;
	text-decoration: none;
	background-image: url(images/link.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 2px;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #023270;
	border-bottom-color: #023270;
}
#navlist2 a {
	padding: 0px;
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #000099;
	font-size: 12px;
}

#content{
	margin-top: 414px;
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#picture1{
	margin-left: 10px;
	height: 282px;
	width: 200px;
	background-image: url(images/photoofthemonth.jpg);
	border: 3px solid #993300;
	margin-top: 50px;
}
#picture2{	
	margin-left: 35px;
	height: 150px;
	width: 200px;
	background-image: url(images/bikeofthemonth.jpg);
	border: 3px solid #00306f;
}
#footer{
	clear: both;
	background-color: #990000;
	width: 777px;
	display: block;
	height: 24px;
}
#rightside{
	float: left;
	width: 520px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#rightside p{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 495px;
	line-height: 1.5em;
}
#rightside h1{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/h_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
}
#rightside a {
	color: #000;
	text-decoration: none;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 30px;
}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
