div#contents{
	width:100% !important;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
}

.clear{
	clear:both;
}


/* #wrapper
=========================================*/
#wrapper{
	width:900px;
	margin:0 auto;
}

#wrapper img{
	vertical-align:bottom;
}

h1{
	float:left;
	padding-bottom:10px;
}


p.logo_access{
	float:right;
	padding-top:8px;
	padding-bottom:10px;
}

#contentsWrapper{
	overflow:hidden;
}


/* #leftColumn
=========================================*/
#leftColumn{
	width:254px;
	float:left;
	margin-right:26px;
	padding-top:14px;
	background:url(../image/border_red.gif) left top no-repeat;
}

#leftColumnInner{
	width:250px;
	padding-bottom:6px;
	background:url(../image/border_red.gif) left bottom no-repeat;
}

#leftColumnInner h4{
	padding-bottom:1px;
	border-bottom:1px solid #d6dcdc;
	margin-bottom:0.2em;
}

h4.musicInfo{
	padding-top:20px;
	padding-bottom:1px;
	border-bottom:1px solid #d6dcdc;
	margin-bottom:0.2em;
}

ul.naviVersionup{
	margin-bottom:15px;
}

ul.naviVersionup li{
	padding:0.7em 0;
	border-bottom:1px solid #d6dcdc;
	font-size:93%;
	line-height:1.3;
}

ul.naviVersionup li h5{
	margin-bottom:0.5em;
}

ul.naviVersionup li a{
	display:block;
	color:#000000;
	text-decoration:none;
	padding-left:15px;
	background:url(../image/bullet.gif) 5px 5px no-repeat;
}

ul.naviVersionup li a:visited{
	color:#941d55;
	text-decoration:underline;
}

ul.naviVersionup li a:hover{
	color:#cc0000;
	text-decoration:underline;
}

/*movie channel*/
div#movieChannelWrapper{
	background:url(../image/mc_btm.gif) bottom no-repeat;
	margin-bottom:8px;
}

div#movieChannel{
	background:url(../image/mc_top.gif) top no-repeat;
	padding:5px 10px;
}

div#movieChannel p.caption{
	font-size:77%;
	padding-top:7px;
	padding-bottom:5px;
}


/*and Q*/
div#andqWrapper{
	background:url(../image/andq_btm.gif) bottom no-repeat;
	margin-bottom:15px;
}

div#andq{
	background:url(../image/andq_top.gif) top no-repeat;
	padding:10px 10px 5px;
}

div#andq p.caption{
	font-size:77%;
	padding-top:7px;
	padding-bottom:5px;
}


ul.kanrenLink li{
	margin-bottom:5px;
}

/* #mainColumn
=========================================*/
#mainColumn{
	width:620px;
	float:left;
}

/*#mainColumnInner{
	overflow:hidden;
}*/

/*Honda純正アクセサリーラインアップ*/
#accessoryLineup{
	width:360px;
	/*float:left;
	margin-right:20px;*/
}

#accessoryLineup h3{
	margin-bottom:3px;
}

#accessoryLineup div.box{
	width:350px;
	padding:5px;
	background:#eff2f2;
}

#accessoryLineup div.box ul.accessory_lineup{
	overflow:hidden;
}


#accessoryLineup div.box ul.accessory_lineup li{
	float:left;
	width:173px;
}

/*サブカラム、新着情報他*/
#subColumn{
	width:240px;
	/*float:right;*/
}


#subColumn ul.tabList li{
	display:inline;
}

#subColumn div#shincyaku,
#subColumn div#press,
#subColumn div#event{
	border:1px solid #dbdcdc;
	border-top:none;
	padding:9px;
	font-size:93%;
	/*margin-bottom:15px;*/
}

#shincyaku ul li,
#press ul li,
#event ul li{
	border-bottom:1px solid #ccc;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	padding-left:18px;
	background:url(../image/bullet.gif) 5px 5px no-repeat;
}

#shincyaku ul li.last,
#press ul li.last,
#event ul li.last{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
	border-bottom:none;
}


#shincyaku ul li a,
#press ul li a,
#event ul li a{
	color:#000000;
	text-decoration:none;
}

* html #shincyaku ul li.last a,
* html #press ul li.last a,
* html #event ul li.last a{/*for IE6*/
	_display:inline-block;
}

#shincyaku ul li a:visited,
#press ul li a:visited,
#event ul li a:visited{
	color:#941d55;
	text-decoration:underline;
}

#shincyaku ul li a:hover,
#press ul li a:hover,
#event ul li a:hover{
	color:#cc0000;
	text-decoration:underline;
}

#shincyaku p.mottomiru,
#press p.mottomiru{
	text-align:right;
	font-size:77%;
	padding-top:0.4em;
}


#shincyaku p.mottomiru a,
#press p.mottomiru a{
	color:#000;
	text-decoration:none;
}


#shincyaku p.mottomiru a:visited,
#press p.mottomiru a:visited{
	color:#941d55;
	text-decoration:underline;
}

#shincyaku p.mottomiru a:hover,
#press p.mottomiru a:hover{
	color:#cc0000;
	text-decoration:underline;
}


/* #ft
=========================================*/
#ft{
	border-top:1px solid #b4b4b5;
	padding-top:10px;
	margin-top:40px;
}


#ft ul{
	padding-left:340px;
}


#ft ul li.first{
	border-left:2px solid #d8d8d9;
}

#ft ul li{
	display:inline;
	border-right:2px solid #d8d8d9;
	padding:0 20px;
	line-height:1.0;
}


#ft ul li img{
	vertical-align:middle;
}








/*ページトップへ*/
p.goPagetop{
	clear:both;
	padding:1em 0 2em;
	text-align:right;
}

p.goPagetop a{
	color:#000;
}

p.goPagetop a:visited{
	color:#000;
}

p.goPagetop a:hover{
	color:#c00;
}

/* clearfix
=========================================*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

a.trans:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}


/* マージン
=========================================*/
.mb5{
	margin-bottom:5px;
}

.mb7{
	margin-bottom:7px;
}

.mb10{
	margin-bottom:10px;
}

.mb12{
	margin-bottom:12px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}



/* 配置
=========================================*/
.center{
	text-align:center;
}

.right{
	text-align:right;
}

/* 201505add
=========================================*/


div.shikiriL {
	height: 5px;
	background: url(../image/shikiriL.gif) no-repeat;
	margin: 28px 0;
}

div.shikiriL hr {
	display: none;
}


div.twitterArea {
	position: relative;
	background: url(../image/bnr_twitter.gif) no-repeat;
	height: 161px;
}

div.twitterArea dl {
	width:240px;
	height:137px;	
}

div.twitterArea dl dt {
	position: absolute;
	left: 15px;
	top : 50px;
	width: 73px;
	height: 73px;
	background: #fff;
}


div.twitterArea dl dt.ov img {
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

div.twitterArea dl dd.followBtn {
	position: absolute;
	left: 100px;
	top :85px;
}

div.twitterArea dl dd.copy {
	position: absolute;
	left: 100px;
	top:57px;
}

div.twitterArea dl dd.copy a {
	text-decoration: none;
}

div.twitterArea p.policy {
	position: absolute;
	left: 47px;
	top:143px;
}

