@charset "EUC-JP";


/* クリア */
.clear {
	clear: both;
	float: none;
	height: 0px;
}

/* ボディ */
body {
	height: auto;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}



/* 全体を囲む要素 */
#wrapper {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: auto;
	margin-left: auto;
}


/* コンテナ */
#container_home{
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#container_home:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html #container_home {
  height: 1em;
  overflow: visible;
}
/*￥*/
#container_home a {
  color: #000099;
}
#container_home a:hover {
  color: #000099;
  text-decoration: none;
}



h3 .site_intro{
	font-size:11px;
	line-height:115%;
	color:#333333;
	font-weight:normal;
}
h2 .site_concept{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-bottom:8px;
}		


/*home専用左2カラム*/
#twobox_home {
float:left;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:13px;
font-weight:normal;
line-height:19px;
width:640px;
}
#twobox_home:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html #twobox_home {
  height: 1em;
  overflow: visible;
}
/*￥*/
#twobox_home #twobox_l{
	width:150px;
	float:left;
}
#twobox_home #twobox_r{
	width:480px;
	float:right;
}


#menulist {
	float: left;
	width: 138px;
	border: 1px solid #003366;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom:15px;}

#menulist .mlist {
	/*width: 148px;*/
}
/*右メニュー*/
#rightbox_home {
color: #333333;
float: right;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 13px;
font-weight: normal;
line-height: 19px;
list-style-type: none;
width: 300px;
}
#rightbox_home:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html #rightbox_home {
  height: 1em;
  overflow: visible;
}
/*￥*/

/*フォント関連*/
/*フォントサイズ*/
#menulist,
#menulist h2,
#menulist h3,
#menulist .mlist li {
	font: 12px/30px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #006699;
}

#menulist,
#menulist h2 a,
#menulist .mlist li a  { color:#0033CC;
text-decoration:none;}
#menulist h3 a{
	color:#CC0000;
}

#menulist,
#menulist h2 a:hover,
#menulist h3 a:hover,
#menulist .mlist li a:hover  {
	color: #FF6600;
	text-decoration: none;
}



/*フォントウェイト*/
#menulist h2,
#menulist h3 { font-weight: bold; 
}
#menu #menulist .mlist li { padding-left: 8px; }
#menu #menulist .mlist .up {
	background-image: url(../img/top/icon_up.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 30px;
	float: left;
}

#menulist .mlist li .arrow {
	background-image: url(../homeimg/home/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 12px;
	float: left;
	display: block;
}

/*装飾関連*/
/*下線ドット*/
#menulist h2,
#menulist h3,
#menulist .mlist li {
	background-image: url(../homeimg/home/dot.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	clear: both;
}
	


