@charset "UTF-8";

/*SHORT PAGE*/

html {
	height:100%;
}

body {
	height:100%;
}

#container {
	height:100%;
	background:none;
}

#container-inner {
	height:100%;
	background:url(../images/bg_scroll.gif) left 60px no-repeat;
}

#container > #container-inner { height:auto; min-height:100%;}

#contents {
	padding-bottom:35px;
}

#contents-inner {
	background:none;
}

#footer {
	position:relative;
	margin-top:-35px; /* negative value of footer height */
	width:auto;
	height:35px;
	background:none;
}

#footer-inner {
	margin:0 auto;
	width:944px;
	height:35px;
	background:url(../images/bg_footer.gif) left top no-repeat;
}

#footer-inner p.f01 {
	padding:16px 0 0 17px;
}

#footer-inner p.f02 {
	padding:16px 0 0 25px;
}

#footer-inner p.f03 {
	padding:16px 0 0 556px;
}

/*ARTISTS*/

#artists {
	padding:0;
}

#artists-inner {
	padding:26px 30px 0;
}

#artists-list {
	padding:26px 30px 0 27px;
}

#artists-list dl {
	float:left;
	text-align:center;
}

#artists-list dl.list01 {
	width:352px;
}

#artists-list dl.list02 {
	margin-left:53px;
	width:352px;
}

#artists-list dd.logo {
	height:110px;
}

#artists-list dl.list01 dd.logo img { margin-top:38px;}
#artists-list dl.list02 dd.logo img { margin-top:35px;}

#artists-list dd.txt {
	font-size:77%;
	line-height:1.7;
}



/* @group clearfix=================================================================== */

#artists-list:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#artists-list {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #artists-list {
	height:1%;
}

#artists-list {
	display:block;
}
/* End hide from IE-mac */
/* @end */
