@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	line-height:22px;
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #ffffff;」で変更可能。現在は白で入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.jpg) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#nav {
	background: url(images/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 8px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
	line-height:1.786em;
}

#main #cont{
	width:522px;
	padding:12px;
	font-size:12px;
}

#main #cont2{
	width:510px;
	padding-left:12px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
}

#main #cont_table{
	width:522px;
	padding:12px;
	font-size:12px;
	line-height:18px;
}

#main #cont_table2{
	width:522px;
	padding:12px;
	font-size:12px;
	line-height:18px;
}

/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
	line-height:1.786em;
}

#sub #txt{
	width:240px;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	background: url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
}


/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

#cont_table table{
    border-collapse:collapse;
	width:522px;
}

#cont_table td{
	border:1px solid #AAAAAA;
	padding:4px;
}

#cont_table td.gray{
	border:1px solid #AAAAAA;
	padding:4px;
	background-color:#EEEEEE;
}

#cont_table td.red{
	color:red;
	font-size:16px;
}

#cont_table td.title{
	border:1px solid #AAAAAA;
	background-image:url('images/title_bar.jpg');
	width:528px;
	height:30px;
	color:#333333;
	padding:0px;
	padding-left:14px;
	font-size:12px;
	background-repeat:no-repeat;
}

#cont_table img{
	width:520px;
}

#cont_table2 table{
    border-collapse:collapse;
	width:522px;
}

#cont_table2 table.none{
	width:300px;
	margin-left:-12px;
}

#cont_table2 td{
	border:1px solid #AAAAAA;
	padding:4px;
	padding-left:12px;
}

#cont_table2 td.none{
	border:0px none #FFFFFF;
	font-size:8px;
	line-height:8px;
}

#cont_table2 td.none2{
	border:0px none #FFFFFF;
	font-size:12px;
	line-height:18px;
}

#cont_table2 td.oh_img{
	border:1px solid #AAAAAA;
	padding:0px;
	margin:0px;
	color:#333333;
}

#cont_table2 td.title{
	border:1px solid #AAAAAA;
	background-image:url('images/title_bar.jpg');
	height:29px;
	color:#333333;
	padding:0px;
	padding-left:14px;
	font-size:12px;
}

#sub_img_top{
	width:240px;
	height:181px;
	background-image:url('images/sub_img_top.jpg');
	background-repeat:no-repeat;
	margin-bottom:8px;
}

#shop_info_img{
	margin:0px;
	margin-bottom:4px;
	margin-right:4px;
	padding:1px;
	width:519px;
	height:391px;
	border:1px solid #AAAAAA;
}

#go_top{
	border:0px none white;
	margin:0px;
	padding:0px;
	padding-right:2px;
	width:528px;
	height:29px;
	background-image:url('images/go_page_top.jpg');
}

#go_top a{
	display:block;
	width:528px;
	height:29px;
}

strong.red{
	color:red;
}

strong.green{
	color:green;
}

strong.red_b{
	color:red;
	font-size:18px;
	height:20px;
	vertical-align:bottom;
}

#wakos{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:285px;
	background-image:url('images/wakos.jpg');
	background-repeat:no-repeat;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:12px;
}

#ash{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:285px;
	background-image:url('images/ash.jpg');
	background-repeat:no-repeat;
	margin:0px;
	margin-bottom:24px;
	margin-right:-8px;
}

#tire1{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:285px;
	background-image:url('images/tire1.jpg');
	background-repeat:no-repeat;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:12px;
}

#tire2{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:285px;
	background-image:url('images/tire2.jpg');
	background-repeat:no-repeat;
	margin:0px;
	margin-bottom:24px;
	margin-right:-8px;
}

#custom{}
#custom a{
	display:block;
	width:263px;
	height:198px;
	text-decoration:none;
}

#custom_1{
	float:left;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:8px;
	background-image:url('custom/a_monky21.jpg');
	background-repeat:no-repeat;
	background-position:top;
}
	#custom_1:hover{
		background-position:bottom;
	}

#custom_2{
	float:right;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:-8px;
	margin-bottom:8px;
	background-image:url('custom/dr_z400sm.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_2:hover{
		background-position:bottom;
	}

