/***************************************************
　GIANT '10 WEB Site
  copyright2007 GIANT-JAPAN. AllRightReserved.

  ファイル概要：スタイルシート
***************************************************/ 

/* CSS Document */


/***************************************************
	デフォルト指定
***************************************************/
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:1.8em;
	word-spacing:normal;
}

/***************************************************
	タグデフォルト指定
***************************************************/
li{
	list-style:none;
}

a{
	text-decoration:none;
	color:#3399CC;
}

a:hover{
	color:#333333;
	text-decoration:underline;
}

h1{
	text-indent:-9999px;
	display:none;
}

h2{
	text-indent:-9999px;
	height:0px;
}

html, body {
   scrollbar-3dlight-color    :#EAEAEA;
   scrollbar-arrow-color      :#EAEAEA;
   scrollbar-darkshadow-color :#CCCCCC;
   scrollbar-face-color       :#EAEAEA;
   scrollbar-highlight-color  :#CCCCCC;
   scrollbar-shadow-color     :#CCCCCC;
   color                      :#333333;
}

img{
 border:none;
}


/***************************************************
	ボディ
***************************************************/
body#main{
   background-image:url(../images/body_bg.jpg);
   background-position:top;
   background-repeat:repeat-x;
   background-color:#f2f0f1;
 font-family: "ヒラギノ角ゴ Pro W3","Osaka",Arial,Helvetica,san-serif;
/* font-family: "Osaka", "ＭＳ ゴシック",verdana,arial,sans-serif; */
/* font-family: "Hiragino Kaku Gothic Pro",Osaka ,Arial, Helvetica, sans-serif; */
}

body#sub{
   background-image:url(../images/body_bg.jpg);
   background-position:top;
   background-repeat:repeat-x;
   background-color:#f2f0f1;
   font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック",verdana,arial,sans-serif;
	/* font-family: "Osaka", "ＭＳ ゴシック",verdana,arial,sans-serif; */
	/* font-family: "Hiragino Kaku Gothic Pro",Osaka ,Arial, Helvetica, sans-serif; */
}

/***************************************************
	エレメント
***************************************************/
input#textbox{
}
input#pass{
  height:20px;
}

input#file{
  height:20px;
}

select{
	margin:0px;
	padding:0px;
}

input{
	margin:0px;
	padding:0px;
}

textarea{
}

/***************************************************
	ページ大枠
***************************************************/
div#main_contener
{
	width:990px;
	margin:0px auto;
	padding:0px;
}

/***************************************************
	ページメインコンテナー
***************************************************/
div#contener{
	width:990px;
	padding:0 0 10px 0;
	margin:0 auto;
}

#contener:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.footer_border{
	border-bottom:solid 1px #a8a8a8;
}

/***************************************************
	ヘッダー
***************************************************/
div#header
{
	width:990px;
}

/***************************************************
	フッタ
***************************************************/
div#footer
{
	width:990px;
	text-align:right;
}

div#footer ul{
	margin:0px;
	padding:0px;
	float:right;
}

div#footer li{
	float:left;
}

/***************************************************
	ページ大枠（別ウインドウページ）
***************************************************/
div#main_contener_sub
{
	width:880px;
	margin:0px auto;
	padding:0px;
}

/***************************************************
	ページメインコンテナー(別ウインドウページ)
***************************************************/
div#contener_sub{
	width:878px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
}

div#contener_sub_inner{
	width:840px;
	margin:20px;
}

div#bike_image_sub
{
	margin:0 0 35px 0;
}

div#color_size
{
	text-align:center;
}

div#color_pipe_sub
{
	text-align:center;
}

div#color_pipe_sub img
{
	margin-right:2px;
	vertical-align:top;
}

/***************************************************
	ヘッダー(別ウインドウページ)
***************************************************/
div#header_sub
{
	width:880px;
	height:35px;
	background:url("../images/sub_head.jpg");
	background-repeat:no-repeat;
	margin:0 0 10px 0;
}

/***************************************************
	フッタ（別ウインドウページ）
***************************************************/
div#footer_sub
{
	width:880px;
	text-align:right;
}

/***************************************************
	メインメニュー
***************************************************/
div#menu
{
	width:990px;
	height:35px;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto 5px auto;
}

div#menu li{
	float:left;
	height:35px;
	display:block;
}

/***************************************************
	トップページ上部左コンテンツ
***************************************************/
div#top_left_contents
{
	width:261px;
	height:334px;
	float:left;
	position:relative;
}

/***************************************************
	トップページサイクルスタイルメニュー
***************************************************/
div#cycle_style_menu
{
	width:261px;
	height:248px;
}

/***************************************************
	トップページダイレクトサーチ
***************************************************/
div#direct
{
	width:261px;
	height:86px;
	background:url(../images/direct_search_bg.jpg) no-repeat 0 0;
}

*html div#direct
{
	margin-top:-4px;
}

div#direct_head{
	width:261px;
	height:33px;
	background:url(../images/title_direct_search.jpg) no-repeat 0 0;
}

div#direct_body{
	width:261px;
}

div#direct_body p{
	width:200px;
	margin:3px auto;
}

div#direct select{
	width:200px;
	font-size:10px;
}

*html div#direct select{
	font-size:9px;
}
*+html div#direct select{
	font-size:9px;
}


/***************************************************
	トップページ上部右コンテンツ（フラッシュエリア）
***************************************************/
div#top_right_contents
{
	width:729px;
	height:334px;
	background:url(../images/img_flash.jpg) no-repeat 0 0;
	float:right;
	position:relative;
}

div#top_right_contents a{
	width:150px;
	height:30px;
	text-indent:-9999px;
	position:absolute;
	top:281px;
	left:290px;
	background:url(../images/saigai_1b.jpg) no-repeat 0 50px;
	display:block;
}


*html .ie_m{
	margin-bottom:-18px;
}

/***************************************************
	トップページ下部左コンテンツ
***************************************************/
div#bottom_left_contents{
	width:324px;
	float:left;
	margin-top:10px;
}


/* 製品情報 */
div#products_head{
	width:324px;
	height:26px;
	background-image:url("../images/title_products_information.jpg");
	background-repeat:no-repeat;
	margin-bottom:8px;
	display:block;
}

div#products_head p{
	padding-top:26px;
	display:block;
	height:0px;
	overflow:hidden;
}


div#products_body{
	width:324px;
	height:110px;
	margin-bottom:10px;
}

/* セールス・キャンペーン */
div#sales_head{
	width:324px;
	height:26px;
	background-image:url("../images/title_sales_campaign.jpg");
	background-repeat:no-repeat;
	margin-bottom:8px;
}

div#sales_body{
	width:324px;
	height:110px;
	margin-bottom:10px;
}

/***************************************************
	トップページ下部中央コンテンツ
***************************************************/
div#bottom_center_contents{
	width:404px;
	float:left;
	margin-top:10px;
	margin-left:14px;
}


/* 最新情報 */
div#news_head{
	width:404px;
	height:26px;
	background-image:url("../images/title_news.jpg");
	background-repeat:no-repeat;
}

div#news_body{
	width:404px;
	height:264px;
	background-color:#e7e7e7;
	margin-bottom:10px;
	padding-top:8px;
}

div#news_body ul{
	margin-left:8px;
}

div#news_body li{
	margin-bottom:4px;
	color:#999999;
}

div#news_body li a{
	color:#444444;
}

div#news_body a{
	line-height:1.8em;
}

/***************************************************
	トップページ下部右コンテンツ
***************************************************/
div#bottom_right_contents{
	width:234px;
	float:right;
	margin-top:10px;
	margin-left:14px;
}


/* 関連サイト */
div#link_head{
	width:234px;
	height:26px;
	background-image:url("../images/title_link.jpg");
	background-repeat:no-repeat;
	margin-bottom:8px;
}

div#link_body{
	width:234px;
	height:272px;
	margin-bottom:10px;
}
/***************************************************
	BIKESページコンテンツ
***************************************************/
div#bikes
{
	width:990px;
	border:solid 1px #bebebe;
	background-color:white;
}
div#bikes:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#bikes_inner
{
	width:951px;
	margin:auto;
}

div#bikes_title{
	width:500px;
	height:55px;
	background:url(../images/title_bikes.jpg) no-repeat 0 bottom; 
	margin:0 auto 0 0;
	position:relative;
	float:left;
}

div#bikes_p{
	width:951px;
	padding-top:0;
	float:left;
	margin:20px 0 20px 0;
	position:relative;
}

#ca_navi{
	width:950px;
	height:74px;
	text-align:right;
	margin:0 1px 0 0;
}

*html #ca_navi{
	margin:0 1px -4px 0;
}


#fd_navi{
	float:left;
	position:relative;
	top:0px;
	left:-1px;
}

div#bikes_archive{
	clear:both;
	margin:0 0 20px 20px;
	height:50px;
}

div#bikes_archive h4{
	background:url(../images/title_archive.jpg) no-repeat 0 0;
	width:74px;
	height:17px;
	text-indent:-9999px;
	margin-bottom:10px;
}

div#bikes_archive ul li{
	display:block;
	float:left;
	margin-right:20px;
	border:solid 1px #CCCCCC;
}

div#bikes_archive ul li a{
	display:block;
	padding:5px 35px;
	text-decoration:underline;
}

