@charset "UTF-8";
/* === General definitions === */
	* {
		font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3", sans-serif;
		font-size: 10px;
		color: #434343;
		line-height:150%;
	}

	body {
		background-color:#b7b7b7;
	}

	p {
		margin-bottom:10px;
	}

	a {
		color: #ed1c24;
		text-decoration:none;
	}

	a:hover {
		color: #ed1c24;
		text-decoration:underline;
	}


	strong {
		font-size:12px;
		font-weight:bold;
	}

	h1 {
		font-size:15px;	
		margin:0;
		padding:0;
		line-height: 105% ;
	}
	
	h1.red {
		color:#ed1c24;	
	}
	
	h1.white {
		color:#fff;
	}

	.h1-feature-image {
		display:block;
		margin:9px 0;
	}

	h2 {
		color:#434343;
		font-size:18px;
		font-weight:bold;
	}

	.h2-image {
		display:block;
		margin-bottom:9px;
	}

	h3 {
		color:#434343;
		font-size:14px;
		font-weight:bold;
	}
	
	h3 a {
		font-size:14px;
		color:#ed1c24;
	}

	h4 {
		color:#ed1c24;
		font-size:11px;
		font-weight:bold;
	}

	h5 {
		color:#ed1c24;
		font-weight:bold;
	}
	
	h5 a {
		color:#ed1c24;
		font-weight:bold;
	}
	
	h5.spaced {
		margin-bottom:9px;
	}

	.text-red, .text-red a {
		color:#ed1c24;
	}

	h6 {
		font-size:12px;
		color:#000;
		font-weight:bold;
	}

	.text-red-bold, .text-red-bold a {
		color:#ed1c24;
		font-weight:bold;
	}
	
	.text-black, .text-black a {
		color:#000;
	}

	.text-black-bold, .text-black-bold a {
		color:#000;
		font-weight:bold;
	}

	.text-white, a.text-white, a:hover.text-white {
		color:#fff;
	}

	.text-white-bold, .text-white-bold a {
		color:#fff;
		font-weight:bold;
	}
	
	.text-gray {
		color:#6c6c6c;
	}
	
	
	ul.bd-list {
		list-style-type: square;
		margin-bottom: 9px;
		padding:0;
	}
	
	ul.bd-list li {
		margin-left:16px;
	}
	
	ul.bd-list.inner{
		list-style-type: disc;
		margin-left:16px;
	}
	
	ol {
		list-style-type: decimal;
		margin-bottom: 9px;
		padding:0;
	}
	
	ol li {
		list-style-type: decimal;
		margin-left:16px;
		margin-bottom: 9px;
	}


/* === Main layout definitions === */
	#doc-900 {
		margin:auto;text-align:left; /* leave unchanged */
		width:900px;
		min-width:900px;
		background-color:#9c9c9c;
		margin-bottom:15px;
	}

	#hd {
		width:840px;
		padding:0;
		margin:0;
		padding-left:30px;
	}

	#bd {
		margin:auto;
		width:858px;
		background-color:#e5e5e5;
		padding:0;
	}

	#bd.formed {
		background-color:#9c9c9c;
	}

	.news-left {
		float:left;
		background-color:#e5e5e5;
		width:282px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 276px;
		padding-left:6px;
	}
	.news-right {
		float:left;
		background-color:#e5e5e5;
		width:569px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 558px;
		padding-left:9px;
	}

	.column-4wide-left {
		float:left;
		background-color:#e5e5e5;
		width:569px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 558px;
		padding-left:9px;
	}

	.column-4wide-right {
		float:left;
		background-color:#e5e5e5;
		width:567px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 558px;
		padding:0 9px 0 0;
	}

	.column-4wide-right-type1 {
		float:left;
		background:#e5e5e5 url(/img/grid/bd-foot-4wide-full-type1.gif) no-repeat bottom left;
		width:567px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 558px;
		padding:0 9px 9px 0;
	}
	
	.column-4wide-right-nc {
		float:left;
		width:567px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 558px;
		padding:0 9px 9px 0;
	}

	.column-2wide-left {
		float:left;
		background-color:#e5e5e5;
		width:285px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 276px;
		padding:0 6px 0 9px;
	}
	
	.column-2wide-left-bc {
		float:left;
		background:#e5e5e5 url(/img/grid/bd-foot-2wide-full-bc.gif) no-repeat bottom left;
		width:285px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 276px;
		padding:0 6px 9px 9px;
	}
	
	.column-2wide-left-type1 {
		float:left;
		background:#e5e5e5 url(/img/grid/bd-bridge-2wide-type1.gif) no-repeat bottom right;
		width:285px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 276px;
		padding:0 6px 6px 9px;
	}
	
	.column-2wide-right {
		float:left;
		background-color:#e5e5e5;
		width:282px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 276px;
		padding-left:6px;
	}

	#ft {
		clear:both;
		margin:auto;
		padding:18px 0 12px 0;
		background:url(/img/grid/ft-foot.gif) no-repeat bottom left;
	}

	#ft .copyright {
		float:left;
		color:#333;
		width:312px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 291px;
		padding-left:21px;
		font-family:Arial,Helvetica,sans-serif ;
	}

	#ft .nav {
		float:left;
		font-size:10px;
		font-weight:normal;
		color:#333;
		width:564px;
	}
	
	#ft .nav a {
		font-size:10px;
		font-weight:normal;
		color:#333;
	}




