/* ------------------------------
　 背景設定 夕方
------------------------------ */

/* 基本 */
body{
	margin:0;
	padding:0px;
	color:#000000;
	background-image:url("http://www.bike-man.com/img/back_night.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#231815;}

/* 影 */
.shadow_l{
	width:5px;
	background-image:url("http://www.bike-man.com/img/shadow_night_l.gif");
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#231815;}

.shadow_r{
	width:5px;
	background-image:url("http://www.bike-man.com/img/shadow_night_r.gif");
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#231815;}

.main_image{
	background:url("http://www.bike-man.com/img_night.jpg") left center no-repeat;}