div#bikes_archive ul li a:hover{
	display:block;
	padding:5px 35px;
	background:#F5F5F5;	
}


/***************************************************
	バイクスダイレクトサーチ
***************************************************/
div#bikes_direct
{
	width:261px;
	height:103px;
	background:url(../images/bikes_direct_bg.jpg) no-repeat 0 0;
	float:right;
	position:relative;
	left:21px;
	z-index:2;
}


div#bikes_direct_head{
	width:261px;
	height:33px;
	background:url(../images/title_bikes_direct.jpg) no-repeat 0 0;
}

div#bikes_direct_body{
	width:261px;
}

div#bikes_direct_body p{
	width:200px;
	margin:3px auto;
}

div#bikes_direct select{
	width:200px;
	font-size:10px;
}

*html div#bikes_direct select{
	font-size:9px;
}
*+html div#bikes_direct select{
	font-size:9px;
}





/***************************************************
	BIKESページコンテンツ
***************************************************/
div#bikes_content{
	width:990px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
}

div#bikes_content_left{
	width:253px;
	float:left;
	margin:20px 0 20px 18px;
}

*html div#bikes_content_left{
	margin:20px 0 20px 10px;
}

div#bikes_content_left p,a{
	line-height:normal;
}

*html div#bikes_content_left p,a{
	line-height:normal;
}


div#bikes_content_right{
	width:716px;
	float:right;
	margin:20px 0px 20px 0;
	position:relative;
}

/* カテゴリページナビボタン */
div#bikes_content_right #ca_img{
	position:relative;
	z-index:0;
	display:block;
	width:695px;
	height:452px;
}

div#bikes_content_right #CA01FD01 a{
	display:block;
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:207px;
	left:472px;
	border: none 0px;
	z-index: 120;
	background:url(../images/space.gif);
}
div#CA01FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:260px;
	left:472px;
	z-index:130;
	background:url(../images/space.gif);
}
div#CA01FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:310px;
	left:472px;
	z-index:140;	
	background:url(../images/space.gif);
}

div#CA02FD01 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:209px;
	left:472px;
	z-index:2;	
	background:url(../images/space.gif);
}
div#CA02FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:260px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA02FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:310px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}

div#CA03FD01 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:216px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA03FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:267px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA03FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:320px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}


div.bikes_sub_content{
	width:340px;
	float:left;
	border:solid 1px #444444;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content_head{
	width:340px;
	background-color:#444444;
	color:white;
}

div.bikes_sub_content_head p{
	padding-left:5px;

}

div.border_color_P{
	border-left:solid 5px #0079c0;
}

div.border_color_L{
	border-left:solid 5px #f4b800;
}

div.bikes_sub_content_body{
	width:325px;
	padding-bottom:5px;
}

div.seriese_head{
	width:335px;
	margin:10px 0 8px 10px;
}
*html div.seriese_head{
	width:325px;
}

div.seriese_body{
	width:320px;
	margin:0px 0 15px 10px;
}

div.seriese_image{
	float:left;
	margin-right:5px;
}

div.seriese_body li{
	line-height:1.2em;
	/* font-family: "Osaka", "ＭＳ ゴシック",verdana,arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


div.bikes_sub_content1{
	width:340px;
	float:left;
	clear:left;
	border:solid 1px #444444;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content2{
	width:340px;
	float:left;
	border:solid 1px #444444;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content3{
	width:340px;
	float:left;
	border:solid 1px #444444;
	margin-top:-5px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content5{
	width:340px;
	float:left;
	clear:left;
	border:solid 1px #444444;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content6{
	width:340px;
	float:left;
	border:solid 1px #444444;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content6 .bikes_sub_content_body{
	width:325px;
	padding-bottom:0px;
	margin-bottom:-5px;
}





*html div.bikes_sub_content3{
	margin-top:-15px;
}

*+html div.bikes_sub_content3{
	margin-top:-15px;
}


/***************************************************
	BIKE詳細ページコンテンツ
***************************************************/
div#bike_datail_content{
	width:990px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
}

div#bike_datail_content_title{
	margin:20px 0 0 0px;
}

div#bike_datail_content #cate_navi{
	width:950px;
	margin:10px auto 0 auto;
}

div#bike_datail_content #cate_navi ul li{
	float:left;
	display:block;
	margin-right:5px;
}

div#bike_datail_content #cate_navi ul li a{
	text-decoration:underline;
	color:#aaaaaa;
}

div#bike_datail_content #cate_navi ul li.arrow{
	background:url(../images/icon_arrow.jpg) no-repeat 0 center;
	padding-left:12px;
	text-indent:0.3em;
}

div#bike_datail_content #pan{
	clear:both;
	width:622px;
	background:#585745;
	color:#FFF;
	text-indent:5px;
	margin-top:5px;
	padding:3px;
}

div#bike_datail_content #pan a{
	color:#FFF;
}

div#bike_datail_content_left{
	width:640px;
	float:left;
	margin:0 0 10px 20px;
	position:relative;
}

*html div#bike_datail_content_left{
	margin:0 0 10px 10px;
}


div#bike_datail_content_right{
	width:300px;
	float:right;
	margin:0 18px 10px 0;
}

*html div#bike_datail_content_right{
	margin:0 10px 10px 0;
}

/***************************************************
　バイク詳細画面　共通
***************************************************/
div#bike_frame{
	width:628px;
	border:solid 1px #c1c1c1;
	margin-top:-1px;
	position:relative;
	z-index:1;
}

*html div#bike_frame{
	padding-bottom:10px;
}

*+html div#bike_frame{
	position:relative;
	z-index:1;
	padding-bottom:10px;
}

#tab_menu{
	position:absolute;
	top:149px;
	left:345px;
}

*html #tab_menu{
	top:155px;
}

*+html #tab_menu{
	top:155px;
}



div#bike_tab_outline,div#bike_tab_fullspec,
#bike_tab_outline_active,div#bike_tab_fullspec_active{
	float:left;
	text-indent:-9999px;
	width:96px;
	height:29px;
	z-index:2;
	position:relative;
	margin:0;
}

div#bike_tab_geometory,
div#bike_tab_geometory_active{
	float:left;
	text-indent:-9999px;
	width:93px;
	height:29px;
	z-index:2;
	position:relative;
	margin:0;
}

div#bike_tab_outline a{
	background-image:url("../images/tab_photo_off.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
	float:left;
}

div#bike_tab_outline a:hover{
	background-image:url("../images/tab_photo_on.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
}

div#bike_tab_outline_active{
	background-image:url("../images/tab_photo_on.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
	float:left;
}

div#bike_tab_fullspec a{
	background-image:url("../images/tab_fullspec_off.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
	float:left;
}

div#bike_tab_fullspec a:hover{
	background-image:url("../images/tab_fullspec_on.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
}

div#bike_tab_fullspec_active{
	background-image:url("../images/tab_fullspec_on.jpg");
	background-repeat:no-repeat;
	width:96px;
	height:29px;
	float:left;
}

div#bike_tab_geometory a{
	background-image:url("../images/tab_geometory_off.jpg");
	background-repeat:no-repeat;
	width:93px;
	height:29px;
	float:left;
}

div#bike_tab_geometory a:hover{
	background-image:url("../images/tab_geometory_on.jpg");
	background-repeat:no-repeat;
	width:93px;
	height:29px;
}

div#bike_tab_geometory_active{
	background-image:url("../images/tab_geometory_on.jpg");
	background-repeat:no-repeat;
	width:93px;
	height:29px;
	float:left;
}

div#bike_kyotsu{
	margin:10px 3px 12px 2px;
	font-family: Arial, Helvetica, sans-serif;
}

div#bike_kyotsu table{
	width:98%;
	border-collapse:collapse;
}

div#bike_kyotsu th{
 	vertical-align:top;
	text-align:left;
}

div#bike_kyotsu td{
 	vertical-align:top;
	text-align:left;
}

.other_model{
	font-weight:bold;
	font-size:16px;
	letter-spacing:0em;
	line-height:normal;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #ccc;
}

div#bike_comment{
	margin-top:2px;
	height:155px;
}

p.comment_cap{
	font-weight:bold;
	line-height:1.3em;
	font-family: "ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック",Arial,Helvetica,san-serif;
	color:#666666;
}

p.comment{
	font-size:10px;
	line-height:1.45em;
	letter-spacing:0;
	
	font-family: "ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック",Arial,Helvetica,san-serif;
}

div#bike_series{
}


div#bike_series li{
	width:296px;
	font-size:11px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	height:60px;
	border:solid 1px #ccc;
	margin-bottom:10px;
}

div#bike_series li .s_img{
	display:block;
	float:left;
	border-right:solid 1px #ccc;
	margin-right:5px;
}

div#bike_series li .p_name{
	padding:22px 0 0 0px;
	line-height:normal;
}


/***************************************************
　バイク詳細画面　アウトライン
***************************************************/
div#outline_area_top{
	width:628px;
}

div#bike_img
{
	width:580px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}

div#bike_stpi{
}

.vari_img{
	margin:0 5px;
	border:#DDDDDD solid 1px;
}

div#bike_status{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

div#bike_status img{
	padding-right:15px;
}

div#color_pipe
{
	margin-left:5px;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
}

