@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #09F;
	text-decoration: underline;
}
a:visited {
	color: #09F;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #09F;
}
/* basic layout
------------------------------*/


#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/* header styles
------------------------------*/


#header {
	height: 230px;
	background-color: #FFF;
	background-image: url(images/fuji%20intro%20arasaki2.jpg);
	background-repeat: no-repeat;
}
#hedup {
	width: 1000px;
	height: 51px;
	color: #666;
	
}
#hedup h1 {
	font-size: 12px;
	font-style: normal;
	float: right;
	
}



/* main style
------------------------------*/



#main {
	padding: 0px 0px 0px 25px;
	float: right;
	width: 727px;
	margin-bottom: 20px;
	margin-top: 13px;
	border-left: 1px solid #999;
}


/* side style
------------------------------*/



#sidebar {
	padding: 0px;
	float: left;
	width: 225px;
	margin-bottom: 200px;
	margin-top: 14px;
}


#sidebar p img {
	margin-top: 10px;
}

/* footer style
------------------------------*/



#footer {
	padding: 15px;
	color: #FFF;
	background-color: #000;
	margin-top: 5px;
	clear: both;
}


#footer ul li {
	color: #FFF;
	display: inline;
	margin-right: 15px;
	list-style: none;
}


#footer ul li a {
	color: #FFF;
}


/* h style
------------------------------*/

h2 {
	margin-top: 10px;
	margin-bottom: 13px;

}


h3 {
	font-size: 14px;
}


/* content style
------------------------------*/

.contentimage {
	float: right;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 14px 2px 0px 20px;
}
.content1 {
	float: left;
	width: 170px;
	clear: left;
}
.content2 {
	width: 170px;
	margin-right: 14px;
	margin-left: 14px;
	float: left;
}
.content4 {
	width: 170px;
	float: left;
	clear: right;
}
.content3 {
	float: left;
	width: 170px;
	margin-right: 14px;
}


/* nav styles
------------------------------*/

#home #nav #nhome a{
	
	color: #09f;
	
}

#kaisha #nav #nkaisha a{
	
	color: #09f;
	
}

#rentacar #nav #nrentacar a{
	
	color: #09f;
	
}
#goriyou #nav #ngoriyou a{
	
	color: #09f;
	
}
#yokuaru #nav #nyokuaru a{
	
	color: #09f;
	
}
#otoiawase #nav #notoiawase a{
	
	color: #09f;
	
}


#nav ul li {
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 50px;
	width: 166px;
	border-top: none;
	line-height: 2.7em;
	border-right: none;
	border-bottom: none;
	font-weight: bold;
	font-size: 14px;
	border-left-style: none;
	list-style: url(none) none;
	float: left;
}


#nav ul li a {
	line-height: 2.7em;
	color: #333;
	text-decoration: none;
	height: 2.5em;
	width: 180px;
}

#nav ul li a:hover {
	color: #09F;
}
#nav {
	width: 1000px;
	height: 58px;
	background-image: url(images/botan.gif);
}





























#main table {
	border: 1px solid #666;
	border-collapse:collapse;
	margin-top: 25px;
}
#main table tr {
	border: 1px solid #666;
	border-collapse:collapse;
}
#main table tr td {
	border: 1px solid #666;
	border-collapse:collapse;
}
#main table tr.odd {
	background-color: #CCC;
}
.cartable {
	float: left;
	clear: right;
}


.carbox {
	float: left;
}


.carhstyle {
	float: left;
	width: 720px;
	background-color: #CCC;

}


.midasi {
	background-color: #CCC;
	width: 725px;
	
}