/* === Navigation definitions === */
	#hd-title{
		float:left;
		width:276px;
		height:56px;
		margin:0 6px 9px 0;
	}


	#hd-nav-utility {
		float:left;
		background:url(/img/nav/hd-nav-utility-back.gif) no-repeat top left;
		width:558px;
		height:28px;
		margin:0;
		padding:0;
	}


	#hd-nav-utility.extended {
		overflow:hidden;
		background:url(/img/nav/hd-nav-utility-extended-back.gif) no-repeat top left;
		height:56px;
	}

	#hd-nav-utility ul {
		float:left;
		list-style-type:none;
		height:29px;
		margin:2px 9px 0 9px;
	}

	#hd-nav-utility ul li {
		float:left;		
		height:25px;
	}
	
	#hd-nav-utility ul li a {
		display:block;
		height:25px;
		background-color:#f00;
		overflow:hidden;
	}

	#hd-nav-utility ul li a.dealer 			{background:url(/img/nav/hd-nav-utility-dealer-sprite.gif) no-repeat top left; width:85px;}
	#hd-nav-utility ul li a.dealer:hover	{background:url(/img/nav/hd-nav-utility-dealer-sprite.gif) no-repeat bottom left;}
	#hd-nav-utility ul li a.dealer:active	{background:url(/img/nav/hd-nav-utility-dealer-sprite.gif) no-repeat top left;}

	#hd-nav-utility ul li a.gear 			{background:url(/img/nav/hd-nav-utility-gear-sprite.gif) no-repeat top left; width:36px;}
	#hd-nav-utility ul li a.gear:hover		{background:url(/img/nav/hd-nav-utility-gear-sprite.gif) no-repeat bottom left;}
	#hd-nav-utility ul li a.gear:active		{background:url(/img/nav/hd-nav-utility-gear-sprite.gif) no-repeat top left;}
	
	#hd-nav-utility ul li a.faqs 			{background:url(/img/nav/hd-nav-utility-faqs-sprite.gif) no-repeat top left; width:38px;}
	#hd-nav-utility ul li a.faqs:hover		{background:url(/img/nav/hd-nav-utility-faqs-sprite.gif) no-repeat bottom left;}
	#hd-nav-utility ul li a.faqs:active		{background:url(/img/nav/hd-nav-utility-faqs-sprite.gif) no-repeat top left;}

	#hd-nav-utility ul li a.manuals 		{background:url(/img/nav/hd-nav-utility-manuals-sprite.gif) no-repeat top left; width:53px;}
	#hd-nav-utility ul li a.manuals:hover	{background:url(/img/nav/hd-nav-utility-manuals-sprite.gif) no-repeat bottom left;}
	#hd-nav-utility ul li a.manuals:active	{background:url(/img/nav/hd-nav-utility-manuals-sprite.gif) no-repeat top left;}
	
	#hd-nav-utility ul li a.register 		{background:url(/img/nav/hd-nav-utility-register-sprite.gif) no-repeat top left; width:80px;}
	#hd-nav-utility ul li a.register:hover	{background:url(/img/nav/hd-nav-utility-register-sprite.gif) no-repeat bottom left;}
	#hd-nav-utility ul li a.register:active	{background:url(/img/nav/hd-nav-utility-register-sprite.gif) no-repeat top left;}
	
	
	#hd-nav-utility form div.right {
		float:right;
		width:215px;
		margin:4px 0px 0 0;
	}

	#hd-nav-bikeline {
		float:right;
		color:#333;
		background-color:#d1d1d1;
		width:129px;
		height:17px;
		font-size:10px;
		margin:0 6px 0 0;
		border:1px solid #666;
		padding:0;
	}

	.hd-nav-bikeline-compare {
		color:#fff;
		background-color:#ed1c24;
		width:117px;
		height:17px;
		font-size:10px;
		border:1px solid #811115;
		margin-bottom:3px;
	}

	#hd-nav-searchbox {
		float:right;
		color:#333;
		width:55px;
		height:15px;
		font-size:10px;
		border:1px solid #666;
		margin:0;
		background-color:#d1d1d1;
	}

	#hd-nav-searchbutton {
		float:right;
		margin:0 6px 0 2px;
		width:17px;
		height:17px;
	}

	#hd-nav-bulletin {
		clear:both;
		color:#fff;
		padding:0;
		letter-spacing:.25px;
		margin:0 0 0 9px;
	}
	
	
	#hd-nav-main {
		clear:left;
		width:850px;
		margin-bottom:6px;
		padding:0;
	}

	#hd-nav-main ul {
		width:844px;
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#hd-nav-main li {
		float:left;
		overflow:hidden;
		text-transform:uppercase;
	}

	#hd-nav-main li a {
		display:block;
		height:28px;
		width:135px;
		overflow:hidden;
	}

	#hd-nav-main li a.bikes 		{background:url(/img/nav/hd-nav-item-bikes-sprite.gif) no-repeat top left; width:276px; margin-right:6px;}
	#hd-nav-main li a.bikes:hover	{background:url(/img/nav/hd-nav-item-bikes-sprite.gif) no-repeat bottom left;}
	#hd-nav-main li a.bikes:active	{background:url(/img/nav/hd-nav-item-bikes-sprite.gif) no-repeat top left;}
	#hd-nav-main li.active a.bikes	{background:url(/img/nav/hd-nav-item-bikes-sprite.gif) no-repeat bottom left;}

	#hd-nav-main li a.gary 			{background:url(/img/nav/hd-nav-item-gary-sprite.gif) no-repeat top left; margin-right:6px;}
	#hd-nav-main li a.gary:hover	{background:url(/img/nav/hd-nav-item-gary-sprite.gif) no-repeat bottom left;}
	#hd-nav-main li a.gary:active	{background:url(/img/nav/hd-nav-item-gary-sprite.gif) no-repeat top left;}
	#hd-nav-main li.active a.gary	{background:url(/img/nav/hd-nav-item-gary-sprite.gif) no-repeat bottom left;}

	#hd-nav-main li a.news 			{background:url(/img/nav/hd-nav-item-news-sprite.gif) no-repeat top left; margin-right:6px;}
	#hd-nav-main li a.news:hover	{background:url(/img/nav/hd-nav-item-news-sprite.gif) no-repeat bottom left;}
	#hd-nav-main li a.news:active	{background:url(/img/nav/hd-nav-item-news-sprite.gif) no-repeat top left;}
	#hd-nav-main li.active a.news	{background:url(/img/nav/hd-nav-item-news-sprite.gif) no-repeat bottom left;}

	#hd-nav-main li a.geton 		{background:url(/img/nav/hd-nav-item-store-sprite.gif) no-repeat top left; margin-right:6px;}
	#hd-nav-main li a.geton:hover	{background:url(/img/nav/hd-nav-item-store-sprite.gif) no-repeat bottom left;}
	#hd-nav-main li a.geton:active	{background:url(/img/nav/hd-nav-item-store-sprite.gif) no-repeat top left;}
	#hd-nav-main li.active a.geton	{background:url(/img/nav/hd-nav-item-store-sprite.gif) no-repeat bottom left;}

	#hd-nav-main li a.team 			{background:url(/img/nav/hd-nav-item-team-sprite.gif) no-repeat top left; margin-right:0;}
	#hd-nav-main li a.team:hover	{background:url(/img/nav/hd-nav-item-team-sprite.gif) no-repeat bottom left;}
	#hd-nav-main li a.team:active	{background:url(/img/nav/hd-nav-item-team-sprite.gif) no-repeat top left;}
	#hd-nav-main li.active a.team	{background:url(/img/nav/hd-nav-item-team-sprite.gif) no-repeat bottom left;}
	
	
	#hd-breadcrumb {
		clear:left;
		float:left;
		color:#fff;
		overflow:hidden;
		background:#ed1c24 url(/img/nav/hd-breadcrumb-end-left.gif) no-repeat top left;
		height:18px;
		width:126px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 117px;
		padding:4px 0 0 9px;
		margin-top:3px;
	}

	#hd-breadcrumb a {
		color:#fff;
	}

	#hd-breadcrumb.position1 {
		width:267px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 258px;
	}
	
	.position2 {
		position:relative;
		left:282px;
	}
	
	.position3 {
		position:relative;
		left:423px;
	}
	
	.position4 {
		position:relative;
		left:564px;
	}
	
	.position5 {
		position:relative;
		left:705px;
	}
	
	#hd-breadcrumb-end-right {
		float:left;
		background:#ed1c24 url(/img/nav/hd-breadcrumb-end-right.gif) no-repeat top right;
		width:9px;
		height:22px;
		margin-top:3px;
	}



