@charset "Shift_JIS";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Osaka','‚l‚r ‚oƒSƒVƒbƒN','sans-serif';
	font-size: 85%;
	line-height: 1.6;
	color: #343434;
	background-color: #fffff0;
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
}
hr {
	display: none;
}

/* link style
------------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #007e42;
	text-decoration: underline;
}
a:visited {
	color: #007e42;
	text-decoration: underline;
}
a:hover {
	color: #00af7b;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
	color: #33FFFF;
}

/* basic layout
------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 962px;
}
#footer {
	clear: both;
	margin-top: 0px;
}
#footer img {
	float: right;
	margin-right: 30px;
}

#header {
	width: 962px;
	height: 143px;
}

#menu  {
	width: 962px;
	height: 60px;
}
#menu ul {
	width: 962px;
}
#menu ul li {
	list-style: none;
	float: left;
}

#title {
	width: 962px;
	height: 40px;
	padding-bottom: 30px;
}


#main {
	width: 962px;
}


#left {
	float: left;
	width: 700px;
	margin-right: 17px;
}
#left h2{
	padding-bottom: 15px;
	color: #00c13e;
}
#left h3{
	padding-bottom: 10px;
}
#left p{
	padding-left: 15px;
	padding-bottom: 20px;
}

#ride {
	width: 700px;
	height: 285px;
	background:url(../images/bg_ride.jpg) no-repeat left;
	padding-top: 40px;
}
#ride p{
	width: 660px;
	padding-top: 30px;
	padding-left: 20px;
}
#ride p img{
	padding-right: 10px;
}




#right {
	float: right;
	width: 245px;
}
#right ul {
	width: 245px;
}
#right ul li {
	list-style: none;
	float: left;
	padding-bottom: 5px;
}



#footer {
	width: 962px;
	clear: both;
	padding-top: 10px;
}
