@charset "UTF-8";

/*PROFILE*/

#profile {
	padding:0 0 60px;
	background:url(../images/bg_profile01.gif) left bottom no-repeat;
}

#profile01 {
	height:525px;
	background:#e4e6ea url(../images/bg_profile02.jpg) right top no-repeat;
	position:relative;
}

#profile01 h2 {
	position:absolute;
	top:57px;
	left:564px;
}

#profile01 p.copy {
	position:absolute;
	top:36px;
	left:567px;
}

#profile01 p.txt {
	width:270px;
	color:#fff;
	font-size:93%;
	line-height:1.7;
	position:absolute;
	top:147px;
	left:565px;
}

#profile01 p.photo {
	width:auto;
	position:absolute;
	top:0;
	left:0;
}

#profile02 {
	border-top:solid 1px #fff;
}

#pro-disco {
	padding:24px 0 0;
	width:470px;
	float:right;
}

#pro-disco h3 {
	padding:0 0 16px;
}

#pro-disco .discoBox-new {
	padding:0 0 30px;
	background:url(../images/profile_disc_line.gif) left bottom no-repeat;
}

#pro-disco .discoBox-new p.thumb {
	width:172px;
	float:left;
}

#pro-disco .discoBox-new div.txt {
	width:298px;
	float:right;
}

#pro-disco .discoBox {
	padding:10px 0;
}

#pro-disco .discoBox p.thumb {
	width:132px;
	float:left;
}

#pro-disco .discoBox div.txt {
	width:338px;
	float:right;
}

#pro-disco .discoBox-new p.thumb img,
#pro-disco .discoBox p.thumb img {
	border:solid 1px #fff;
}

#pro-disco .discoBox-new div.txt h4,
#pro-disco .discoBox div.txt h4 {
	color:#666ba3;
	font-size:93%;
	line-height:1.5;
	font-weight:bold;
}

#pro-disco .discoBox-new div.txt h4 a,
#pro-disco .discoBox div.txt h4 a {
	color:#666ba3;
}

#pro-disco .discoBox-new div.txt h4 span,
#pro-disco .discoBox div.txt h4 span {
	font-size:77%;
	font-weight:normal;
}

#pro-disco .discoBox-new div.txt p,
#pro-disco .discoBox div.txt p {
	padding:10px 0 0;
	color:#666ba3;
	font-size:77%;
	line-height:1.5;
}

#pro-other {
	padding:25px 0 0;
	width:410px;
	float:left;
}

#pro-other .pro-blog {
	padding:0 37px 0 0;
	background:url(../images/bg_profile03_ft.jpg) left bottom no-repeat;
}

#pro-other .pro-blog .inner {
	padding:0 20px 115px 0;
	background:url(../images/bg_profile03_hd.jpg) left top no-repeat;
}

#pro-other .pro-blog .inner h3 {
	padding:30px 0 10px 7px;
}

#pro-other .pro-blog .inner p.link {
	padding:0 0 20px;
	font-size:77%;
	text-align:right;
}

#pro-other .pro-blog .inner .detail {
	padding:0 0 0 50px;
	position:relative;
}

#pro-other .pro-blog .inner .detail h4 {
	padding:0 0 20px;
	color:#ff0099;
	font-size:77%;
	font-weight:bold;
}

#pro-other .pro-blog .inner .detail h4.txt {
	padding:0 0 20px;
}

#pro-other .pro-blog .inner .detail h4 a {
	color:#ff0099;
}

#pro-other .pro-blog .inner .detail p {
	font-size:77%;
	line-height:1.5;
}

p.btn-artists {
	margin:-19px 0 0;
	text-align:right;
	background:none;
}





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

#profile02:after,
#pro-disco .discoBox-new:after,
#pro-disco .discoBox:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#profile02,
#pro-disco .discoBox-new,
#pro-disco .discoBox {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #profile02,
* html #pro-disco .discoBox-new,
* html #pro-disco .discoBox {
	height:1%;
}

#profile02,
#pro-disco .discoBox-new,
#pro-disco .discoBox {
	display:block;
}
/* End hide from IE-mac */
/* @end */