/* === Box definitions === */
/* 1wide */
	.bd-bottomLink-1wide {
		display:inline;
		float:left;
		width:135px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 117px;
		margin:0 18px 6px 0;
	}

	.bd-bottomLink-1wide a {
		color:#000;
	}




/* 1wide-alpha */
	.bd-head-1wide-alpha-lc {
		background:url(/img/grid/bd-head-1wide-alpha-lc.gif) no-repeat top left;
		width:135px;
		height:9px;
	}



/* 1wide-dgray */
	.bd-box-1wide-dgray-bc {
		clear:both;
		float:left;
		background:#9c9c9c url(/img/grid/bd-foot-1wide-dgray-bc.gif) no-repeat bottom left;
		width:135px;
		margin-bottom:6px;
	}

	.bd-titlebox-1wide-gray-rc {
		overflow:hidden;
		color:#fff;
		text-transform:uppercase;
		background:#9c9c9c url(/img/grid/bd-head-1wide-dgray-rc.gif) no-repeat top left;
		height:18px;
		width:135px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 125px;
		padding:4px 5px 0 5px;
	}

	.bd-titlebox-1wide-dgray-rc a {
		color:#fff;
	}

		.bd-head-1wide-dgray-lc {
			background:#9c9c9c url(/img/grid/bd-head-1wide-dgray-lc.gif) no-repeat top left;
			width:135px;
			height:9px;
		}



