@charset "shift_jis";
/* CSS Document */

/*基本レイアウト*/
*{
	margin:0;
	padding:0;	
	}
	
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/paper05.jpg);
	font-size: small;
	}

#wrapper{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/paper05.jpg);

}

#header{
	height: 140px;
	width: 960px;
	background-image: url(images/paper05.jpg);
	text-align: center;
	padding: 0 20px 20px;
	margin-top: 20px;
}
#suv{
	height: 60px;
	width: 960px;
	background-image: url(Accessory/images/paper05.jpg);
	margin-right: auto;
	margin-left: auto;
}

#main{
	padding:0 5px 5px;
	height: 450px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/paper05.jpg);
	color: #603813;
}
#footer{
	height: 60px;
	width: 960px;
	padding: 20px;
	background-image: url(images/paper05.jpg);
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

/*画像リンクの点々を消す*/
.outline{
	outline:none;
	}

/*headerメニュー*/
#header img{
	border:none;
	}

/*suvメニュー*/
#suv ul li{
	list-style: none;
	float: left;
}

#suv ul li img{
	border:none;
	}
	
#suv ul li a{
	width: 240px;
	display:block;
	background-repeat:no-repeat;
	}	
#suv ul li#Home a:hover{
	background-image: url(images/Home_onpsd.png);
}
#suv ul li#About a:hover{
	background-image: url(images/About_on.png);
}
#suv ul li#Photo a:hover{
	background-image: url(images/Photo_on.png);
}
#suv ul li#Order a:hover{
	background-image: url(images/Order_on.png);
}

#Home a:hover img,
#About a:hover img,
#Photo a:hover img,
#Order a:hover img{
	visibility:hidden;}

/*mainメニュー*/
#main img{
	border-style: none;
}

#main #slide{
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#main .indent{
	margin-left: 30px;
	margin-top: 30px;
	}

#main #sikiri{
	margin-top: 10px;
	margin-bottom: 10px;
	}

#main p{
	text-indent:1em;
	}

#main .padding{
	padding-left: 100px;	
	}
	
#main .form{
	margin: 40px;
	padding-left: 130px;	
	}	

#main .list {
	float: left;
	width: 250px;
	margin: 0 12px 12px 0;
	text-align: center;
}	

#main .section {
	margin-right: 80px;
	margin-left: 80px;
	text-align: center;
	margin-top: 20px;
}

#main .list img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main .clear{
	clear:both;
	}
#main .form th{
	text-align:right;
	padding-right:10px;
	}		

.button{
	margin-top:5px;
	}
		
/*footerメニュー*/
#footer p{
	text-align:right;
	}

#footer #footer_menu{
	text-align:right;
	}

#footer #footer_menu img{
	border:none;
	}

#footer ul li{
	list-style: none;
	}	

#footer ul{
	display:inline;
	border-left:solid 1px #fff;
	}
	
#footer ul li{
	list-style: none;
	display: inline;
	border-right: solid 1px #fff;
	padding:0 10px;
}	

#footer ul li a{
	color: #000;
	text-decoration: none;
	display: inline-block;
}
	
