@charset "UTF-8";

/* ------------------------------------------------------
Anchor
------------------------------------------------------ */

a:link { color:#0000FF; }
a:hover { color:#ff0000; }

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */

/* for modern browser */
.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
/* for IE 5.5-7 */
.clearfix { zoom: 1; }

/* ------------------------------------------------------
Common Settings
------------------------------------------------------ */

.clear { clear: both; }
.floatCancell { overflow:hidden; height:1%; }

/* ------------------------------------------------------
Layout Settings
------------------------------------------------------ */

body { margin:0 10px;}
div#wrap { width:960px; margin:0 auto; position: relative; }
div#header { width:100%; }
div#contents { padding:0px 0 15px; }
div#footer { clear: both; }

/*可変*/
div#wrap_liquid { width:100%;
  min-width: 960px;
  width: expression(document.body.clientWidth < 962? "960px" : "auto");
 }


/* ------------------------------------------------------
header
------------------------------------------------------ */


/*-----------------------------
-------------------------------*/
Safariハック
p { その他のブラウザ用のスタイル }
html*p { Safari用のスタイル }
* html p { その他のブラウザ用のスタイル } 
/*-------------------------------*/
/* safari only \*/
html*div#header div#menu ul li a {
	font-size:12px;
}
/* * html div#header div#menu ul li a {
	display:block;
	float:left;
	padding:0px 40px;
	line-height:28px;
	border-right:1px solid #ccc;
	background:url(/skeleton/English/search/common/img/top_menu_bg.gif) 0 bottom no-repeat;
	text-decoration:none;color:#333;
	font-size:13px;
	white-space:nowrap;
} */
/*-----------------------------
-------------------------------*/


div#header div#menu ul li a:hover {
	background:url(/motorcycle/common/img/top_menu_bg_on.gif) 0 bottom repeat-x;
	color:#fff;
	background-color:#C80122;
}

/* active */
body#home div#header div#menu ul li a#onNav1,
body#used div#header div#menu ul li a#onNav2,
body#success div#header div#menu ul li a#onNav3{
	background:url(/motorcycle/common/img/top_menu_bg_on.gif) 0 bottom repeat-x;
	color:#fff;
	font-weight: bold;
	background-color:#C80122;
}

#toptitle {
	clear:both;
	background:url("/motorcycle/common/img/top_menu_bg.gif") no-repeat scroll 0 bottom ;
	border-color:#CCCCCC #CCCCCC #002AC6;
	border-style:solid;
	border-width:1px 1px 3px;
	clear:both;
	font-size:15px;
	font-weight:bold;
	height:17px;
	padding:5px 7px;
}
/* ------------------------------------------------------
topicpath
------------------------------------------------------ */

div.topicpath { clear:both; padding:5px; }
div.topicpath ul li { display:inline; }
div.topicpath ul li a {
	background:url(/motorcycle/common/img/topicpath.gif) no-repeat right 0;
	padding-right:13px;
	margin-right:5px;
}