/* 1wide-gray */
	.bd-box-1wide-gray-bc {
		clear:both;
		background:#d1d1d1 url(/img/grid/bd-foot-1wide-gray-bc.gif) no-repeat bottom left;
		width:135px;
		margin-bottom:6px;
	}



		.bd-head-1wide-gray-lc {
			background:#d1d1d1 url(/img/grid/bd-head-1wide-gray-lc.gif) no-repeat top left;
			width:135px;
			height:9px;
		}

		.bd-head-1wide-gray-rc {
			background:#d1d1d1 url(/img/grid/bd-head-1wide-gray-rc.gif) no-repeat top left;
			width:135px;
			height:9px;
		}

		.bd-content-1wide-gray {
			color:#000;
			width:135px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width: 116px;
			padding:0 9px 0 9px;
		}

	
	
/* 1wide-red */
	.bd-titlebox-1wide-red-rc {
		overflow:hidden;
		color:#fff;
		text-transform:uppercase;
		background:#ed1c24 url(/img/grid/bd-titlebox-1wide-red-rc.gif) no-repeat top left;
		height:18px;
		width:135px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 125px;
		padding:4px 5px 0 5px;
	}

	.bd-titlebox-1wide-red-rc a {
		color:#fff;
	}


/* 1wide-white */
	.bd-titlebox-1wide-white-rc {
		overflow:hidden;
		color:#fff;
		background:#fff url(/img/grid/bd-head-1wide-white-rc.gif) no-repeat top left;
		height:20px;
		width:135px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 125px;
		padding:2px 5px 0 5px;
	}

	.bd-titlebox-1wide-red-rc a {
		color:#fff;
	}

	.bd-head-1wide-white-rc {
		clear:both;
		background:#fff url(/img/grid/bd-head-1wide-white-rc.gif) no-repeat top left;
		width:135px;
		height:9px;
	}

	.bd-head-1wide-white-rc.short {
		height:7px;
	}

	.bd-foot-1wide-white-bc {
		background:#fff url(/img/grid/bd-foot-1wide-white-bc.gif) no-repeat bottom left;
		width:135px;
		height:9px
	}
	


/* 2wide-alpha */
	.bd-head-2wide-alpha-lc {
		background:url(/img/grid/bd-head-2wide-alpha-lc.gif) no-repeat top left;
		width:276px;
		height:9px;
	}
		
/* 2wide-black */
	.bd-titlebox-2wide-black-lc {
		overflow:hidden;
		color:#fff;
		font-size:11px;
		background:#d1d1d1 url(/img/grid/bd-titlebox-2wide-black-lc.gif) no-repeat top;
		height:22px;
		width:276px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 267px;
		padding:6px 0 0 9px;
	}

	.bd-titlebox-2wide-black-rc {
		overflow:hidden;
		color:#fff;
		font-size:11px;
		background:#d1d1d1 url(/img/grid/bd-titlebox-2wide-black-rc.gif) no-repeat top;
		height:22px;
		width:276px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 267px;
		padding:6px 0 0 9px;
	}

	.bd-caption-2wide-bc {
		overflow:hidden;
		text-align:center;
		background:url(/img/grid/bd-caption-2wide-bc.gif) no-repeat top;
		width:256px;
		height:36px;
		color:#fff;
		padding-top:5px;
	}

	.bd-caption-2wide-lc {
		overflow:hidden;
		text-align:center;
		background:url(/img/grid/bd-caption-2wide-lc.gif) no-repeat top;
		width:256px;
		height:36px;
		color:#fff;
		padding-top:5px;
	}
	
	.bd-caption-400-lc {
		overflow:hidden;
		text-align:center;
		color:#fff;
		background:#000 url(/img/grid/bd-foot-400-black-lc.gif) no-repeat bottom left;
		width:400px;
		height:24px;
		padding-top:5px;
		margin-bottom:6px;

	}


