@charset "UTF-8";
/* CSS Document */

/* ====================================================================

   サイト共通設定

==================================================================== */

/* ブラウザ表示対策------------------------------------------------- */

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	word-break: break-all;
}
a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
	}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
}


a:hover img {
	text-decoration: none;
}

ul,ol,dl{
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	color: #888;
	font:13px 'Lucida Sans' 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	line-height: 1.4em;
}

#wrapper {
	width:900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/* link--------------------------------------------------------- */

a:link{ color: #888; text-decoration: none; }
a:visited{ color: #888; text-decoration: none; }
a:hover{ color: #888; text-decoration: underline; }
a:active{ text-decoration:underline; }
a:link img, a:visited img	{ text-decoration: none; border: none; }



/* header--------------------------------------------------------- */

#header {
	width: 900px;
	height: 70px;
	margin:0 auto;
	margin-bottom: 7px;
	clear: both;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header h1 {
	text-indent: -9999px;
	width: 270px;
	float: left;
}

#headerRight {
	padding:10px 0 0 0;
	text-align:right;
}

/* nav--------------------------------------------------------- */
#nav {
	clear:both;
	width: 900px;
	height:35px;
	margin:0 auto;
	padding:0;
	}
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav ul li {
   margin:0;
   padding:0;
   display:inline; /* ie */
}
#nav ul li a{
display:block;
float:left;
background-image: url(../images/common/nav.gif);
margin:0px;
text-indent:-99999px;
margin:0;
padding:35px 0 0 0;
overflow:hidden;
height:0px !important; 
height /**/:35px;    /* for Windows IE5 only */
}
a.n01{
	background-position:0px 0px;
	width:100px;
	height:35px;
}
a:hover.n01,
a.cur01,
a:hover.cur01 {
   background-position:0px -35px;
   width:100px;
	height:35px;
}
a.n02{
	background-position:-100px 0px;
	width:100px;
	height:35px;
}
a:hover.n02,
a.cur02,
a:hover.cur02 {
   background-position:-100px -35px;
   width:100px;
	height:35px;
}
a.n03{
	background-position:-200px 0px;
	width:100px;
	height:35px;
}
a:hover.n03,
a.cur03,
a:hover.cur03 {
   background-position:-200px -35px;
   width:100px;
	height:35px;
}
a.n04{
	background-position:-300px 0px;
	width:100px;
	height:35px;
}
a:hover.n04,
a.cur04,
a:hover.cur04 {
   background-position:-300px -35px;
   width:100px;
	height:35px;
}
a.n05{
	background-position:-400px 0px;
	width:100px;
	height:35px;
}
a:hover.n05,
a.cur05,
a:hover.cur05 {
   background-position:-400px -35px;
   width:100px;
	height:35px;
}	
a.n06{
	background-position:-500px 0px;
	width:100px;
	height:35px;
}
a:hover.n06,
a.cur06,
a:hover.cur06 {
   background-position:-500px -35px;
   width:100px;
	height:35px;
}
a.n07{
	background-position:-600px 0px;
	width:100px;
	height:35px;
}
a:hover.n07,
a.cur07,
a:hover.cur07 {
   background-position:-600px -35px;
   width:100px;
	height:35px;
}	
a.n08{
	background-position:-700px 0px;
	width:100px;
	height:35px;
}
a:hover.n08,
a.cur08,
a:hover.cur08 {
   background-position:-700px -35px;
   width:100px;
	height:35px;
}	
a.n09{
	background-position:-800px 0px;
	width:100px;
	height:35px;
}
a:hover.n09,
a.cur09,
a:hover.cur09 {
   background-position:-800px -35px;
   width:100px;
	height:35px;
}

/* main--------------------------------------------------------- */

#contents {
	clear:both;
	width: 900px;
	margin:13px auto 25px auto;
	padding: 0;
}

#contentsLeft {
	width: 215px;
	float: left;
}
	
#contentsRight {
	width: 680px;
	float: right;
}



.caption {
	color: #666666;
	font-size: 0.8em;
}


/* more--------------------------------------------------------- */

.more {
	text-indent: -9999px;
	width: 40px;
	height: 11px;
	float: right;
}
.more a {
	float: right;
	display: block;
	background-image: url(../images/common/more.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 11px;
}

.dvd {
	background-image: url(../images/common/dvd.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 11px;
	text-indent: -9999px;
}

.cd {
	background-image: url(../images/common/cd.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 11px;
	text-indent: -9999px;
}

.cd-dvd {
	background-image: url(../images/common/cd_dvd.gif);
	background-repeat: no-repeat;
	width: 49px;
	height: 11px;
	text-indent: -9999px;
}

.arrow a {
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
}

.pv {
	width: 35px;
	height: 14px;
	text-indent: -9999px;
}
.pv a {
	background-image: url(../images/common/pv.gif);
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 14px;
	text-indent: -9999px;
}


/* to page top--------------------------------------------------------- */

.page-top {
	clear: both;
	background-image: url(../images/common/top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
}
.page-top a {
	text-indent: -9999px;
	display: block;
	float: right;
	width: 70px;
	height: 14px;
}


/* search--------------------------------------------------------- */

.search-box {
}

.search-select {
	width: 210px;
	margin-bottom: 8px;
}

.search-window {
	clear: both;
	width: 210px;
	margin-bottom: 7px;
	border: solid 1px #CCCCCC;
}

.search-button {
	clear: both;
	margin-bottom: 12px;
}


/* news flash, ivent flash--------------------------------------------------------- */

.leftcolumn-flash {
	width: 215px;
	height: 190px;
	background-color: #CCCCCC;
	margin-bottom: 15px;
}


/* mobile--------------------------------------------------------- */

#mobile {
	text-indent: -9999px;
	background-image: url(../images/common/mobile.jpg);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 15px;
}


/* news,event--------------------------------------------------------- */

#news,#event {
	background-image: url(../images/common/ranking_bg.gif);
	background-repeat: repeat-y;
}

#news ul {
	background-image: url(../images/common/news_top.jpg);
	background-repeat: no-repeat;
	padding: 0 8px;
	padding-top: 40px;
}

#event ul {
	background-image: url(../images/common/event_top.jpg);
	background-repeat: no-repeat;
	padding: 0 8px;
	padding-top: 40px;
}