div#color_pipe img
{
	margin-right:2px;
	vertical-align:top;
}

/***************************************************
　バイク詳細画面　フルスペック
***************************************************/
div#fullspec_area{
	margin-bottom:20px;
}

div#fullspec_area table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:auto;
	margin-top:20px;
}


div#fullspec_area th
{
	width:120px;
	height:35px;
	border-bottom:solid 1px #438cbf;
	background-color:#F5F5F5;
	font-weight:bold;
	color:#438cbf;
	white-space:nowrap;
	text-align:left;
	text-indent:10px;
}

div#fullspec_area td
{
	width:470px;
	height:35px;
	padding-left:15px;
	border-bottom:solid 1px #438cbf;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
}


/***************************************************
　バイク詳細画面　ジオメトリ
***************************************************/
div#geometory_area{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

div#geometory_area table{
	border-collapse:collapse;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

div#geometory_area th
{
	border:solid 1px gray;
	background-color:#A49A91;
	font-weight:bold;
	color:#438cbf;
}

div#geometory_area .bike_image{
	margin-top:10px;
	margin-left:90px;
	margin-bottom:10px;
}

div#geometory_area td
{
	border:solid 1px gray;
	font-weight:normal;
	white-space:nowrap;
	text-align:center;
	padding:3px;
}

/***************************************************
　バイク詳細画面　比較　選択ドロップダウン
***************************************************/
div#bike_hikaku{
	margin-top:20px;
	width:628px;
}

div#bike_hikaku_head{
	width:628px;
	height:19px;
	background-image:url("../images/text_hikaku.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

div#bike_hikaku_body{
	width:628px;
	height:93px;
	background-image:url("../images/hikaku_bg.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:5px;
}

div#bike_hikaku_tasya{
	padding:20px 0px 10px 20px;
}

div#bike_hikaku_tasya img{
	vertical-align:middle;
}

*html div#bike_hikaku_tasya img{
	padding-bottom:5px;
}
*+html div#bike_hikaku_tasya img{
	padding-bottom:5px;
}

body:first-of-type div#bike_hikaku_tasya img{
	padding-bottom:3px;
}


div#bike_hikaku_kakaku{
	padding:0px 0px 5px 20px;
}

div#bike_hikaku_kakaku img{
	vertical-align:middle;
}

*html div#bike_hikaku_kakaku img{
	padding-bottom:5px;
}
*+html div#bike_hikaku_kakaku img{
	padding-bottom:5px;
}

body:first-of-type div#bike_hikaku_kakaku img{
	padding-bottom:3px;
}

div#bike_hikaku form{
	padding:0px;
	margin:0px;
}

div#bike_hikaku select{
	height:18px;
	font-size:10px;
}


/***************************************************
　バイク詳細画面　比較ページ
***************************************************/
div.bike_kyotsu th{
	width:60px;
	vertical-align:top;
	text-align:left;
}

/* 比較画面テーブル用 */
.spec table
{
	margin-top:10px;
	margin-bottom:10px;
	table-layout:fixed;
	border-collapse:collapse;
}

.spec th
{
	width:100px;
	height:45px;
	border:solid 1px #999999;
	background-color:#EAEAEA;
	font-size:90%;
	font-weight:bold;
	color:#438cbf;	
	white-space:nowrap;
}

.spec td
{
	width:300px;
	height:45px;
	padding-left:5px;
	border:solid 1px #999999;
	vertical-align:middle;
	font-size:90%;
	white-space:normal;
	font-family:Arial, Helvetica, sans-serif;
}





/***************************************************
	サブページ用
***************************************************/
div#cate_content
{
	width:1028px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:0px;
}

div#cate_content table
{
	width:600px;
	height:auto;
	table-layout:fixed;
}

div#cate_content th
{
	width:125px;
	height:auto;
	padding:10px;
}

div#cate_content td
{
	width:475px;
	height:auto;
	padding:10px;
}

.old_model
{
	margin-left:15px;
}

.cate_box
{
	width:660px;
	height:100px;
	margin:10px 0px 20px 15px;
	padding:0px;
	background-color:#CCCCCC;
}

.cate_box img
{
	margin-right:20px;
	float:left;
	clear:left;
}

.cate_box p
{
	font-size:90%;
	margin-top:-1px;
}

#cate_road
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_road a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color:#EC008C;
}

#cate_mountain
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_mountain a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color: #0066FF;
}

#cate_lifestyle
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_lifestyle a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color: #479F93;
}

/***************************************************
　各サブページヘッダー
***************************************************/
div#sub_header
{
	width:950px;
	height:auto;
	margin:0px;
	padding:0px;
}

*html div#sub_header{
	margin-top:-15px;
}

div#sub_header img
{
	margin-top:10px;
}

div#sub_header h1
{
	text-indent:-9999px;
	width:0px;
	height:0px;
}

div#sub_header_sarch h2
{
	margin-top:1px;
	margin-right:5px;
	font-size:90%;
	float:left;
	clear:left;
}

div#sub_header_sarch
{
	margin-top:20px;
	margin-right:50px;
	padding:0px;
	float:right;
	clear:right;
}

/***************************************************
　各サブページコンテンツ
***************************************************/
div#sub_content
{
	width:711px;
	height:auto;
	float:right;
	margin-top:10px;
}

*html div#sub_content
{
	margin-right:-2px;
}

div#sub_content a
{
	text-decoration:none;
}

/***************************************************
　バイク一覧メニュー
***************************************************/
div#sub_content_menu
{
	width:207px;
	height:auto;
	margin-left:17px;
	margin-top:13px;
	float:left;
}

*html div#sub_content_menu
{
	margin-left:8px;
}

div#sub_content_menu_head
{
	width:207px;
	height:33px;
	background-image:url("../images/sub_navi_menu_header.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

*+html div.sub_content_menu_catehead{
	width:207px;
	height:26px;
	margin-bottom:8px;
}

div#sub_content_menu ul
{
	margin:0px;
	margin-top:-6px;
	padding:0px;
}
*html div#sub_content_menu ul{
	margin-top:0px;
}

div#sub_content_menu li
{
	list-style:none;
	margin-left:0px;
	text-decoration:none;
	background-image:url("../images/sub_navi_menu_bg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:207px;
	min-height:24px;
	/* height:24px; */
	text-indent:15px;
}

div#sub_content_menu li a
{
}

div#sub_content_menu li a:hover
{
}

div#sub_content_menu .select_bg
{
	background-image:url("../images/sub_navi_menu_bg2.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .bg_acc
{
	background-image:url("../images/acc/sub_navi_acc_menu_bg.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .select_bg_acc
{
	background-image:url("../images/acc/sub_navi_acc_menu_bg_over.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .li_bg
{
	background-image:url("../images/acc/sub_navi_acc_menu_p_bg.jpg");
	background-repeat:repeat-y;
	background-position:top;
	text-indent:-12px;
	padding-left:25px;
	padding-right:15px;
	width:167px;
}

*html div#sub_content_menu .li_bg{
	padding-top:5px;
	padding-bottom:5px;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

div#sub_content_menu .li_select_bg
{
	background-image:url("../images/acc/sub_navi_acc_menu_p_bg_over.jpg");
	background-repeat:repeat-y;
	background-position:top;
	text-indent:-10px;
	padding-left:25px;
	padding-right:15px;
	width:167px;
}

*html #div#sub_content_menu .li_select_bg{
	padding-top:2px;
	padding-bottom:2px;
}

/* ACC用リストマーク */
.mark{
	background-color:#FFFFFF;
}

div#sub_content_menu_foot
{
	width:207px;
	height:17px;
	background-image:url("../images/sub_navi_menu_footer.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

/***************************************************
　ショップリスト
***************************************************/
div#dealers{
	width:990px;
	border:solid 1px #bebebe;
	background-color:white;
}

div#map_area{
	width:718px;
	height:452px;
	border: solid 1px #CCC;
	padding:10px 0 0 40px;
	margin-top:10px;
}

*+html div#map_area{	
	margin-top:11px;
}

*html div#map_area{	
	width:720px;
	padding:10px 0 0 40px;
	margin-top:11px;
}


div#dealers_title{
	width:945px;
	height:55px;
	background-image:url("../images/dealers/title_dealers.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#shop_status_coment
{
	margin:auto;
	height:auto;
	width:945px;
	padding-top:20px;
}

*+html div#shop_status_coment
{
	margin:auto  auto -20px auto;
}

*html div#shop_status_coment
{
	margin:auto  auto -20px auto;
}


div#shop_status_coment table
{
	/* table-layout:fixed; */
	border-collapse: collapse;
	width:450px;
	background-color:#f9f9f9;
	border:solid 1px #EAEAEA;
}


div#shop_status_coment th
{
	width:182px;
	padding:8px;
}

div#shop_status_coment td
{
	width:216px;
	vertical-align:top;
	padding:8px;
}

div#shop_status_coment dd{
	line-height:1.3em;
	margin-top:2px;
	height:83px;
}

div#shop_status_coment #giant_store{
	text-align:right;
}

div#shop_status_coment #gpm{
	display:none;
}

*+html div#shop_status_coment #gpm{
	display:inline;
	margin-top:1px;
}


*html div#shop_status_coment #gpm{
	display:block;
	height:0;
	margin-top:-4px;
}

div#shop_list_submenu{
	width:169px;
	float:left;
	margin-left:25px;
}

