/* CSS Document */

* {
	margin: 0;  /* 全ての要素をリセット */
	padding: 0;  /* 全ての要素をリセット */
	border: none;
}

body, h1,ul,li {
	margin: 0; padding: 0; border: 0;
}

a {color: #bba66d;
text-decoration:none;
}
a:hover {color: #FF9900;}

.clear {
clear:both;
}

.none {
display:none;
}

body {
background-image:url(image/top/main_background.jpg);
background-repeat:repeat-y;
background-color:#8d8367;
color:#333333;
margin:0 auto;
}

#header {
background:url(image/top/western_logo.jpg) no-repeat top center;
width:850px;
height:100px;
margin:0 auto;
padding:0;
}

#logo a{
background-image:url(image/top/w_logo.jpg);
background-repeat:no-repeat;
display:block;
height:32px;
width:200px;
float:left;
margin-left:0;
margin-top:0;
}

#shadow {
width:950px;
background-image:url(image/top/background.jpg);
background-repeat:repeat-y;
background-position:top center;
margin:0 auto;
padding:0;
color:#333333;
}

#box {
width:850px;
margin:0 auto;
padding:0;
}

#contents_body {
width:850px;
}

#sidemenu2 {
width:200px;
float:left;
}

#partsbox {
float:left;
width:650px;
background-image:url(image/top/top_image3.jpg);
background-position:top;
background-repeat:no-repeat;
padding-top:120px;
text-align:center;
}

#slidebox {
margin-left:10px;
width:625px;
height:250px;
background-repeat:no-repeat;
background-position:center;
	overflow: hidden;
}


/*トップ下メニュー*/

#lineupbox {
float:left;
width:650px;
margin-top:30px;
}

#lineupbox li { 
display : inline; 
padding :0; 
margin:0 0 10px 10px;
float:left;
}

ul {  
list-style-type : none; 
}

.menu_tag  {
border-left:#FF9900 3px solid;
border-bottom:#FF9900 1px solid;
padding-left:5px;
padding-bottom:0;
display:block;
}

.rover_menu a {
background-image:url(image/top/rover_button.jpg);
background-position:top;
width:310px; 
height:65px;
background-repeat:no-repeat; 
margin:0;
padding:60px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.rover_menu a:hover {
background-image:url(image/top/rover_button_l.jpg);
}

.landrover_menu a{
background-image:url(image/top/landrover_button.jpg);
background-position:top;
width:310px; 
height:65px;
background-repeat:no-repeat; 
margin:0;
padding:60px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.landrover_menu a:hover{
background-image:url(image/top/landrover_button_l.jpg);
}

.mainte_menu a{
background-image:url(image/top/mente.jpg);
background-position:top;
width:310px;
background-repeat:no-repeat; 
margin:0;
padding:128px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.mainte_menu a:hover{
background-image:url(image/top/mente_l.jpg);
}

.restore_menu a{
background-image:url(image/top/custom_banner.jpg);
background-position:top;
width:310px; 
background-repeat:no-repeat; 
margin:0;
padding:128px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.restore_menu a:hover{
background-image:url(image/top/custom_banner_l.jpg);
}

.mainte_menu2 a{
background-image:url(image/top/mente2.jpg);
background-position:top;
width:310px;
background-repeat:no-repeat; 
margin:0;
padding:96px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.mainte_menu2 a:hover{
background-image:url(image/top/mente2_l.jpg);
}

.restore_menu2 a{
background-image:url(image/top/custom_banner2.jpg);
background-position:top;
width:310px; 
background-repeat:no-repeat; 
margin:0;
padding:96px 0 0 0;
display:block;
text-align:left;
color:#666666;
}

.restore_menu2 a:hover{
background-image:url(image/top/custom_banner2_l.jpg);
}


.ridley_menu a{
background-image:url(image/top/ridley_button.jpg);
background-position:top;
width:310px; 
height:65px;
background-repeat:no-repeat; 
margin:0;
padding:60px 0 0 0;
text-align:left;
display:block;
color:#666666;
}

.ridley_menu a:hover{
background-image:url(image/top/ridley_button_l.jpg);
}



/* footer */
#footer {
width:850px;
	border-top: 1px dashed #333333;
	background-image:url(image/top/footer_back.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font: normal 10px sans-serif;
	padding: 10px 5px 10px 5px;
}
.footer a {
	color: #784;
	text-decoration: none;
}

.footermenu {
	color: #FFFFFF;
	text-decoration: none;
}

.companyname{
	color: #FFFFFF;
	text-decoration: none;
	font: normal 12px sans-serif;
}


.insurance a{
	float:left;
	margin:40px 0 0 10px;
	padding:0;
	width:630px;
	height:220px;
	display:block;
	background-image:url(image/top/new_banner9c.jpg);
	background-repeat:no-repeat;
}

.insurance a:hover {
	background-image:url(image/top/new_banner9c_l.jpg);
}


/*スライド*/

div#slideshow {
	width: 635px;
	height: 275px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative;
	z-index: 5;
	margin:0;
	padding:0;
	background-image:url(image/top/slide_bg2.jpg);
	background-repeat:no-repeat;
}

div#slideshow ul {
margin-left:10px;
height:275px;
}




div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative;
	top: 210px;
	z-index: 15;
}

div#slideshow ul#nav li#prev {
    float: left;
	margin: 0 0 0 40px;
}

div#slideshow ul#nav li#next {
	float: right;
	margin: 0 50px 0 0;
}

div#slideshow ul#nav li a {
	display: block; width: 80px; height: 80px; 
}

div#slideshow ul#nav li#prev a {
	background: url(images/prev.png);
}

div#slideshow ul#nav li#next a {
	background: url(images/next.png);
			}

div#slideshow ul#slides {
	list-style: none;
}

div#slideshow ul#slides li {
	margin: 10px -100px 0 0;
}

a {outline: none; }

.banner {
margin-bottom:20px;
}

#topics {
width:630px;
height:119px;
border:#ff9900 2px solid;
margin-bottom:20px;
margin-left:10px;
background-image:url(image/top/topics_head.jpg);
background-position:top center;
background-repeat:no-repeat;
padding-top:20px;
}