@charset "utf-8";


/* =================================== 

トップページ

=================================== */
/*
#header-wrapper{
	min-height:112px;
	background:url(../images/header_bg.jpg) bottom left repeat-x #475876;
	overflow:hidden;
	color:#ffffff;
}

#main-wrapper{
	padding:30px 0;
}
* html #header-wrapper{
	height:112px;
	overflow:visible;
}
#footer-wrapper{
	background:url(../images/footer_bg1.jpg) repeat-x #273244;
	padding:30px 0;
}
*/
#top-image img{
	display:block;
}

#top-banners{
	margin-top:30px;
	height:90px;
}

#top-banners a{
	width:285px;
	height:90px;
}

#top-banners a.office-goods{
	background-image:url(../images/top/banner_main1.jpg);
	float:left;
}

#top-banners a.garage-online{
	background-image:url(../images/top/banner_main2.jpg);
	float:right;
}