*html div#shop_list_submenu{
	width:169px;
	height:auto;
	float:left;
	margin-left:12px;
	margin-right:10px;
}

div.shop_list_sub_head{
	margin-top:1px;
}

*+html div.shop_list_sub_head{
	width:169px;
	height:35px;
	padding:0;
}

*html div.shop_list_sub_head{
	margin:0px 0 -3px 0;
	width:169px;
	height:35px;
	padding:0;
}

div.shop_list_sub_body{
	border:solid 1px #cccccc;
	padding:3px 1px 3px 3px;
	word-break:keep-all;
}

*html div.shop_list_sub_body{
	border:solid 1px #cccccc;
	padding:5px 3px 3px 3px;
	margin:-7px 0 1px 0;
}

span.shop_list_sub_city{
	margin-left:3px;
}

div#shop_list_city2menu{
	width:169px;
	margin:0 0 25px 25px;
	float:left;
	font-size:25px;
	font-weight:bold;
	line-height:1em;
}

*html div#shop_list_city2menu{
	margin:0 0 25px 12px;
}

div#shop_list_city2{
	width:742px;
	margin:0 0 25px 25px;
	float:left;
}

div#shop_list_city2 img{
	margin-bottom:5px;
}

div#shop_list_city2 select{
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Osaka",Arial,Helvetica,san-serif;
}

*+html div#shop_list_city2 select{
	margin-bottom:20px;
}

*html div#shop_list_city2 select{
	margin-bottom:20px;
}

div#shop_list_table
{
	margin:0 25px 8px 0;
	width:758px;
	float:right;
}

*+html div#shop_list_table
{
	margin:3px 25px 8px 0;
}

*html div#shop_list_table
{
	margin:2px 0 8px 0px;
	width:760px;
	float:left;
}


div#shop_list_table .title
{
	width:742px;
	float:right;
	font-size:16px;
	color:#5c6f7d;
	line-height:1em;
	margin-bottom:10px;
}

div#shop_list_table table
{
	table-layout:fixed;
	border-collapse:collapse;
	float:right;
}

div#shop_list_table th
{
	width:50px;
	padding:3px;
	border: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	font-weight:normal;
}

div#shop_list_table td
{
	padding:3px 8px;
	border: solid 1px #CCCCCC;
}

div#shop_list_table a
{
	color:#0066FF;
}

div#shop_gpm_coment dt
{
	font-weight:bold;
	color:#657681;
}

div#shop_store p
{
	margin-bottom:5px;
}


table.g_store{
	margin-bottom:20px;
	width:743px;
}

table.g_store tr th, table.g_store_inside tr th{
	border:none;
	padding:0!important;
	margin:0;
	background:none!important;
}


table.g_store dt{
	float:left;
	width:80px;
}

table.g_store dd{
	width:400px;
}

table.g_store p, table.g_store dl{
	margin-left:8px;
}

table.g_store_inside{
	margin-bottom:20px;	
	width:743px;
}

table.g_store_inside dt{
	float:left;
	margin-right:15px;
}

table.g_store_inside dd{
	float:left;
}

table.g_store_inside p, table.g_store_inside dl{
	margin-left:5px;
}

table.gpd_other{
	width:743px;
}
/***************************************************
　キャンペーン用ショップリスト
***************************************************/
div#shop_list_table_cam
{
	margin:0 auto;
	padding:0;

}

div#shop_list_table_cam .title
{
	margin-bottom:20px;
}

/* 戻るリンク */
div#shop_list_table_cam #pan{
	width:840px;
	text-align:right;
	margin:auto;
}

div#shop_list_table_cam table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:0 auto;
	border:solid 1px #CCCCCC;
}

div#shop_list_table_cam th
{
	width:50px;
	padding:3px;
	border: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	font-weight:bold;
	color:#666666;
}

div#shop_list_table_cam td
{
	padding:3px 8px;
	border: solid 1px #CCCCCC;
	background:#FFF;
}


div#shop_list_table_cam a
{
	color:#0066FF;
}

/***************************************************
　プライバシーポリシー
***************************************************/
div#privacy
{
	width:990px;
	border:solid 1px #bebebe;
	background-color:white;
}

div#privacy_inner
{
	width:945px;
	margin:auto;
}

div#privacy_title{
	width:945px;
	height:55px;
	background-image:url("../images/title_privacy.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#privacy p
{
	margin-top:35px;
	margin-bottom:25px;
}

div#privacy dt{
	border-left:solid 20px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
}

div#privacy dd{
	padding:5px 20px;
	margin-bottom:20px;
}

/***************************************************
　アバウト　会社概要
***************************************************/
div#about
{
	width:800px;
	height:auto;
	margin:auto;
}

div#about p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#about table{
	border-collapse:collapse;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

div#about th{
	width:100px;
	padding:3px 3px 3px 10px;
	text-align:left;
	font-weight:normal;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
}

div#about td{
	width:500px;
	padding:3px 3px 3px 10px;
	text-align:left;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
}

/***************************************************
　テクノロジー
***************************************************/
div#technology{
	width:990px;
	height:auto;
	border:solid 1px #dddddd;
	background-color:#eeeeee;
	position:relative;
}

div#technology:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


div#technology_title{
	width:235px;
	height:51px;
	background:url("../images/tech/title_tecnology.png") 0 10px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

div#tech_main{
	background:url(../images/tech/bg_body_technology_single.jpg) no-repeat 0 0;
	width:678px;
	height:auto;
	float:left;
	padding:0 20px 15px 20px;
	position:relative;
}
div#tech_menu{
	float:left;
	margin:0 0 0 2px;
}

div#tech_menu h3#tech{
	display:block;
	font-size:12px;
	height:28px;
	text-indent:inherit;
	color:#777;
	margin-top:8px;
	margin-left:10px;
}
.blue_line{
	border:solid 1px #5590B9;
}
.mr15{
	margin-right:15px;
}

div#tech_menu ul li{
	list-style:none;
	display:block;
	width:268px;
	height:35px;
	border-top: solid 1px #ddd;
}

div#tech_menu ul li a{
	list-style:none;
	display:block;
	width:268px;
	height:35px;
	text-indent:-9999px;
}

div#tech_menu ul li#tech_menu01{
	background:#FFF url(../images/tech/ADV_SL_button.jpg) no-repeat 0 0;	
}
div#tech_menu ul li#tech_menu02{
	background:#FFF url(../images/tech/ADV_button.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu03{
	background:#FFF url(../images/tech/TRINITY_button.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu04{
	background:#FFF url(../images/tech/COMP_button.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu05{
	background:#FFF url(../images/tech/ALUXX_button.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu06{
	background:#FFF url(../images/tech/compact_button.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu07{
	background:#FFF url(../images/tech/MAESTRO_button.jpg) no-repeat 0 0;
}

div#tech_menu ul li#tech_menu01 a:hover{
	background:#77adcf url(../images/tech/ADV_SL_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu02 a:hover{
	background:#77adcf url(../images/tech/ADV_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu03 a:hover{
	background:#77adcf url(../images/tech/TRINITY_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu04 a:hover{
	background:#77adcf url(../images/tech/COMP_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu05 a:hover{
	background:#77adcf url(../images/tech/ALUXX_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu06 a:hover{
	background:#77adcf url(../images/tech/compact_button_over.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu07 a:hover{
	background:#77adcf url(../images/tech/MAESTRO_button_over.jpg) no-repeat 0 0;
}

div#tech_menu ul li#tech_menu01_act{
	background:#004274 url(../images/tech/ADV_SL_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu02_act{
	background:#004274 url(../images/tech/ADV_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu03_act{
	background:#004274 url(../images/tech/TRINITY_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu04_act{
	background:#004274 url(../images/tech/COMP_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu05_act{
	background:#004274 url(../images/tech/ALUXX_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu06_act{
	background:#004274 url(../images/tech/compact_button_act.jpg) no-repeat 0 0;
}
div#tech_menu ul li#tech_menu07_act{
	background:#004274 url(../images/tech/MAESTRO_button_act.jpg) no-repeat 0 0;
}







div#technology table{
	margin:20px auto 0px auto;
}

div#technology th{
	padding:9.5px 2px;
	width:125px;
	text-align:center;
	vertical-align:top;
}

div#technology td{
	width:815px;
	padding:15px 2px;
	vertical-align:top;
}

div#technology td p{
	font-size:12px;
}

div#technology .titlelogo_left{
	float:left;
	width:320px;

}

div#technology .titlelogo_right{
	float:right;
	width:180px;
	text-align:right;
}

div#technology2{
	margin-top:50px;
	margin-bottom:40px;
}


/* acvanced sl */
div#technology #advanced_sl{
	width:593px;
	height:379px;
	margin:0 auto 30px auto;
	background-image:url("../images/tech/professiona_bg.png");
	background-repeat:no-repeat;
	background-position:top;
}

div#tech_main h2#title_pro{
	background:url(../images/tech/title_professional.png) no-repeat 0 0;
	width:302px;
	height:23px;
	margin:20px 0 15px 0;
}

div#tech_main #tech_icon{
	position:absolute;
	right:20px;
	top:20px;
}