/* 2wide-gray */
	.bd-box-2wide-gray-bc {
		clear:both;
		background:#d1d1d1 url(/img/grid/bd-foot-2wide-gray-bc.gif) no-repeat bottom left;
		width:276px;
		margin-bottom:6px;
	}

		.bd-head-2wide-gray-bc {
			background:#d1d1d1 url(/img/grid/bd-head-2wide-gray-bc.gif) no-repeat top left;
			width:276px;
			height:9px;
		}

		.bd-head-2wide-gray-lc {
			background:#d1d1d1;
			width:276px;
			height:9px;
		}

		.bd-head-2wide-gray-rc {
			background:#d1d1d1 url(/img/grid/bd-head-2wide-gray-rc.gif) no-repeat top left;
			width:276px;
			height:9px;
		}

		.bd-content-2wide-gray {
			color:#000;
			width:276px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width: 258px;
			padding:6px 9px 10px 9px;
		}
		
	.bd-foot-2wide-full-bc {
		clear:both;
		float:left;
		background:#d1d1d1 url(/img/grid/bd-foot-2wide-full-bc.gif) no-repeat top left;
		width:291px;
		height:9px;
	}



/* 2wide-red */
	.bd-box-2wide-red-bc {
		clear:both;
		background:#ed1c24 url(/img/grid/bd-foot-2wide-red-bc.gif) no-repeat bottom left;
		width:276px;
		margin-bottom:6px;	
	}

	.bd-head-2wide-red-lc {
		background:#ed1c24 url(/img/grid/bd-head-2wide-red-lc.gif) no-repeat top left;
		width:276px;
		height:9px;
	}

	.bd-head-2wide-red-lc.bike-link {
		height:4px;
	}

	.bd-content-2wide-red {
		color:#fff;
		width:276px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 258px;
		padding:0 9px 10px 9px;
	}

	.bd-content-2wide-red a {
		color:#fff;
		font-weight:bold;
	}
	
	.bd-content-2wide-red ul {
		list-style-type: square;
		margin-bottom:9px;
	}
	
	.bd-content-2wide-red ul li {
		color:#fff;
		margin-left:16px;
	}

	.bd-content-2wide-red.bike-title {
		padding:0 9px 4px 9px;
	}

	.bd-content-2wide-red.bike-link {
		padding-bottom:4px;
	}

	.bd-content-2wide-red.bike-link a {
		display:block;
	}

/* 2wide-white */
	.bd-box-2wide-white-bc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-2wide-white-bc.gif) no-repeat bottom left;
		width:276px;
		margin-bottom:6px;
	}

	.bd-box-2wide-white-lc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-2wide-white-lc.gif) no-repeat bottom left;
		width:276px;
		margin-bottom:6px;
	}

		.bd-head-2wide-white-bc {
			background:#fff url(/img/grid/bd-head-2wide-white-bc.gif) no-repeat top left;
			width:276px;
			height:9px;
		}

		.bd-head-2wide-white-lc {
			background:#fff url(/img/grid/bd-head-2wide-white-lc.gif) no-repeat top left;
			width:276px;
			height:9px;
		}

		.bd-head-2wide-white-rc {
			background:#fff url(/img/grid/bd-head-2wide-white-rc.gif) no-repeat top left;
			width:276px;
			height:9px;
		}

		.bd-content-2wide-white {
			color:#000;
			width:276px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width: 258px;
			padding:0 9px 9px 9px;
		}


		.bd-content-2wide-white ul {
			list-style-type: square;
			margin-bottom: 9px;
			padding:0;
		}
	
		.bd-content-2wide-white ul li {
			margin-left:16px;
		}
	
		strong {
			font-size:11px;
			font-weight:bold;
		}

/* 2wide-bnr */
	.bd-box-2wide-bnr {
		clear:both;
		width:276px;
		margin-bottom:6px;	
	}
/* 2wide-bnr */