#news ul li,#event ul li {
	clear: both;
	line-height: 1.3em;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(../images/common/arrow2.gif);
	background-position: 3px 7px;
	background-repeat: no-repeat;
	font-size: 0.87em;
}



/* ranking--------------------------------------------------------- */

#ranking {
	background-image: url(../images/common/ranking_bg.gif);
	background-repeat: repeat-y;
}

h2 {
	text-indent: -9999px;
	display: none;
}

#ranking ul {
	background-image: url(../images/common/ranking_top.jpg);
	background-repeat: no-repeat;
	padding: 0 8px;
	padding-top: 40px;
}
#ranking ul li {
	clear: both;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-top: 7px;
	background-image: url(../images/common/border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.r1 {
	background-image: url(../images/common/rank1.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r2 {
	background-image: url(../images/common/rank2.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r3 {
	background-image: url(../images/common/rank3.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r4 {
	background-image: url(../images/common/rank4.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r5 {
	background-image: url(../images/common/rank5.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r6 {
	background-image: url(../images/common/rank6.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r7 {
	background-image: url(../images/common/rank7.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r8 {
	background-image: url(../images/common/rank8.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r9 {
	background-image: url(../images/common/rank9.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
}
.r10 {
	background-image: url(../images/common/rank10.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 35px;
} 
#ranking li .right {
	width: 118px;
}
#ranking li .right a {
	color: #666666;
	font-size: 0.85em;
}
#ranking li .right h4 {
	font-weight: normal;
}
.rank-name {
	padding-left: 7px;
}

#news .more,#event .more,#ranking .more {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-right: 10px;
	display: inline;
}

#ranking-bottom {
	background-image: url(../images/common/ranking_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}



/* contact--------------------------------------------------------- */

#contact {
	clear: both;
	margin-bottom: 15px
}


/* banner-area--------------------------------------------------------- */

#banner-area {
	clear: both;
}
#banner-area li {
	margin-bottom: 10px;
}

/* footer--------------------------------------------------------- */

#footer {
	clear:both;
	margin:0px auto;
	padding:0;
	background: url(../images/common/bg.gif) repeat-x center bottom;
}
#footerinner {
	width:900px;
	height:42px;
	margin:0px auto;
	font-size:85%;
}
#footerinner ul { text-align:left; padding-top:18px;}
#footerinner ul li {
	display:inline;
	border-right: solid 1px #999999;
	padding: 0 5px;
}
#footerinner p { text-align:right; padding-top:15px;}
#footerinner p img { margin-right:12px; vertical-align: middle;}



/* 100706 ショッピングサイト構築に伴う追加部分--------------------------------------------------------- */

/* information button--------------------------------------------------------- */

#info-button ul li {
	float: left;
}
#info-button ul li a {
	padding: 0;
	margin: 0;
}
#info-button ul li.shop-guide {
	padding-top: 3px;
	padding-right: 5px;
}



.icon-rock {
	background-image: url(../images/common/icon_rock.gif);
	background-repeat: no-repeat;
	width: 29px;
	height: 12px;
	text-indent: -9999px;
}

.icon-pop {
	background-image: url(../images/common/icon_pop.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 12px;
	text-indent: -9999px;
}

.icon-electronic {
	background-image: url(../images/common/icon_electronic.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 12px;
	text-indent: -9999px;
}

.icon-rb {
	background-image: url(../images/common/icon_rb.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 12px;
	text-indent: -9999px;
}

.icon-dance {
	background-image: url(../images/common/icon_dance.gif);
	background-repeat: no-repeat;
	width: 35px;
	height: 12px;
	text-indent: -9999px;
}

.icon-hiphop {
	background-image: url(../images/common/icon_hiphop.gif);
	background-repeat: no-repeat;
	width: 44px;
	height: 12px;
	text-indent: -9999px;
}

.icon-visual {
	background-image: url(../images/common/icon_visual.gif);
	background-repeat: no-repeat;
	width: 38px;
	height: 12px;
	text-indent: -9999px;
}

.icon-reggae {
	background-image: url(../images/common/icon_reggae.gif);
	background-repeat: no-repeat;
	width: 42px;
	height: 12px;
	text-indent: -9999px;
}

.icon-jazz {
	background-image: url(../images/common/icon_jazz.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 12px;
	text-indent: -9999px;
}

.icon-world {
	background-image: url(../images/common/icon_world.gif);
	background-repeat: no-repeat;
	width: 38px;
	height: 12px;
	text-indent: -9999px;
}


/* distribution cartin--------------------------------------------------------- */

#distribution .cartin {
	padding-top: 8px;
	padding-bottom: 5px;
}
#distribution .cartin .buy-btn {
	padding-top: 8px;
}