#twobox_l h2{
	background-color: #03356A;
	display: block;
	width: 135px;
	height: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 5px 10px;
	font-size: 12px;
}
/*アーカイブ記事*/
#menulist h3 span.archive {
	background-image: url(../homeimg/menu/menu_icon01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*動画*/
#menulist h3 span.movie {
	background-image: url(../homeimg/menu/menu_iconmovie.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

#menulist h3 span.photo {
	background-image: url(../homeimg/menu/menu_icon02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*バイク*/
#menulist h3 span.bike {
	background-image: url(../homeimg/menu/menu_icon03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

#menulist h3 span.custom {
	background-image: url(../homeimg/menu/menu_icon04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*ライテク*/
#menulist h3 span.ridetech {
	background-image: url(../homeimg/menu/menu_icon05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*ツーリング*/
#menulist h3 span.touring {
	background-image: url(../homeimg/menu/menu_icon06.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*女性ライダー*/
#menulist h3 span.lady {
	background-image: url(../homeimg/menu/menu_icon07.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*パーツ・用品*/
#menulist h3 span.parts {
	background-image: url(../homeimg/menu/menu_icon08.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*メンテナンス*/
#menulist h3 span.maintenance {
	background-image: url(../homeimg/menu/menu_icon09.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*車輌カタログ*/
#menulist h3 span.catalog {
	background-image: url(../homeimg/menu/menu_icon11.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*コラム*/
#menulist h3 span.column {
	background-image: url(../homeimg/menu/menu_icon10.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}
/*特集記事*/
#menulist h3 span.feature{
	background-image: url(../homeimg/menu/menu_icon12.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}


/* コンセプト */
.topmessage {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: "Osaka−等幅", "ＭＳ Ｐゴシック";
	font-weight: normal;
	color: #000000;
}

/* 更新情報 */
#newbox {
	width: 640px;
	margin-bottom: 15px;
}
#newbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #newbox {
    height: 1em;
    overflow: visible;
}
/*\*/
#newbox .lbox {
	width: 420px;
	float: left;
}
#newbox .midashi {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:3px;
	padding-top:5px;
}
#newbox .rbox {
	float: right;
	width: 218px;
	padding: 10px;
	background-color: #FAF7E6;
	font-size: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #726250;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:4px solid #726250;
}
.sismedia_bar {
	background-color:#726250;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-top: 5px;
	text-align:center;
}
#newbox .rbox li {
	margin-bottom: 3px;
	list-style-image: url(../homeimg/home/list_red.gif);
	margin-left: 15px;
	padding: 0px;
}
.newbox {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #999999;
	width: 100%;
	font-size: 12px;
}
.newbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*￥*/
* html .newbox {
    height: 1em;
    overflow: visible;
}
/*￥*/
.newbox .bigmidashi {
	font-familyy:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
}
.newbox a img {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.newbox a:hover img {
	border: 1px solid #FF0000;
}

/* 見出し関連 */
.midashi_big480 {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 10px;
  clear: both;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  background-image: url(../homeimg/home/midashi_big480.jpg);
  background-repeat: no-repeat;
}
.midashi_big460 a{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 13px;
  color: #FFFFFF!important;
}

/* オススメ */
.boxfour {
	width: 640px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
    overflow: hidden;
}
.boxfour:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .boxfour {
    height: 1em;
    overflow: visible;
}
/**/
.boxfour li {
	list-style-type: none;
	margin-bottom: 6px;
}
.boxfour_left {
	float: left;
	width: 316px;
}
.boxfour_right {
	float: right;
	width: 316px;
}
.boxfour_minileft {
	float: left;
	width: 144px;
}
.boxfour_miniright {
	float: right;
	width: 144px;
}
.border_boxfour_minileft {
	float: left;
	width: 156px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #fcfcfc;
	line-height: 17px;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.border_boxfour_miniright {
	float: right;
	width: 156px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-color: #fcfcfc;
	line-height: 17px;
	color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* お知らせ＆プレゼント */
#news_box {
	width: 460px;
	font-size:13px;
}
#news_box :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #news_box  {
	height: 1em;
	overflow: visible;
	margin-bottom: 10px;
}
/*\*/
.news_box_l{
	width:95px;
	margin-right:5px;
	float:left;
	font-size:11px;
	line-height:130%;
}
.news_box_l a{
	text-decoration:none!important;
}
.news_box_r{
	width:350px;
	float:right;
}
#news_box .news_box_r li {
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-image: url(../homeimg/icon/new.gif);
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
}
#news_box .news_box_r li a{
	font-size:12px;
	text-decoration:none;
}


/*ニュース見出し*/
.news_midashi{
	width:240px;
	margin:0;
	padding:0;
	clear:both;
	height:30px;
}
.news_midashi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .news_midashi{
    height: 1em;
    overflow: visible;
}
.news_midashi img{
	vertical-align:bottom;
}
.news_midashi_left{
	float:left;
	width:175px;
	margin:0px;
	padding:0px;
}
.news_midashi_right{
	float:right;
	width:65px;
	margin:0px;
	padding:0px;
}
.news_inner {
	width: 228px;
	margin-bottom: 10px;
	padding: 5px;
	font-size:13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.news_inner li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	list-style-image: url(../homeimg/home/list.gif);
	margin-left: 20px;
	padding-left: 0px;
}




/*見出しガゾウ*/
.menu_midashi{
	width:238px;
	margin:0;
	padding:0;
	clear:both;
	height:24px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.menu_midashi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .menu_midashi{
    height: 1em;
    overflow: visible;
}
.menu_midashi img{
	vertical-align:bottom;
}
.menu_blog{
	width:238px;
	height:100px;
	margin:0;
	padding:0;
	clear:both;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
..menu_blog li a{
	font-size:13px;
}
.menu_blog:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .menu_blog{
    height: 1em;
    overflow: visible;
}
.menu_blog img{
	vertical-align:bottom;
}
.menu_boad{
	width:238px;
	height:60px;
	margin:0;
	padding:0;
	clear:both;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.menu_boad:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .menu_boad{
    height: 1em;
    overflow: visible;
}
.menu_boad img{
	vertical-align:bottom;
}
/*メーカー別ブランド検索*/

.brand_box{
	clear:both;
	width:460px;
	padding:12px 8px 4px 8px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	font-size:12px;
	margin-bottom:15px;
}
.brand_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .brand_box{
    height: 1em;
    overflow: visible;
}	
.brand_midashi img{
	vertical-align:bottom;
}	
.brand01{
	width:110px;
	float:left;
	margin-right:6px;
	text-align:center;
	margin-bottom:10px;
}
.brand02{
	width:110px;
	float:right;
	text-align:center;
	margin-bottom:10px;
}
.brand01 a img{
	border:3px solid #CCCCCC;
}
.brand01 a:hover img{
	border:3px solid #CC0000;
}
.brand02 a img{
	border:3px solid #CCCCCC;
}
.brand02 a:hover img{
	border:3px solid #CC0000;
}	
	


/*オフィシャルパートナー*/
.official_box{
	background-color:#E6E6E6;
	width:226px;
	padding:7px 7px 7px 7px;
}
.official_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .official_box{
    height: 1em;
    overflow: visible;
}
.official_left{
	width:110px;
	float:left;
	background-color:#E6E6E6;
	height:65px;
}
.official_right{
	width:110px;
	float:right;
	background-color:#E6E6E6;
	height:65px;
}

/*特集*/
.feat_box{
	width:680px;
	clear:both;
	margin-bottom:8px;
	height:200px;
}
.feat_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*￥*/
* html .feat_box{
    height: 1em;
    overflow: visible;
}
.feat_left{
	float:left;
	width:350px;
	height:200px;
}
.feat_right{
	float:right;
	width:325px;
	height:200px;
}
.feat_right01{
	float:left;
	width:160px;
	height:98px;
	margin-bottom:3px;
}
.feat_right02{
	float:right;
	width:160px;
	height:98px;
	margin-bottom:3px;
}
.feat_right03{
	float:left;
	width:160px;
	height:98px;
}
.feat_right04{
	float:right;
	width:160px;
	height:98px;
}
.clear{
	clear:both;
}
.feat_up{
	border:2px solid #333333;
}
.feat_text{
	background-color:#333333;
	color:#FFFFFF;
	font-size:12px;
	line-height:130%;
	padding:5px 3px 5px 3px;
}
.feat_text a:link{
	text-decoration:none;
}
.feat_text a:hover{
	text-decoration:underline;
}
.feat_img{
	margin:0;
	padding:0;
}
.feat_img img{
	vertical-align:bottom;
}
.navi_magazine{
	padding-top:10px;
	margin-bottom:10px;
}

/*更新画像表示*/
.new_kiji{
	width:480px;
	clear:both;
	padding-bottom:10px;
}	
.new_kiji:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .new_kiji{
    height: 1em;
    overflow: visible;
}
.new_kiji_top{
	width:460px;
	clear:both;
	margin-bottom:5px;
}
.new_kiji01{
	width:156px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}	
.new_kiji02{
	width:156px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}	
.new_kiji03{
	width:156px;
	float:right;
	margin-bottom:6px;
}	
.new_data{
	color:#FFFFCC;
	font-size:10px;
	margin-top:5px;
}
.new_data_main{
	color:#FF9900;
	font-size:10px;
	margin-top:5px;
	margin-left:10px;
}


/*姉妹サイト更新*/
.midashi_virgin{
		font-size:13px;
		color:#333333;
		margin-bottom:8px;
		font-weight:bold;
}
/*コーナー枠*/
.context_new{
	margin-bottom:20px;
	clear:both;
	width:480px;
}	
/*オフィシャルパートナー*/
/*メーカー別ブランド検索*/

.partner_box{
	clear:both;
	width:480px;
	font-size:12px;
	margin-bottom:15px;
}
.partner_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .partner_box{
    height: 1em;
    overflow: visible;
}	
.partner01{
	width:115px;
	float:left;
	margin-right:6px;
	text-align:center;
}
.partner02{
	width:115px;
	float:right;
	text-align:center;
}
/*更新情報一覧*/
.backnumber{
	margin-top:15px;
	text-align:right;
	padding:6px;
	border:2px solid #999999;
	background-color:#FDFFDC;
}
.backnumber a{
	color:#FF0000!important;
	font-weight:bold;
}	
/****************************************
		*センターカラム見出しブラック版
*****************************************/
.midashi_big480_black {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 13px;
  color: #ffffff;
  clear: both;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  height:20px;
  background-image: url(../homeimg/home/midashi_bg480_black.jpg);
  background-repeat: no-repeat;
  width:465px;
}
.midashi_big480_black:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html .midashi_big480_black{
  height: 1em;
  overflow: visible;
}
/*￥*/

.midashi_big480_black .midashi_big480_black_title{
	text-align:left;
	float:left;
	width:260px;
}
.midashi_big480_black .midashi_big480_black_more{
	text-align:right;
	float:right;
	width:170px;
	padding-right:10px;
}
.midashi_big480_black .midashi_big480_black_more a{
	font-size:13px;
	text-decoration:none;
	color:#ffffff!important;
}	
.midashi_big480_black .midashi_big480_black_more a:hover{
	font-size:13px;
	text-decoration:underline!important;
	color:#ffffff!important;
}
/****************************************
		*フォトなど黒ボックス
*****************************************/
.box_black{
	background-color:#F4F4F4;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px;
	font-size:12px;
	clear:both;
	width:468px;
	margin-bottom:15px;
}	
.box_black:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html .box_black{
  height: 1em;
  overflow: visible;
}
/*￥*/
.box_black01{
	width:150px;
	float:left;
	margin-right:7px;
	font-size:12px;
	line-height:140%;
	text-align:center;
}	
.box_black01 a img{
	padding:1px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
.box_black01 a:hover img{
	padding:1px;
	border:1px solid #CC0000;
	background-color:#FFFFFF;
}
.box_black02 a img{
	padding:1px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
.box_black02 a:hover img{
	padding:1px;
	border:1px solid #CC0000;
	background-color:#FFFFFF;
}	
.box_black02{
	width:150px;
	float:right;
	font-size:12px;
	line-height:140%;
	text-align:center;
	margin-right:4px;
}	