/* 3wide-white */
	.bd-box-3wide-white-bc {
		float:left;
		background:#fff url(/img/grid/bd-foot-3wide-white-bc.gif) no-repeat bottom left;
		width:417px;
		margin:0 6px 6px 0;
	}

		.bd-head-3wide-white-rc {
			background:#fff url(/img/grid/bd-head-3wide-white-rc.gif) no-repeat top left;
			width:417px;
			height:9px;
		}


		.bd-content-3wide-white {
			color:#000;
			width:417px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:399px;
			padding:0 9px 9px 9px;
		}

/* 4wide-gray */
	.bd-box-4wide-gray-lc {
		clear:both;
		background:#d1d1d1 url(/img/grid/bd-foot-4wide-gray-lc.gif) no-repeat bottom left;
		width:558px;
		margin-bottom:6px;
	}

		.bd-head-4wide-gray-bc {
			background:#d1d1d1 url(/img/grid/bd-head-4wide-gray-bc.gif) no-repeat top left;
			width:558px;
			height:9px;
		}

		.bd-content-4wide-gray {
			color:#000;
			width:558px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:540px;
			padding:2px 9px;
		}
		
	.bd-foot-4wide-full-type1 {
		clear:both;
		background:url(/img/grid/bd-foot-4wide-full-type1.gif) no-repeat top left;
		width:567px;
		height:9px;
	}


/* 4wide-white */
	.bd-box-4wide-white-bc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-4wide-white-bc.gif) no-repeat bottom left;
		width:558px;
		margin-bottom:6px;
	}

	.bd-box-4wide-white-nc {
		clear:both;
		background-color:#fff;
		width:558px;
	}

	.bd-box-4wide-white-lc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-4wide-white-lc.gif) no-repeat bottom left;
		width:558px;
		margin-bottom:6px;
	}

	.bd-box-4wide-white-rc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-4wide-white-rc.gif) no-repeat bottom left;
		width:558px;
		margin-bottom:6px;
	}
	
		.bd-head-4wide-white-bc {
			background:#fff url(/img/grid/bd-head-4wide-white-bc.gif) no-repeat top left;
			width:558px;
			height:9px;
		}

		.bd-head-4wide-white-lc {
			background:#fff url(/img/grid/bd-head-4wide-white-lc.gif) no-repeat top left;
			width:558px;
			height:9px;
		}

		.bd-head-4wide-white-rc {
			background:#fff url(/img/grid/bd-head-4wide-white-rc.gif) no-repeat top left;
			width:558px;
			height:9px;
		}

		.bd-content-4wide-white {
			color:#000;
			width:558px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:540px;
			padding:0 9px 9px 9px;
		}

		.bd-image-4wide-white {
			width:546px;
			height:316px;
			padding:0 6px 6px 6px;
		}

		.bd-content-4wide-white.feature a {
			font-weight:bold;
		}

		.bd-content-4wide-white.feature {
			padding-bottom:0;
		}

		.bd-content-4wide-column {
			width:135px;
			float:left;
			margin-right:6px;
		}


/* 5wide */
	.bd-content-5wide-right {
		margin:0 0 6px 150px;
		width:705px;
	}


/* 6wide-red */
	.bd-box-6wide-red-lc {
		clear:both;
		background:#ed1c24 url(/img/grid/bd-foot-6wide-red-lc.gif) no-repeat bottom left;
		width:840px;
		margin:0 0 6px 9px;
	}

		.bd-head-6wide-red-bc {
			background:#ed1c24 url(/img/grid/bd-head-6wide-red-bc.gif) no-repeat top left;
			width:840px;
			height:9px;
		}

		.bd-content-6wide-red {
			width:840px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:822px;
			padding:0 9px 9px 9px;
		}

/* 6wide-white */
	.bd-box-6wide-white-rc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-6wide-white-rc.gif) no-repeat bottom left;
		width:840px;
		margin:0 0 6px 9px;
	}
	
	.bd-box-6wide-white-bc {
		clear:both;
		background:#fff url(/img/grid/bd-foot-6wide-white-bc.gif) no-repeat bottom left;
		width:840px;
		margin:0 0 6px 9px;
	}
	
	.bd-box-6wide-white-rc.centered {
		text-align:center;
	}
	
		.bd-head-6wide-white-bc {
			background:#fff url(/img/grid/bd-head-6wide-white-bc.gif) no-repeat top left;
			width:840px;
			height:9px;
		}
		
		.bd-head-6wide-white-lc {
			background:#fff url(/img/grid/bd-head-6wide-white-lc.gif) no-repeat top left;
			width:840px;
			height:9px;
		}
		
		.bd-content-6wide-white {
			width:840px; /* ie fix */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:822px;
			padding:0 9px 9px 9px;
		}

		.bd-content-6wide-white.nav a {
			font-weight: bold;
			/*
			font-size:12px;
			margin-left:9px;
			*/
			margin:0;
			padding:0;
		}

