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

#wrapper {
	width: 980px;
	margin: 0 auto;
}
#content {
	width: 721px;
	margin: 40px auto 20px;
}
.bg_head {
	display: block;
	/*background:url(../img/artist/bg_head.gif) 0 0 no-repeat;*/
	padding-top: 10px;
	width: 721px;
	overflow: hidden;
	height: 0;
	font-size: 1px;
}
.bg_bottom {
	display: block;
	/*background:url(../img/artist/bg_bottom.gif) 0 0 no-repeat;*/
	padding-top: 10px;
	width: 721px;
	overflow: hidden;
	height: 0;
	font-size: 1px;	
}
.mb20 {
	margin-bottom: 20px;
}
#photo {
	width: 720px;
	height: 310px;
	background-color: #000000;
	overflow: hidden;
}
	#photo img#azi {
		margin: 30px 0 0 45px;
		float: left;
	}
	#photo img#azi2 {
		/*float: left;*/
		margin: 0px 0 0 20px;
	}
	#photo h3 {
		color: #ffffff;
		padding: 5px 0 0 325px;
		display: block;
		/*clear: both;*/
		font-size: 116%;
		font-weight: inherit;
	}
	#photo p {
		color: #9FA0A0;
		padding: 7px 0 0 430px;
	}
#profile {
	width: 690px;
	background-color: #000000;
	color: #ffffff;
	font-size: 77%;
	padding: 5px 15px 5px 15px; 
}
	#profile h4{
		font-size: 131%;
		font-weight: inherit;
		margin-bottom: 30px;
	}
	#profile p {
		margin-bottom: 30px;
	}
a:link.pink, a:visited.pink {
		color: #E4007F;
		text-decoration: none;
	}
	
#mail {
	font-size: 77%;
	position: absolute;
	top: 15px;
	right: 147px;
}

#sns {
	height: 600px;
	margin-bottom: 50px;
}
#facebook {
	float: left;
	width: 340px;
	margin-right: 10px;
}
#twitter {
	width: 340px;
	float: left;
}
#link {
	margin-top: 30px;
	clear: both;
}