/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body { height: 100%; background-color:#CCCCCC; font-family:Arial, Helvetica, sans-serif; line-height:18px;}

#wrap      { min-height: 100%;
		     width:900px;
		     margin:0 auto;
		     background-color:#ffffff;
}

#header{
		background-color: #ffffff;
}

#main { overflow:auto;
		padding-bottom: 150px;
		height:100%;/*ここは高さ100%で*/
		background-color:#ffffff;
		overflow-y: hidden;
		clear:both;
		overflow:hidden;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	margin:-30px auto;
	width:900px;	
	background-image:url(../all-image/footer_back.gif);
	background-repeat:repeat-x;
	}
#footer p{
	color:#000;
	font-size:10px;
	margin:5px 0 0 5px;
	
}

#footer a:link   { color: #CCCCCC; text-decoration: none;}
#footer a:visited{ color: #CCCCCC; text-decoration: none;}
#footer a:active { color: #FF0000; text-decoration: none;}
#footer a:hover  { color: #FF0000; text-decoration: none;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<!--[endif]-->


a:link  {
	color: #000000;
	text-decoration: none;
}
a:visited  {
	color: #000000;
	text-decoration: none;
}
a:active  {
	color: #FF0000;
	text-decoration: none;
}
a:hover  {
	color: #FF0000;
	text-decoration: none;
}
img{
	margin:0;
}
object{
	margin:0;
	padding:0;
}
.image{
	width:860px;
	height:300px;
	margin:20px;
	clear:both;
	border:1px solid #666666;
}
.image p{
	color:#000000;
	font-size:10px;
}
.top_flash_menu{
	margin:0;
}
.nt_main_main{
	clear:both;
	margin-left:20px;
	width:860px;
}
.nt_left{
	margin-right:20px;
	width:500px;
	float:left;
}
.nt_right{
	width:340px;
	float:left;
}
<!--address-->
p{
	margin:5px 0 0 5px;
}
.pick{
	padding:5px;
	background-color:#333333;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	color:#000000;
}
.side_banner{
	margin:20px 0 0 0;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*----------------
red
--------------*/
.red_color{
	color:#FF0000;
}
/*----------------
red
--------------*/

/*-----------------------------------------------
					SITEMAPS
-----------------------------------------------*/
.st_list{
	width:640px;
	margin:20px 0 20px 20px;
	list-style: none;
}
.st_list li{
	float:left;
	width:80px;
	font-size:10px;
}
.st_list img{
	margin:0;
}

.st_list_pd{
	clear:both;
	margin:30px 0 0 0;
	width:640px;
}
.st_list_pd dt{
	width:630px;
	background-color: #0099FF;
	padding:1px 1px 1px 10px;
	}
.st_list_pd dd{
	float:left;
	margin:5px 0 0 10px;
	width:100px;
	font-size:11px;
	line-height:14px;
	height:40px;
}
.st_list a:link   { color: #333333; text-decoration: none;}
.st_list a:visited{ color: #333333; text-decoration: none;}
.st_list a:active { color: #FF0000; text-decoration: none;}
.st_list a:hover  { color: #FF0000; text-decoration: none;}
/*-----------------------------------------------
					LINK
-----------------------------------------------*/
div.dlinkbox{
	margin:20px 0;
	clear:both;
	width:640px;
	height:150px;
}
div.dlinkbox img{
	margin:0;
}
div.dlinkbox p{
	margin:0;
	font-size:12px;
}
div.dlinkbox_l{
	float:left;
	width:200px;
	border:1px solid #CCCCCC;
	
}
div.dlinkbox_r{
	float:left;
	width:200px;
	border:1px solid #CCCCCC;
	margin-left:17px;
}
/*-----------------------------------------------
					download
-----------------------------------------------*/
.download_img{
		margin:20px 0 0 170px;
		}
.download_tx{
		margin:20px 0;
	text-align:center;
		}


/*-----------------------------------------------
					dealer
-----------------------------------------------*/
div.ds_box{
	width:640px;
	clear:both;
	height:100%;
	margin:20px 0 0 0;
}
div.ds_box h2{
	float:left;
	width:195px;
	margin-right:25px;
}
div.ds_box img{
	margin:0;
}
div.ds_box table{
	border-collapse:collapse;
	border:1px solid #c8c8c8;
	width:420px;
	height:20px;	
	letter-spacing: 0.1em;
	text-align:center;
	margin:0 0 0 0;
}
div.ds_box table td{
	border:1px solid #c8c8c8;
	padding:2px;
	text-align:left;
}
div.ds_box table th{
	border:1px solid #c8c8c8;
	background-color:#CC9900;
	padding:2px;
	text-align:left;
}
.ds_main_main a:link   { color: #CCCCCC; text-decoration: none;}
.ds_main_main a:visited{ color: #CCCCCC; text-decoration: none;}
.ds_main_main a:active { color: #FF0000; text-decoration: none;}
.ds_main_main a:hover  { color: #FF0000; text-decoration: none;}

/*-----------------------------------------------
				single page
-----------------------------------------------*/
.single_main_main{
	clear:both;
	margin:20px 0 0 130px;
	width:640px;
	font-size:12px;
}
/*-----------------------------------------------
					COMPANY
-----------------------------------------------*/
.com_df{
	margin:20px 0;
}
.com_df_list{
	list-style:none;
}
/*-----------------------------------------------
					dealer
-----------------------------------------------*/
.news_dl{
	width:640px;
}
.new_dl dt{
	width:80px;
	float:left;
	margin:15px 0 0 0;
}
.new_dl dd{
	width:560px;
	float:left;
	margin:15px 0 0 0;
}
/*-----------------------------------------------
					RACING
-----------------------------------------------*/
ul.rc_side{
	margin:20px 20px 20px 0;
	float:left;
	width:200px;
	background-color: #666666;
	color: #FFFFFF;
}
ul.rc_side_li{
	list-style:none;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	margin-bottom:3px;
}

li.rc_menu{
	list-style:none;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	background-color:#000000;
	margin-bottom:3px;
}

ul.rc_side a:link     {color: #ffffff; text-decoration: none}
ul.rc_side a:visited  {color: #ffffff; text-decoration: none}
ul.rc_side a:active   {color: #FFFF00; text-decoration: none}
ul.rc_side a:hover    {color: #FFFF00; text-decoration: none}

li.rc_menu2{
	list-style:none;
	margin-left:45px;
	width:150px;
	font-size:10px;
	margin-bottom:2px;
}
li.rc_honda{
	list-style-image:url(../racing/all-image/icon-jap.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
li.rc_yamaha{
	list-style-image:url(../racing/all-image/icon-jap.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
}
li.rc_suzuki{
	list-style-image:url(../racing/all-image/icon-jap.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
}
li.rc_kawasaki{
	list-style-image:url(../racing/all-image/icon-jap.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
}
li.rc_honda_ls{
	list-style-image:url(../racing/all-image/icon-germany.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
li.rc_honda_ca{
	list-style-image:url(../racing/all-image/icon-NewZealand.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
li.rc_yamaha_van{
	list-style-image:url(../racing/all-image/icon-Netherlands.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
}
li.rc_kawasaki_uk{
	list-style-image:url(../racing/all-image/icon-uk.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
}
li.rc_kawasaki_ld{
	list-style-image:url(../racing/all-image/icon-canada.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
/*single*/
li.rc_japan{
	list-style-image:url(../racing/all-image/icon-jap.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:10px;
	line-height:13px;
	margin-bottom:2px;
}
li.rc_usa{
	list-style-image:url(../racing/all-image/icon-usa.gif);
	list-style-position: inside;
	padding:3px;
	margin-left:20px;
	width:180;
	font-weight:bold;
	font-size:10px;
	line-height:13px;
	margin-bottom:2px;
}
.rider_sum{
	margin-top:5px;
}
.prof_dl{ width:640px; color:#000000; font-size:12px; line-height:16px;}
.prof_dl dt{ width:120px; font-weight:bold; float:left; text-align:right; margin:0;}
.prof_dl dd{ width:500px; float:left; margin:0;}

/*-----------------------------------------------
					facebook twitter
-----------------------------------------------*/
.follor{
	width:340px;
	height:60px;
	margin:20px 0 0 0;
	clear:both;
}
.fl{
	float:left;
	list-style:none;
	
}