/* 6wide-full */
	.bd-head-6wide-full {
		clear:both;
		background:#e5e5e5 url(/img/grid/bd-head-6wide-full.gif) no-repeat top left;
		width:858px;
		height:9px;
	}

	.bd-foot-6wide-full-lc {
		clear:both;
		background:url(/img/grid/bd-foot-6wide-full-lc.gif) no-repeat bottom left;
		width:858px;
		height:9px;
	}

	.bd-foot-6wide-full-bc {
		clear:both;
		background:url(/img/grid/bd-foot-6wide-full-bc.gif) no-repeat bottom left;
		width:858px;
		height:9px;
	}
	
	.bd-foot-6wide-full-rc {
		clear:both;
		background:url(/img/grid/bd-foot-6wide-full-rc.gif) no-repeat bottom left;
		width:858px;
		height:9px;
	}

	#bd-title-6wide {
		width:858px;
		height:84px;
		margin-bottom:6px;
	}


/* === Tab definitions === */

	.tab-left {
		float:left;
		height:20px;
		margin:0 6px 6px 0;
	}
	
	.tab-left a {
		display:block;
		color:#fff;
		text-transform:uppercase;
		font-size:9px;
		background:#000 url(/img/nav/tab-103-left-sprite.gif) no-repeat top left;
		height:17px;
		width:103px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width:94px;
		padding:3px 0 0 9px;
		overflow:hidden;
	}

	.tab-left a:hover {
		text-decoration:none;
		background:#ed1c24 url(/img/nav/tab-103-left-sprite.gif) no-repeat bottom left;
	}
	
	.tab-left a:active {
		text-decoration:none;
		background:#ed1c24 url(/img/nav/tab-103-left-sprite.gif) no-repeat top left;
	}
	
	.tab-left.reverse {
		float:right;
		margin:0 0 6px 6px;		
	}
	
	.tab-right {
		float:right;
		height:20px;
		margin:0 0 6px 6px;
	}

	.tab-right a {
		display:block;
		color:#fff;
		text-align:right;
		text-transform:uppercase;
		font-size:9px;
		background:#000 url(/img/nav/tab-103-right-sprite.gif) no-repeat top left;
		height:17px;
		width:103px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width:94px;
		padding:3px 9px 0 0;
		overflow:hidden;
	}

	.tab-right a:hover {
		text-decoration:none;
		background:#ed1c24 url(/img/nav/tab-103-right-sprite.gif) no-repeat bottom left;
	}
	
	.tab-right a:active {
		text-decoration:none;
		background:#ed1c24 url(/img/nav/tab-103-right-sprite.gif) no-repeat top left;
	}
	
	.tab-selectBox {
		display:inline;
		font-size:10px;
		border:1px solid #333;
		margin-left:6px;
	}

	.tab-box {
		display:inline;
		float:left;
		color:#fff;
		background:#000 url(/img/nav/tab-end-left.gif) no-repeat top left;
		height:17px;
		padding:3px 0 0 9px;
	}
	
	.tab-end-right {
		display:inline;
		float:left;
		background:url(/img/nav/tab-end-right.gif) no-repeat top left;
		width:9px;
		height:20px;
	}

	a.tab-sendimage {
		float:right;
		display:block;
		width:103px;
		height:20px;
		margin:0 9px 0 0;
		overflow:hidden;
	}

	
	.tab-sendimage-preload {
		display:none;
	}

	a.tab-sendvideo {
		float:right;
		display:block;
		width:103px;
		height:20px;
		margin:0 9px 0 0;
		overflow:hidden;
	}


	a.tab-compare {
		float:right;
		display:block;
		width:103px;
		height:20px;
		margin:0;
		padding:0;
		overflow:hidden;
	}

	.tab-dealersubmit {
		float:right;
		display:block;
		width:103px;
		height:20px;
	}

	.faq-header {
		margin:0 0 6px 9px;
	}

	.faq-header-box {
		display:inline;
		float:left;
		overflow:hidden;
		color:#fff;
		text-transform:uppercase;
		background:#000 url(/img/nav/tab-end-left.gif) no-repeat top left;
		height:17px;
		width:268px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 259px;
		padding:3px 0 0 9px;
	}

	.faq-header-box a {
		color:#fff;
	}


	a.bd-corners-112x105 {
		position:absolute;
		width:112px;
		height:105px;
		margin:0px;
	}
	
	.bd-media-nav ul {
		display:inline;
	}

	.bd-media-nav li
	{
		display:block;
		float:left;
		list-style-type: none;
	}

	.bd-media-nav-icon {
		margin-right:6px;
	}
	
	.bd-content-selectBox {
		width:250px;
		display:inline;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		background-color:#f00;
		border:1px solid #333;
		margin:0 0 9px 0;
		padding:0;
	}

	.bd-content-selectBox option {
		color:#ddd;
	}

	.bd-content-selectBox.nontitle {
		font-size:10px;
		font-weight:normal;
		color:#434343;
		background-color:#fff;
	}

	.bd-content-selectBox.nontitle option {
		color:#111;
	}

	.form-contact {
		color:#333;
		font-size:10px;
	}

	.form-contact-field {
		width:245px;
		border:1px solid #333;
		margin-bottom:9px;
	}

	.form-contact-field.half {
		width:125px;		
	}
	

	.form-contact-label {
		clear:left;
		float:left;
		width:100px;
	}

	.form-pagenumber {
		width:12px;
		font-size:10px;
		border:1px solid #999;
		padding:0 2px 0 2px;
	}

	#page-title {
		margin-top:5px;
	}
	
	.gallery-nav {
		clear:both;
		float:right;
		margin-right:0px;
	}

	.gallery-nav li
	{
		display:block;
		float:left;
		list-style-type: none;
	}
	
	.bd-event-date {
		color:#ed1c24;
		font-weight:bold;
		clear:both; 
		float:left;
		width:65px;
	}
	
	.bd-event-description {
		float:left;
		width:180px;
	}
	
	.bd-video-display-full {
		background-color:#000;
		overflow:hidden;
		width:400px;
		height:300px;
		margin:0;
	}
	
	.compare-item-content-1wide-white.centered {
		text-align:center;
	}
	
	.news-media-nav-icon {
		margin-right:5px;
	}
	
	.bd-table-compare {
	}
	
	.bd-table-compare tr td.content {
		background:#fff url(/img/grid/bd-head-1wide-white-rc.gif) no-repeat top left;
		width:135px; /* ie fix */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 125px;
		padding:12px 5px 12px 5px;
	}

	.bd-table-compare tr td.separator {
		width:6px;
	}

	#results b {
		font-weight:bold;
		color:#ed1c24;
	}

	.hidden {
		display:none;
	}

	.ballast {
		visibility:hidden;
		clear:both;
		width:1px;
		height:1px;
		overflow:hidden;
	}
	
	.T12 { font-size:12px;
	line-height:18px;
	}
	.T11A { font-size: 11px;
	line-height: 14px;
	}