#custom_3{
	float:left;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:8px;
	background-image:url('custom/eVTR1000F.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_3:hover{
		background-position:bottom;
	}

#custom_4{
	float:right;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:-8px;
	margin-bottom:8px;
	background-image:url('custom/mXR650R12.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_4:hover{
		background-position:bottom;
	}

#custom_5{
	float:left;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:8px;
	background-image:url('custom/mxR650RM31.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_5:hover{
		background-position:bottom;
	}

#custom_6{
	float:right;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:-8px;
	margin-bottom:8px;
	background-image:url('custom/nCRF250.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_6:hover{
		background-position:bottom;
	}

#custom_7{
	float:left;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:8px;
	background-image:url('custom/NSR250.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_7:hover{
		background-position:bottom;
	}

#custom_8{
	float:right;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:-8px;
	margin-bottom:8px;
	background-image:url('custom/sXR650R1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_8:hover{
		background-position:bottom;
	}

#custom_9{
	float:left;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	margin-bottom:8px;
	background-image:url('custom/tRVF12.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_9:hover{
		background-position:bottom;
	}

#custom_10{
	float:right;
	border:1px solid #999999;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:-8px;
	margin-bottom:8px;
	background-image:url('custom/TRX850.JPG');
	background-repeat:no-repeat;
	background-position:top;
}

	#custom_10:hover{
		background-position:bottom;
	}

#custom_space{
	float:left;
	border:0px none #FFFFFF;
	width:522px;
	height:8px;
}

#title_bar{
	border:1px solid #999999;
	width:516px;
	height;29px;
	margin:0px;
	background-image:url('images/title_bar.jpg');
	background-repeat:no-repeat;
	padding-left:12px;
	font-size:12px;
	line-height:29px;
	color:#333333;
}

#title_bar_custom_left{
	float:left;
	border:1px solid #999999;
	border-bottom: 0px none #FFFFFF;
	width:251px;
	height:20px;
	margin:0px;
	margin-right:4px;
	margin-left:-4px;
	background-image:url('images/title_bar_custom.jpg');
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:middle;
	color:#333333;
	padding-left:12px;
}

#title_bar_custom_right{
	float:right;
	border:1px solid #999999;
	border-bottom: 0px none #FFFFFF;
	width:251px;
	height:20px;
	margin:0px;
	margin-right:-8px;
	background-image:url('images/title_bar_custom.jpg');
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:middle;
	color:#333333;
	padding-left:12px;
}
img.button_otoiawase{
	width:87px;
	height:26px;
}