div#tech_main div#advanced_sl_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_off.png) no-repeat -453px -100px;
	top:259px;
	left:515px;
	width:150px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_on.png) no-repeat -453px -100px;
	top:259px;
	left:515px;
	width:150px;
	height:30px;
	text-indent:-9999px;
}

div#tech_main div#advanced_sl_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_off.png) no-repeat -150px -40px;
	top:199px;
	left:212px;
	width:260px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_on.png) no-repeat -150px -40px;
	top:199px;
	left:212px;
	width:260px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_off.png) no-repeat -260px -110px;
	top:269px;
	left:322px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_on.png) no-repeat -260px -110px;
	top:269px;
	left:322px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_04 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_off.png) no-repeat 0px -120px;
	top:279px;
	left:62px;
	width:190px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_04 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_on.png) no-repeat 0px -120px;
	top:279px;
	left:62px;
	width:190px;
	height:30px;
	text-indent:-9999px;
}

div#tech_main div#advanced_sl_menu_05 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_off.png) no-repeat -90px -285px;
	top:444px;
	left:152px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}
div#tech_main div#advanced_sl_menu_05 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_professiona_on.png) no-repeat -90px -285px;
	top:444px;
	left:152px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}





/* advanced composite */
div#technology #advanced_composite{
	width:584px;
	height:391px;
	margin:0 auto 30px auto;
	background:url(../images/tech/high-performance_bg.png) no-repeat 0 0;
}

div#tech_main h2#title_high{
	background:url(../images/tech/title_high-performance.png) no-repeat 0 0;
	width:375px;
	height:23px;
	margin:20px 0 15px 0;
}

div#tech_main #tech_icon{
	position:absolute;
	right:20px;
	top:20px;
}


div#tech_main div#advanced_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_off.png) no-repeat -185px -42px;
	top:185px;
	left:252px;
	width:200px;
	height:25px;
	text-indent:-9999px;
}
div#tech_main div#advanced_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_on.png) no-repeat -185px -42px;
	top:185px;
	left:252px;
	width:200px;
	height:25px;
	text-indent:-9999px;
}
div#tech_main div#advanced_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_off.png) no-repeat -355px -55px;
	top:198px;
	left:422px;
	width:200px;
	height:75px;
	text-indent:-9999px;
	z-index:5;
}
div#tech_main div#advanced_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_on.png) no-repeat -355px -55px;
	top:198px;
	left:422px;
	width:200px;
	height:75px;
	text-indent:-9999px;
}

div#tech_main div#advanced_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_off.png) no-repeat -465px -85px;
	top:228px;
	left:532px;
	width:120px;
	height:75px;
	text-indent:-9999px;
	z-index:10;
}
div#tech_main div#advanced_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_on.png) no-repeat -465px -95px;
	top:238px;
	left:532px;
	width:120px;
	height:60px;
	text-indent:-9999px;
}

div#tech_main div#advanced_menu_04 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_off.png) no-repeat -235px -350px;
	top:493px;
	left:302px;
	width:160px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_menu_04 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_on.png) no-repeat -235px -350px;
	top:493px;
	left:302px;
	width:160px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#advanced_menu_05 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_off.png) no-repeat -73px -267px;
	top:410px;
	left:140px;
	width:160px;
	height:75px;
	text-indent:-9999px;
}
div#tech_main div#advanced_menu_05 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_high-performance_on.png) no-repeat -73px -267px;
	top:410px;
	left:140px;
	width:160px;
	height:75px;
	text-indent:-9999px;
}


/* trinity advanced */
div#technology #trinity{
	width:584px;
	height:391px;
	margin:0 auto 30px auto;
	background:url(../images/tech/trinity_bg.png) no-repeat 0 0;
}

div#tech_main h2#title_trinity{
	background:url(../images/tech/title_trinity.png) no-repeat 0 0;
	width:375px;
	height:23px;
	margin:20px 0 15px 0;
}

div#tech_main #tech_icon{
	position:absolute;
	right:20px;
	top:20px;
}


div#tech_main div#trinity_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_off.png) no-repeat -30px -60px;
	top:218px;
	left:97px;
	width:165px;
	height:35px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_on.png) no-repeat -30px -60px;
	top:218px;
	left:97px;
	width:165px;
	height:35px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_off.png) no-repeat -255px -55px;
	top:213px;
	left:322px;
	width:155px;
	height:115px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_on_02.png) no-repeat -255px -55px;
	top:213px;
	left:322px;
	width:155px;
	height:115px;
	text-indent:-9999px;
}

div#tech_main div#trinity_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_off.png) no-repeat -422px -95px;
	top:253px;
	left:490px;
	width:200px;
	height:25px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_on.png) no-repeat -422px -95px;
	top:253px;
	left:490px;
	width:200px;
	height:25px;
	text-indent:-9999px;
}

div#tech_main div#trinity_menu_04 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_off.png) no-repeat -205px -105px;
	top:263px;
	left:272px;
	width:120px;
	height:110px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_04 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_on.png) no-repeat -205px -105px;
	top:263px;
	left:272px;
	width:120px;
	height:110px;
	text-indent:-9999px;
}

div#tech_main div#trinity_menu_05 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_off.png) no-repeat -263px -300px;
	top:458px;
	left:330px;
	width:130px;
	height:75px;
	text-indent:-9999px;
}
div#tech_main div#trinity_menu_05 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_trinity_on.png) no-repeat -263px -300px;
	top:458px;
	left:330px;
	width:130px;
	height:75px;
	text-indent:-9999px;
}

/* GIANT composite */
div#technology #composite{
	width:618px;
	height:389px;
	margin:0 auto 30px auto;
	background:url(../images/tech/btn_performance_off.png) no-repeat 0 0;
}

div#tech_main h2#title_composite{
	background:url(../images/tech/title_performance.png) no-repeat 0 0;
	width:375px;
	height:23px;
	margin:20px 0 15px 0;
}


div#tech_main div#composite_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_off.png) no-repeat -200px -53px;
	top:211px;
	left:250px;
	width:188px;
	height:35px;
	text-indent:-9999px;
}
div#tech_main div#composite_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_on.png) no-repeat -200px -53px;
	top:211px;
	left:250px;
	width:188px;
	height:35px;
	text-indent:-9999px;
}


div#tech_main div#composite_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_off.png) no-repeat -375px -55px;
	top:213px;
	left:425px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}
div#tech_main div#composite_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_on_2.png) no-repeat -375px -55px;
	top:213px;
	left:425px;
	width:160px;
	height:70px;
	text-indent:-9999px;
}

div#tech_main div#composite_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_off.png) no-repeat -440px -87px;
	top:245px;
	left:490px;
	width:200px;
	height:45px;
	text-indent:-9999px;
}
div#tech_main div#composite_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_on.png) no-repeat -440px -87px;
	top:245px;
	left:490px;
	width:200px;
	height:45px;
	text-indent:-9999px;
}

div#tech_main div#composite_menu_04 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_off.png) no-repeat -280px -355px;
	top:513px;
	left:330px;
	width:150px;
	height:30px;
	text-indent:-9999px;
}
div#tech_main div#composite_menu_04 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_on.png) no-repeat -280px -355px;
	top:513px;
	left:330px;
	width:120px;
	height:50px;
	text-indent:-9999px;
}

div#tech_main div#composite_menu_05 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_off.png) no-repeat 0px -192px;
	top:350px;
	left:50px;
	width:130px;
	height:150px;
	text-indent:-9999px;
}
div#tech_main div#composite_menu_05 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_performance_on.png) no-repeat 0px -192px;
	top:350px;
	left:50px;
	width:130px;
	height:150px;
	text-indent:-9999px;
}

/* aluxx */
div#technology #aluxx{
	width:643px;
	height:350px;
	margin:auto;
	background:url(../images/tech/btn_aluxx_off.png) no-repeat 0 0;
	margin-top:60px;
}

div#tech_main h2#title_aluxx{
	background:url(../images/tech/title_custom_tuned.png) no-repeat 0 0;
	width:375px;
	height:23px;
	margin:20px 0 15px 0;
}


div#tech_main div#aluxx_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_off.png) no-repeat 0 -28px;
	top:211px;
	left:37px;
	width:220px;
	height:80px;
	text-indent:-9999px;
}
div#tech_main div#aluxx_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_on.png) no-repeat 0 -28px;
	top:211px;
	left:37px;
	width:220px;
	height:80px;
	text-indent:-9999px;
}


div#tech_main div#aluxx_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_off.png) no-repeat -390px 0;
	top:183px;
	left:427px;
	width:160px;
	height:45px;
	text-indent:-9999px;
}
div#tech_main div#aluxx_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_on.png) no-repeat -390px 0;
	top:183px;
	left:427px;
	width:160px;
	height:45px;
	text-indent:-9999px;
}

div#tech_main div#aluxx_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_off.png) no-repeat -452px -82px;
	top:265px;
	left:490px;
	width:200px;
	height:65px;
	text-indent:-9999px;
}
div#tech_main div#aluxx_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_on.png) no-repeat -452px -82px;
	top:265px;
	left:490px;
	width:200px;
	height:65px;
	text-indent:-9999px;
}

