@charset "UTF-8";


/* -----------------------------------------------
COMMON TAG
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	
	
}

/*IE6で横スクロールを防ぐ*/
html{
	overflow-y: scroll;
} 
/* -----------------------------------------------
clearfix
----------------------------------------------- */
.clearfix:after {
    content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -----------------------------------------------
BODY
----------------------------------------------- */

body {
	font-size:11px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
	color:#000000;
	background:transparent url(../images/bg.gif) repeat-y 0 0;
	margin:0;
	padding:0;
	
	
}


/* 
base link
----------------------------------------------- */
a:link{
	color:#000000;
	text-decoration:underline;
}


a:visited{
	color:#666666;
	text-decoration:underline;
}

a:hover{
	color:#666666;
	text-decoration:none;
}


a:active{
	color:#ff00ff;
	text-decoration:none;
}

a.top{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}




/* 
tag
----------------------------------------------- */
img {
	border-style:none;
	border:0;
}

p {
	margin:0 0 12px 0;
	padding:0;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}


.titleNon {
	width:200px;

	position:absolute;
	top:-999px;
}

.textS{
	font-size:11px;
	}



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




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

#leftColumn h1{
	margin-bottom:50px;
	width:180px;
}

dl.menu{
width:180px;
	
}

.titleNon {
	width:180px;

	position:absolute;
	top:-999px;
}

#headding-artist{
	width:51px;
	height:10px;
	
	display:block;
	
	text-indent:-9999px;
	overflow:hidden;
	
	background:transparent url(../images/heading-artist.gif) no-repeat 0 0 ;
	
	margin-bottom:15px;


}


#releaseMenu {
	width:180px;
	/*margin-top:50px;*/
	
}

#releaseMenu li { 


	list-style:none;
	overflow:hidden;

	margin:0;
	padding:0;
	
	margin-bottom:10px;
}


#releaseMenu a {
	width:180px;
	height:15px;
	display:block;
	
	font-size:11px;
	
	/*background:transparent url(../images/point.gif) no-repeat 0 2px ;*/
	/*padding-left:18px;*/
	
	text-decoration:underline;

	/*for Firefox*/
}

/*
sub menu
----------------------------------------------- */


/* -----------------------------------------------
layout
----------------------------------------------- */


#contentsWrapper {
	
	width: 920px;
	margin-top:100px;
	margin-bottom:100px;
}

#contentsWrapper.home {
	
	width: 920px;
	margin-top:211px;
	
}

#leftColumn{
	width:197px;
	
	float:left;
	padding-left:67px;
	/*border:solid 1px;*/

}

#rightColumn{
	width:626px;
	float:right;
	/*border:solid 1px;*/
	margin-top:45px;
	padding: 0 15px;
}



/* -----------------------------------------------
title
----------------------------------------------- */




a.btnarrow{

width:230px;
display:block;

background:transparent url(../images/btn_arrow.gif) no-repeat 0 4px;
padding-left:16px;

}

a:hover.btnarrow{

background:transparent url(../images/btn_arrow.gif) no-repeat 1px 4px;
padding-left:16px;

}



/* -----------------------------------------------
HOME
----------------------------------------------- */




.releaselist{
	
	}

.releaselist li{
	list-style:none;
	margin-bottom:50px;
}



.releaselist .catNum{
	width:51px;
	height:10px;
	
	float:left;
	display:block;
	
	text-indent:-9999px;
	overflow:hidden;
	
	margin-right:15px;

}

.releaselist .jkt{
	float:left;
	margin-right:23px;
}

.releaselist .cap{
	color:#666666;
	font-weight:normal;
	
	display:block;
	
}

.releaselist p{
	line-height:1.3;
	font-weight:bold;
}

.releaselist .more{
	width:105px;
	height:29px;
	
	display:block;
	
	text-indent:-9999px;
	overflow:hidden;
	background:transparent url(../images/title_perm002.gif)  0 0;
}


.releaselist .release-wrapper{
  width:555px;
	float:left;
	
	background:transparent url(../images/bg_ami.gif)  0 0;



}

#perm002 .catNum{
	background:transparent url(../images/cat_perm002.gif) no-repeat 0 0;
}


#perm002 .title{
	width:105px;
	height:29px;
	
	display:block;
	
	text-indent:-9999px;
	overflow:hidden;
	background:transparent url(../images/title_perm002.gif)  0 0;
	margin-bottom:10px;
	
}

#perm001 .catNum{
	background:transparent url(../images/cat_perm001.gif) no-repeat 0 0;
}


#perm001 .title{
	width:273px;
	height:60px;
	
	display:block;
	
	text-indent:-9999px;
	overflow:hidden;
	background:transparent url(../images/title_perm001.gif)  0 0;
	margin-bottom:10px;
	
}



a.btnmore{

	width:35px;
	height:9px;

	display:block;
	text-indent:-9999px;
	overflow:hidden;
	
	background:transparent url(../images/btn_more.gif) no-repeat 0 0;


}

a:hover.btnmore{

	background:transparent url(../images/btn_more.gif) no-repeat 1px 0;


}


a.arrow{

	width:50px;
	height:15px;

	display:block;
	text-indent:12px;
	overflow:hidden;
	
	background:transparent url(../images/point_arrow.gif) no-repeat 0 5px;


}

a:hover.arrow{

	background:transparent url(../images/point_arrow.gif) no-repeat 1px 5px;


}



/* -----------------------------------------------
footer
----------------------------------------------- */
#footer{

	position:absolute;
	top:275px;
	left:67px;
	
	line-height:1.5;
	font-size:10px;
	
}

.footertext{
font-size:11px;
color:#999999;

margin:20px 0 0 7px;


}

#toTop{
	width:85px;
	height:22px;
	
	display:block;
	float:right;
	background:transparent url(../images/btn_top.gif) no-repeat 0 0;
	
	text-indent:-9999px;
	overflow:hidden;
	
}