/* dr-K */
	.dr-K:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.dr-K { display: inline-block; }
	/* exlude MacIE5 \*/
	* html .dr-K { height: 1% }
	.dr-K { display:block; }
	/* end MacIE5 */
/* dr-K */

/* 保証規定、サイトマップ、ＦＡＱ、カーボン、マニュアル、カタログ　*/

.carbon .bd-box-4wide-white-bc,
.sitemap .bd-box-4wide-white-bc,
.catalog .bd-box-4wide-white-bc,
.wrry .bd-box-4wide-white-bc { padding-bottom: 50px ;
	float: right ;
}
.manual .bd-box-4wide-white-bc { padding-bottom: 150px ;
}
.carbon #MCTS,
.sitemap .bd-box-4wide-white-bc .left-padding,
.manual .bd-box-4wide-white-bc .left-padding,
.catalog .bd-box-4wide-white-bc p,
.wrry .bd-box-4wide-white-bc p { padding: 0 9px ;
}
.carbon .column-2wide-left li,
.sitemap .column-2wide-left li,
.manual .column-2wide-left li,
.catalog .column-2wide-left li,
.wrry .column-2wide-left li { background:transparent url(/img/team/rep_arw.gif) no-repeat scroll 2px center;
	padding-left:10px;
	margin-bottom: 5px ;
}
.catalog h2 { font-weight: bold ;
	font-size: 14px ;
	padding: 10px 0 5px 9px ;
}
.catalog h2.list-top { padding-top: 0px ;
}
.carbon-faq #page-title,
.faq #page-title { margin-left: 0px;
}
.right { float: right ;
}
.carbon .right { padding-top: 5px;
}
.carbon #MCTS-COPY { clear: both ;
}
.carbon #MCTS-COPY ul,
.carbon #MCTS-COPY .cb { padding-left: 103px ;
}
.carbon #MCTS-COPY li { list-style: disc outside ;
	margin-left: 15px ;
}
.carbon #MCTS-COPY .cb { font-weight: bold ;
}
/* 保証規定、サイトマップ、ＦＡＱ、カーボン、マニュアル、カタログ　*/


/* ニュース・ティッカー表示 */
#TICKER { clear: both;
	padding-left: 12px;
	height: 25px;
	background: url(/img/news/ticker_base.gif) no-repeat;
}
#TICKER dl { padding-top: 5px;
}
#TICKER dt { float: left;
	width: 48px;
}
/* ニュース・ティッカー表示 */