div#tech_main div#aluxx_menu_04 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_off.png) no-repeat -398px -182px;
	top:365px;
	left:436px;
	width:240px;
	height:50px;
	text-indent:-9999px;
}
div#tech_main div#aluxx_menu_04 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_aluxx_on.png) no-repeat -398px -182px;
	top:365px;
	left:436px;
	width:240px;
	height:50px;
	text-indent:-9999px;
}


/* maestro */
div#technology #maestro{
	width:555px;
	height:400px;
	margin:auto;
	background:url(../images/tech/btn_maestro_off.png) no-repeat 0 0;
	position:relative;
}

div#tech_main h2#title_maestro{
	background:url(../images/tech/title_maestro.png) no-repeat 0 0;
	width:407px;
	height:23px;
	margin:20px 0 15px 0;
}

div#tech_main div#maestro_01{
	position:relative;
	top:-15px;
}

div#tech_main div#maestro_01 p{
	margin-bottom:20px;
}


div#tech_main div#maestro_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_off.png) no-repeat 0 -70px;
	top:431px;
	left:81px;
	width:220px;
	height:40px;
	text-indent:-9999px;
}
div#tech_main div#maestro_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_on.png) no-repeat 0 -70px;
	top:431px;
	left:81px;
	width:220px;
	height:40px;
	text-indent:-9999px;
}


div#tech_main div#maestro_menu_02 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_off.png) no-repeat -70px -220px;
	top:581px;
	left:151px;
	width:170px;
	height:25px;
	text-indent:-9999px;
}
div#tech_main div#maestro_menu_02 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_on.png) no-repeat -70px -220px;
	top:581px;
	left:151px;
	width:170px;
	height:25px;
	text-indent:-9999px;
}

div#tech_main div#maestro_menu_03 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_off.png) no-repeat -290px -242px;
	top:603px;
	left:372px;
	width:230px;
	height:65px;
	text-indent:-9999px;
}
div#tech_main div#maestro_menu_03 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_maestro_on.png) no-repeat -290px -242px;
	top:603px;
	left:372px;
	width:230px;
	height:65px;
	text-indent:-9999px;
}

/* compact_road */
div#technology #compactroad{
	width:233px;
	height:200px;
	margin:auto;
	margin-top:50px;
	margin-left:443px;
}

div#tech_main h2#title_compactroad{
	background:url(../images/tech/title_compact_road.png) no-repeat 0 0;
	width:375px;
	height:23px;
	margin:20px 0 15px 0;
}

div#tech_main div#compactroad_menu_01 a{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_compact_off.png) no-repeat 0 0;
	top:174px;
	left:463px;
	width:233px;
	height:174px;
	text-indent:-9999px;
}
div#tech_main div#compactroad_menu_01 a:hover{
	position:absolute;
	display:block;
	background:url(../images/tech/btn_compact_on.png) no-repeat 0 0;
	top:174px;
	left:463px;
	width:233;
	height:174px;
	text-indent:-9999px;
}

div#tech_main #compactroad_02{
	position:absolute;
	top:170px;
}

div#tech_main #compactroad_02 p{
	margin-bottom:20px;
}



/***************************************************
　お問合せ
***************************************************/
div#contact{
	width:989px;
	height:auto;
	border:solid 1px #bebebe;
	background-color:#ededee;
	/*background-image:url("../images/tech/tech_img_bg.jpg");*/
	background-repeat:no-repeat;
	position:relative;
}

div#contact_title{
	width:945px;
	height:55px;
	background-image:url("../images/contact/title_faq.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#contact #btn{
	float:right;
	position:relative;
	top:-25px;
	right:280px;
}

div#contact_inner{
	width:945px;
	margin:25px auto 0 auto;
}

div#contact_inner dl dt strong{
	font-size:14px;
	font-weight:bold;
	color:#226daa;
	margin-right:3px;
}

div#contact_inner dl {
	border-left:solid 5px #CCC;
	margin-bottom:20px;
	margin-left:2px;
}


div#contact_inner dl dt{
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:solid 1px #CCC;
	margin-left:5px;
}

div#contact_inner dl dt.d_link{
	color:#06F;
}

div#contact_inner dl dt.d_link a{
	color:#06F;
}


div#contact_inner dl dd{
	padding:5px 0 5px 0;
	margin-left:5px;
}
/***************************************************
　お問合せサブページ
***************************************************/
div#contact_sub_title{
	width:945px;
	height:55px;
	background-image:url("../images/contact/title_contact.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}
div#contact #btn2{
	float:right;
	position:relative;
	top:-25px;
	right:280px;
}


div#contact_sub_inner{
	width:945px;
	margin:25px auto 0 auto;
}

div#contact_sub_inner dl dt strong{
	font-size:14px;
	font-weight:bold;
	color:#226daa;
	margin-right:3px;
}

div#contact_sub_inner dl {
	margin-bottom:20px;
	margin-left:0px;
}


div#contact_sub_inner dl dt{
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:solid 1px #CCC;
	margin-left:0px;
}

div#contact_sub_inner dl dt.d_link{
	color:#06F;
}

div#contact_sub_inner dl dt.d_link a{
	color:#06F;
}


div#contact_sub_inner dl dd{
	padding:5px 0 5px 5px;
	border-left:solid 3px #CCC;
	margin:10px 0 0 0;
}


/***************************************************
　アクセサリーページ
***************************************************/

/*-------------------------------------------------
アクセサリートップ、カテゴリー画面
-------------------------------------------------*/
div#acc{
	width:990px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
}

#acc:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#acc_title{
	width:948px;
	height:55px;
	background-image:url("../images/acc/title_acc.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#acc_cate1{
	width:948px;
	margin:0 auto 20px auto;
}

#acc_cate1:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#acc_cate1 li{
	width:464px;
	height:102px;
	margin-top:20px;
}

div#acc_cate1 li.acc_left{
	float:left;
}

div#acc_cate1 li.acc_right{
	float:right;
}

div#acc_tab{
	margin:auto;
	margin-top:20px;
	width:945px;
	height:29px;
	z-index:10;
	position:relative;
}

div#acc_category_body{
	margin:-1px auto 20px auto;
	width:943px;
	border:solid 1px #bebebe;
	z-index:0;
}

#acc_category_body:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

*html div#acc_category_body{
	margin-top:-5px;
}

div#acc_category_body_inner{
	margin:12px 0 3px 12px;
	width:98%;
}

*html div#acc_category_body_inner{
	margin-bottom:6px;
}

*+html div#acc_category_body_inner{
	margin-bottom:10px;
}

#acc_category_body_inner:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#acc_category_body_inner li{
	width:302px;
	height:102px;
	margin-right:6px;
	float:left;
	margin-bottom:7px;
}

/*-------------------------------------------------
アクセサリ商品詳細画面
-------------------------------------------------*/

/* 商品詳細から戻るボタン */
div#acc_back{
	text-align:right;
	margin-right:5px;
}

/* 商品中分類名ヘッダー */
div#acc_cate2_head{
	background-color:#0057BA;
	border:solid 1px #0057BA;
	color:white;
	text-indent:10px;
	width:500px;
	font-weight:bold;
}

div#acc_product_body_left{
	width:500px;
	border-left:solid 1px #bebebe;
	border-right:solid 1px #bebebe;
	border-bottom:solid 1px #bebebe;
	background-color:white;
	float:left;
	margin-bottom:7px;
}

div#acc_product_body_inner{
	
	width:97%;
	margin:auto;
	margin-bottom:8px;

}

.acc_product_title{
	font-size:16px;
	font-weight:bold;
	color:#666666;
	padding-top:8px;
}
.acc_product_title_kana{
	font-size:15px;
	font-weight:bold;
	color:#0057BA;
	line-height:0.9em;
}

p.acc_product_kakaku{
	margin-top:12px;
}

div#acc_product_image{
	text-align:center;
}

div#acc_product_big_comment_body{
	margin-top:5px;
	padding:0;
	font-size:110%;
}


div#acc_product_comment_head{
	width:49px;
	height:13px;
	background-image:url(../images/acc/text_comment.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
}

div#acc_product_comment_body{
	margin-top:3px;
	background-color:#efefef;
	padding:5px;
}

div#acc_product_vari_head{
	width:84px;
	height:13px;
	background-image:url(../images/acc/text_variation.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
}

div#acc_product_vari_body{
	margin-top:8px;
	background-color:#e5e5e5;
	clear:both;
}

#acc_product_vari_body:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div.acc_product_vari{
	width:70px;
	height:9em;
	float:left;
	text-align:center;
	margin:12px 0 6px 12px;
}

*html div.acc_product_vari{
	margin:3px 2px 0px 5px;
	height:10em;
}


div.acc_product_vari p{
	margin-top:3px;
}

div.acc_product_vari a{
	font-size:10px;
	font-weight:bold;
}

div#acc_product_body_right{
	width:400px;
	float:right;
}

div#acc_series{
}

div#acc_series li{
	float:left;
	width:122px;
	margin-right:10px;
	line-height:1.3em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	height:157px;
	font-weight:bold;
}

div#acc_series p{
	line-height:1.4em;
}

div#acc_product_image_l{
	margin-top:20px;
	width:800px;
	text-align:center;
}

.t_indent{
	margin-left:55px;
	position:relative;
	width:400px;
	display:block;
	text-indent:-5px;	
}