#img_parts_original_tank1{
	float:left;
	border:1px solid #AAAAAA;
	width:253px;
	height:198px;
	margin:0px;
	margin-right:2px;
	margin-left:-12px;
	margin-bottom:12px;
	margin-top:6px;
	background-image:url('parts/parts_original_catch_tank1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_tank2{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin-left:-8px;
	margin-top:6px;
	margin-right:2px;
	margin-bottom:12px;
	background-image:url('parts/parts_original_catch_tank2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_tank3{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin-left:12px;
	margin-right:2px;
	margin-bottom:4px;
	background-image:url('parts/parts_original_catch_tank3.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_tank4{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin-left:12px;
	margin-right:2px;
	margin-bottom:4px;
	background-image:url('parts/parts_original_catch_tank4.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_cguard1{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin-top:6px;
	margin-right:2px;
	margin-bottom:12px;
	margin-left:12px;
	background-image:url('parts/parts_original_cguard1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_cguard2{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin-top:6px;
	margin-right:2px;
	margin-bottom:12px;
	margin-left:12px;
	background-image:url('parts/parts_original_cguard2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_cratch1{
	float:left;
	border:1px solid #AAAAAA;
	width:253px;
	height:198px;
	margin:0px;
	margin-right:2px;
	margin-left:-12px;
	margin-bottom:12px;
	margin-top:6px;
	background-image:url('parts/parts_original_cratch1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_cratch2{
	float:right;
	border:1px solid #AAAAAA;
	width:260px;
	height:198px;
	margin-top:6px;
	margin-right:2px;
	margin-bottom:12px;
	background-image:url('parts/parts_original_cratch2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_fguard1{
	float:left;
	border:1px solid #AAAAAA;
	width:253px;
	height:198px;
	margin:0px;
	margin-right:2px;
	margin-left:-12px;
	margin-bottom:0px;
	margin-top:6px;
	background-image:url('parts/parts_original_fguard1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_fguard2{
	float:right;
	border:1px solid #AAAAAA;
	width:260px;
	height:198px;
	margin-top:6px;
	margin-right:2px;
	margin-bottom:0px;
	background-image:url('parts/parts_original_fguard2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_fguard3{
	float:left;
	border:1px solid #AAAAAA;
	width:253px;
	height:198px;
	margin:0px;
	margin-right:2px;
	margin-left:-12px;
	margin-bottom:12px;
	margin-top:2px;
	background-image:url('parts/parts_original_fguard3.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_fguard4{
	float:right;
	border:1px solid #AAAAAA;
	width:260px;
	height:198px;
	margin-top:2px;
	margin-right:2px;
	margin-bottom:12px;
	background-image:url('parts/parts_original_fguard4.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_original_stand{
	float:right;
	border:1px solid #AAAAAA;
	width:263px;
	height:350px;
	margin:0px;
	margin-right:6px;
	margin-left:12px;
	margin-bottom:12px;
	margin-top:0px;
	background-image:url('parts/parts_original_stand.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_used1{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:12px;
	margin-left:-12px;
	margin-bottom:0px;
	background-image:url('parts/parts_used1.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_used2{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:12px;
	margin-left:-12px;
	margin-bottom:0px;
	background-image:url('parts/parts_used2.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_used3{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:12px;
	margin-left:-12px;
	margin-bottom:0px;
	background-image:url('parts/parts_used3.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_used4{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:12px;
	margin-left:-12px;
	margin-bottom:0px;
	background-image:url('parts/parts_used4.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#img_parts_used5{
	float:left;
	border:1px solid #AAAAAA;
	width:263px;
	height:198px;
	margin:0px;
	margin-right:12px;
	margin-left:-12px;
	margin-bottom:0px;
	background-image:url('parts/parts_used5.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

#cont_custom{
	border:0px solid #000000;
	padding:12px;
	padding-left:6px;
	width:534px;
	font-size:12px;
}

#title_bar_custom{
	line-height:18px;
	color:#333333;
	border-bottom:1px solid #AAAAAA;
	background-image:url('images/title_bar_custom2.jpg');
	background-repeat:no-repeat;
	background-position:top;
	padding-left:12px;
	width:514px;
	height:18px;
	margin:0px;
}

#spec{
	font-size:12px;
	width:526px;
	margin:0px;
	margin-bottom:12px;
	margin-left:4px;
	border:1px solid #AAAAAA;
}

#spec_text{
	width:514px;
	padding:6px;
}

ul.new{
	margin-left:24px;
	list-style-image:url('images/ico_new.gif');
}

ul.ball{
	margin-left:12px;
	list-style-image:url('images/ball.gif');
}

ul.arrow{
	margin-left:12px;
	list-style-image:url('images/arrow1.gif');
	line-height:19px;
}

#link{
	width:100%;
	margin-top:12px;
}
	#link td{
		padding:8px;
	}
	#link td.l{
		border-bottom:1px dotted #AAAAAA;
		border-right:1px dotted #AAAAAA;
	}
	
	#link td.r{
		border-bottom:1px dotted #AAAAAA;
	}

	#link td.l2{
		border-right:1px dotted #AAAAAA;
	}
	
	#link td.r2{
	}
div.clear{ clear: both; visibility: hidden; height: 0;line-height:0;margin:0;padding:0;font-size:0;}
div.clear h2,.clear h3,.clear h4,.clear h5,.clear h6{clear: both; visibility: hidden; height: 0;line-height:0;margin:0;padding:0;font-size:0;}

div.pr{
	width:100%;
	color:white;
}

div.pr a{
	color:white;
	font-size:1px;
	font-size:1px;
}

#slideshow{
	box-sizing:border-box;
	border:1px solid #DDDDDD;
	padding:2px;
	overflow:hidden;
	width:100%;
	height:393px;
	display:block;
}

#slideshow img{
	width:100%;
	height:auto;
}

@media (max-width: 480px) {
	div#main{
		width: calc(100% - 15px);
	}
	div#sub{
	}
}