*html .t_indent{
	margin-left:40px;
	position:relative;
	width:390px;
	padding-left:5px;
	display:block;
	text-indent:1px;
		
}
.w100{
	width:60px;
	display:block;
	float:left;
	position:relative;
	}
	
*html .w100{
	width:55px;
}
/***************************************************
　エラーページ
***************************************************/
div#error
{
	width:990px;
	height:500px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
	margin:auto;
	text-align:center;
}

*html div#error{
	height:500px;
}

*+html div#error{
	height:500px;
}

div#error p
{
	width:100%;
	margin-top:230px;
	background-color:#CCCCCC;
	color:white;
}

/***************************************************
　TCR SE キャンペーンページ
***************************************************/
div#tcr_se
{
	width:990px;
	background-color:white;
	margin-bottom:20px;
	position:relative;
	z-index:0;
}

div#tcr_se img{
	position:relative;
	z-index:1;
	display:block;
}

div#tcr_se #se01 a{
	display:block;
	width:120px;
	height:30px;
	background:url(../images/space.gif);
	position:absolute;
	top:80px;
	left:25px;
	z-index:2;
	text-indent:-9999px;
}

div#tcr_se #se02 a{
	display:block;
	width:120px;
	height:30px;
	background:url(../images/space.gif);
	position:absolute;
	top:680px;
	left:25px;
	z-index:3;
	text-indent:-9999px;
}

div#tcr_se #se03 a{
	display:block;
	width:120px;
	height:30px;
	background:url(../images/space.gif);
	position:absolute;
	top:680px;
	left:808px;
	z-index:3;
	text-indent:-9999px;
}

div#tcr_se #se04 a{
	display:block;
	width:120px;
	height:30px;
	background:url(../images/space.gif);
	position:absolute;
	top:80px;
	left:808px;
	z-index:3;
	text-indent:-9999px;
}

/***************************************************
　サンプルページ
***************************************************/
div#sample
{
	width:990px;
	border:solid 1px #bebebe;
	background-color:white;
}

div#sample_inner
{
	width:945px;
	margin:auto;
}

div#sample_title{
	width:945px;
	height:55px;
	background-image:url("../images/dealers/title_dealers.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}


/***************************************************
　CRS HB
***************************************************/
div#crs_hb
{
	width:990px;
	background-color:white;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
	z-index:0;
}

div#crs_hb h2#crs_title{
	background:url(../images/campaign/title_01.jpg) no-repeat 0 0;
	width:868px;
	height:30px;
	margin:25px auto;
}

div#crs_hb h2#crs_title_sub{
	background:url(../images/campaign/title_sub.jpg) no-repeat 0 0;
	width:241px;
	height:29px;
	margin:10px 0 25px 58px;
}

div#crs_info{
	width:430px;
	height:auto;
	float:left;
	margin-left:60px;
	margin-right:5px;
}

div#crs_info h3{
	background:url(../images/campaign/title_sub_02.jpg) no-repeat 0 0;
	width:252px;
	height:36px;
	text-indent:-9999px;
	margin-bottom:10px;
}

div#crs_info p{
	line-height:150%;
	font-family: "ＭＳ Ｐゴシック";
	margin-left:2px;
	margin-bottom:16px;
}

.line{
	width:863px;
	margin:20px 0 20px 60px;
}

div#csr_spec{
	width:230px;
	height:auto;
	float:left;
	margin-left:56px;
	margin-top:20px;
	margin-bottom:40px;
}
div#csr_spec h3{
	background:url(../images/campaign/bike_name.jpg) no-repeat 0 0;
	width:99px;
	height:24px;
	text-indent:-9999px;
}

div#csr_spec p#text01{
	background:url(../images/campaign/text_price.jpg) no-repeat 0 0;
	width:187px;
	height:16px;
	text-indent:-9999px;
	margin-top:5px;
}
div#csr_spec p#text02{
	background:url(../images/campaign/text_size.jpg) no-repeat 0 0;
	width:187px;
	height:15px;
	text-indent:-9999px;
}
div#csr_spec p#text03{
	background:url(../images/campaign/text_weight.jpg) no-repeat 0 0;
	width:187px;
	height:14px;
	text-indent:-9999px;
}
div#csr_spec p#text04{
	background:url(../images/campaign/text_spec.jpg) no-repeat 0 0;
	width:229px;
	height:123px;
	text-indent:-9999px;
	margin-bottom:10px;
}

div#csr_bike{
	width:595px;
	height:auto;
	float:left;
	position:relative;
}

div#csr_bike #asist_img{
	position:absolute;
	top:20px;
	left:438px;
}
div#csr_bike #bike_img{
	margin-top:70px;
	margin-left:50px;
}

div#btn_area{
	width:866px;
	height:auto;
	clear:both;
	margin:20px auto;
}

div#btn_area ul li{
	display:block;
	float:left;
	height:64px;
	text-indent:-9999px;
}
div#btn_area ul li a{
	display:block;
	float:left;
	height:64px;
	width:285px;
}

div#btn_area ul li#btn_01 {
	background:url(../images/campaign/btn_01.jpg) no-repeat 0 0;
	width:291px;
}
div#btn_area ul li#btn_01 a:hover{
	background:url(../images/campaign/btn_01_on.jpg) no-repeat 0 0;
	width:291px;
}
div#btn_area ul li#btn_02 {
	background:url(../images/campaign/btn_02.jpg) no-repeat 0 0;
	width:288px;
}
div#btn_area ul li#btn_02 a:hover{
	background:url(../images/campaign/btn_02_on.jpg) no-repeat 0 0;
	width:288px;
}
div#btn_area ul li#btn_03 {
	background:url(../images/campaign/btn_03.jpg) no-repeat 0 0;
	width:285px;
}
div#btn_area ul li#btn_03 a:hover{
	background:url(../images/campaign/btn_03_on.jpg) no-repeat 0 0;
	width:285px;
}

/*
 CSR HB サブページ　テーブル
*/

.pan_asist{
	margin-left:60px;
	margin-top:5px;
}

div#crs_hb table{
	table-layout:fixed;
	border-collapse:collapse;
	margin:0 auto;
}

div#crs_hb th{
	background:#e7fffc;
	width:302px;
	text-align:center;
	border:solid 1px #ededed;
	font-weight:normal;
	padding:5px 0;
}
div#crs_hb th.th2{
	background:#e7fffc;
	width:102px;
	text-align:center;
	border:solid 1px #ededed;
}
div#crs_hb th.th3{
	background:#e7fffc;
	width:199px;
	text-align:center;
	border:solid 1px #ededed;
}

div#crs_hb td{
	background:#f7f7f7;
	width:560px;
	text-align:center;
	border:solid 1px #ededed;
	padding:5px 0;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++
　CLASS
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 区切線div用 */
div.b{
	margin            :5px;
	border-color      :#5A3D1B;
	border-bottom-style:dotted;
}

/* hr */
hr{
	border-color      :gray;
}


/*テキストエリア*/
textarea{
	border-width      :1px;
}


/* メイン色（赤茶） */
.m-color01{
	background-color  :#984C29;
}

/* メイン色（黄緑） */
.m-color02{
	background-color  :#BBD230;
}

/* メイン色3（薄赤茶） */
.m-color03{
	background-color  :#5A3D1B;
}

/* センタ */
.center{
	text-align        :center;
}

/* レフト */
.left{
	text-align        :left;
}

/* ライト */
.right{
	text-align        :right;
}

/* トップ */
.top{
	vertical-align    :top;
}

/* ミドル */
.middle{
	vertical-align    :middle;
}

/* ボトム */
.bottom{
	vertical-align    :bottom;
}

/* フォントサイズ中大 */
.font-middlebig{
	font-size         :18px;
}

/* フォントサイズ中 */
.font-middle{
	font-size         :16px;
}

/* フォントサイズ小 */
.font-ssmall{
	font-size         :11px;
}

/* フォントサイズ最小 */
.font-sssmall{
	font-size         :10px;
}

/* 余白3ピクセル */
.p3{
	padding           :3px;
}

/* 余白5ピクセル */
.p5{
	padding           :5px;
}

/* 余白10ピクセル */
.p10{
	padding           :10px;
}

.h15{
	height:15px;
}

.mt1{
	margin-bottom:1px;
}

.mtb10{
	margin:20px 0 10px;
}
.mb20{
	margin-bottom:20px;
}

.mb10{
	margin-bottom:10px;
}

.mb8{
	margin-bottom:8px;
}

.mb3{
	margin-bottom:3px;
}

.mt5{
	margin-top:5px;
}
.mb4{
	margin-bottom:4px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb11{
	margin-bottom:11px;
}

.mb4{
	margin-bottom:4px;
}

.mr2{
	margin-right:2px;
}

.mr4{
	margin-right:4px;
}

.mr5{
	margin-right:5px;
}

/* テーブル
.table{
	text-align        :left;
	background-color  :#CCCC99;
	border            :solid 1px gray;
	table-layout      :fixed;
	border-collapse   :collapse;
}
*/

/* 背景コーポレートカラー青 */
.b-color01{
	color             :white;
	background-color  :#0567A6;
}

/* 背景濃いオレンジ色 */
.b-color02{
	color             :white;
	background-color  :#EEC900;
}

/* 背景コーポレートカラーグレー */
.b-color03{
	background-color  :#C0C0C0;
}

/* 背景薄いオレンジ色 */
.b-color04{
	background-color  :#FFEC8B;
}

/* 背景白色 */
.b-color05{
	background-color  :#FFFFFF;
}

/* 背景灰色 */
.b-color06{
	background-color  :#CCCC99;
}

/* 背景薄青色 */
.b-color07{
	background-color  :#F5F5F5;
}

/* フォントカラーロード */
.a-fontR a{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.a-fontR a:hover{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/* フォントカラーマウンテン */
.a-fontM a{
	font-size:12px;
	font-weight:bold;
	color:#599cb7;
}

.a-fontM a:hover{
	font-size:12px;
	font-weight:bold;
	color:#97cedf;
}

/* フォントカラーライフスタイル */
.a-fontL a{
	font-size:12px;
	font-weight:bold;
	color:#f08200;
}

.a-fontL a:hover{
	font-size:12px;
	font-weight:bold;
	color:#f45000;
}

/* フォントカラーアクセサリー */
.a-fontA a{
	font-size:12px;
	font-weight:bold;
	color:#8d6d90;
}

.a-fontA a:hover{
	font-size:12px;
	font-weight:bold;
	color:#FF3399;
}

/* フォントカラーアウトライン項目名 */
.f-color04{
	color:#657681;

}

.b-color-w
{
	background-color:#FFFFFF;
}

/* 更新情報枠 */
/*.whatnew-data{
	padding           :5px;
	border            :solid 1px #CCCCCC;
	background-color  :#F5F5F5;
	height            :180px;
	overflow          :auto;
}
*/
/* ※事項 */
.check-data{
	color             :#FF0066;
}

/* ※事項 */
.check-data2{
	color             :blue;
}

/* 囲み線 */
.border{
	border            :solid 1px gray;
}

/* iframe */
.iframe{
	border-width      :0px;

}

.clear{
	clear:both;
}

.f-size_small{
	font-size:10px;
}

.line
{
	margin-bottom:5px;
}

.bold{
	font-weight:bold;
}

.pointer{
	cursor:pointer
}

.fl{
	float:left;
}

/* ダイレクトサーチ用 */
.select_01{
	background-color:#FFCCCC;
}

.select_02{
	background-color:#FFFFFF;
}






/*++++++++++++++++++++++++++++++++++++++++++++++++++
　以下未使用？
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/***************************************************
　アバウト　20周年記念
***************************************************/
div#cam_20th
{
	margin-bottom:-10px;
}

div#cam_20th_link{
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#CCCCCC;
}

/***************************************************
　アーカイブ
***************************************************/
div#archives{
	width:800px;
	margin:auto;
	margin-bottom:20px;
}

div#archives table{
	width:800px;
	margin:auto;
	border-collapse:collapse;
}

div#archives th{
	text-align:center;
}

div#archives td{
	vertical-align:top;
	text-align:center;
	padding-top:10px;
}

/***************************************************
TCR AD SL LTD
***************************************************/
div#tcr_ltd #bottomarea h2{
	background:url(../images/text_special_point.jpg) no-repeat;
	text-indent:-9999px;
	width:121px;
	height:16px;
	margin-bottom:15px;
	margin-left:25px;
}


div#tcr_ltd #bottomarea{
	padding-top:15px;
	width:850px;
	margin:auto;
	clear:both;
}

div#tcr_ltd #bottomarea table{
	margin:auto;
}

div#tcr_ltd #bottomarea th{
	padding:0px 10px 0px 10px;
	width:200px;
}

div#tcr_ltd #bottomarea td{
	padding:0px 12px 10px 12px;
	vertical-align:top;
	font-size:10px;
	text-align:center;	
}

*html div#tcr_ltd #bottomarea td{
	font-size:9px;
}

*+html div#tcr_ltd #bottomarea td{
	font-size:9px;
}

div#tcr_ltd #bottomarea img{
	border:solid 1px #CCCCCC;
}


/***************************************************
　2011 春モデルページ
***************************************************/
div#sprign_new
{
	width:990px;
	background-color:white;
	margin-bottom:20px;
}

*+html div#sprign_new img{
	display:block;
}
*html div#sprign_new img{
	display:block;
}

div#sprign_new h3#new_model
{
	background:#dedede url(../images/campaign/title_new_model.jpg) no-repeat 0 0;
	width:990px;
	height:21px;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}

div#sprign_new h3#new_color
{
	background:#dedede url(../images/campaign/title_new_color.jpg) no-repeat 0 0;
	width:990px;
	height:21px;
	text-indent:-9999px;
	margin:0 auto 15px auto;
	clear:both;
}


div#sprign_new .bike_box
{
	width:465px;
	height:270px;
	float:left;
	padding:10px 5px;
	margin-left:10px;
	background:#fff url(../images/campaign/line_h.jpg) no-repeat right 0;
}

div#sprign_new .bike_box_s
{
	width:465px;
	height:164px;
	float:left;
	padding:10px 5px 0 5px;
	margin-left:10px;
	background:#fff url(../images/campaign/line_h.jpg) no-repeat right 0;
}


div#sprign_new .bike_box2
{
	width:465px;
	height:270px;
	float:left;
	padding:10px 5px;
	background:#fff;
	margin-left:10px;
}

div#sprign_new .bike_box2_s
{
	width:465px;
	height:164px;
	float:left;
	padding:10px 5px;
	background:#fff;
	margin-left:10px;
	margin-bottom:10px;
}




div#sprign_new .bike_box .r_area, div#sprign_new .bike_box2 .r_area
{
	width:200px;
	float:left;
	margin-left:8px;
}

div#sprign_new .bike_box_s .r_area, div#sprign_new .bike_box2_s .r_area
{
	width:200px;
	float:left;
	margin-left:8px;
}




/***************************************************
　RIDE GIANT キャンペーンページ
***************************************************/
div#ridegiant{
	width:950px;
}

div#ridegiant img{
	float:left;
}

/***************************************************
　検索条件入力
***************************************************/
div#search_input
{
	width:800px;
	height:auto;
	margin:auto;
}

div#search_input p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#search_input dt{
	border-left:solid 20px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
	margin-bottom:10px;
}

div#search_input dd{
	padding:5px 20px;
	margin-bottom:20px;
}

div#search_input table{
	border-collapse:collapse;
	border:solid 1px #cccccc;
}

div#search_input th{
	width:150px;
	padding:2px;
	border:solid 1px #cccccc;
	background-color:#F5F5F5;
	font-weight:normal;
	color:#438cbf;
	white-space:nowrap;
	text-align:left;
	text-indent:10px;
}

div#search_input td
{
	padding:5px;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
	border:solid 1px #cccccc;
}

/***************************************************
　検索条件リスト表示
***************************************************/
div#search_list
{
	width:880px;
	height:auto;
	margin:auto;
}

div#search_list p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#search_list img
{
}

div#search_list dt{
	border-left:solid 20px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
	margin-bottom:10px;
}

div#search_list dd{
	padding:5px 20px;
	margin-bottom:20px;
}

div#search_list table{
	border-collapse:collapse;
}

div#search_list th{
	padding:2px;
	border:solid 1px #cccccc;
	background-color:#F5F5F5;
	font-weight:normal;
	color:#438cbf;
	white-space:nowrap;
	text-align:center;
}

div#search_list td
{
	padding:0 5px;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
	border:solid 1px #cccccc;
}

div#search_list .back-R
{
	background-image:url("../images/bike_menu_road.jpg");
}

div#search_list .back-M
{
	background-image:url("../images/bike_menu_mountain.jpg");
}

div#search_list .back-L
{
	background-image:url("../images/bike_menu_lifestyle.jpg");
}

/***************************************************
　キャンペーン&ショップリスト
***************************************************/
div#campaign
{
	width:720px;
	margin:auto;
}

div#campaign img
{
	margin-top:-5px;
	padding:0px;
}


div#campaign_shop
{
	width:710px;
	margin:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*IE7*/
*+html campaign_shop
{
	width:700px;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#campaign_shop table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:5px auto 5px auto;
	border:solid 1px #CCCCCC;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

div#campaign_shop th
{
	padding:5px 0px;
	/*border-top: solid 1px #CCCCCC;*/
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px  #003399;
	border-left: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

div#campaign_shop td
{
	padding:5px;
	/*border-top: solid 1px #CCCCCC;*/
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	text-decoration:none;
	font-size:10px;
}


/*IE*/
*html div#campaign_shop th
{
	padding:5px 0px 5px 0px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}



*html div#campaign_shop td
{
	padding:5px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	text-decoration:none;
	font-size:11px;
}


div#campaign_shop a
{
	color:#0066FF;
	font-size:11px;
}


div#sub_footer

{
	margin-right:0px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}

.cap{
	font-size:10px;
	margin-top:5px;
	margin-left:15px;
}


.mt-20
{
	margin-top:20px;
}

.mb-10
{
	margin-bottom:10px;
}

.mb-9
{
	margin-bottom:9px;
}


.mr-10{
	margin-right:10px;
}

.mr-20{
	margin-right:20px;
}


.f-l{
	float:left;
}

.f-r{
	float:right;
}

.strong{
	font-weight:bold;
}

.mbbig{
	margin-bottom:10px;
}