@charset "utf-8";

/*	Artist
================================================================== */
#artist_main_content{
	width:826px;
	height:auto;
	float: left;
	padding-top:30px;
}

/*	ArtistSidebar
================================================================== */
#artist_sidebar {
	width:230px;
	float:left;
	margin:30px 44px 0 0;
	display:inline;
	overflow:hidden;
}
#artist_sidebar .artist_tab_01_off{
	float:left;
}
#artist_sidebar .artist_tab_01_off a {
	background-image:url(../../img/artist/artist_tab_01_off.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:40px;
	text-indent:-9990px;
	display:block;
}
#artist_sidebar .artist_tab_01_on {
	background-image:url(../../img/artist/artist_tab_01_on.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:40px;
	float:left;
	text-indent:-9990px;
}
#artist_sidebar .artist_tab_02_off{
	float:left;
}
#artist_sidebar .artist_tab_02_off a {
	background-image:url(../../img/artist/artist_tab_02_off.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:40px;
	text-indent:-9990px;
	display:block;
}
#artist_sidebar .artist_tab_02_on {
	background-image:url(../../img/artist/artist_tab_02_on.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:40px;
	float:left;
	text-indent:-9990px;
}
#artist_sidebar .artist_tab_01_off_en{
	float:left;
}
#artist_sidebar .artist_tab_01_off_en a {
	background-image:url(../../img/artist/artist_tab_01_off_en.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:40px;
	text-indent:-9990px;
	display:block;
}
#artist_sidebar .artist_tab_01_on_en {
	background-image:url(../../img/artist/artist_tab_01_on_en.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:40px;
	float:left;
	text-indent:-9990px;
}
#artist_sidebar .artist_tab_02_off_en{
	float:left;
}
#artist_sidebar .artist_tab_02_off_en a {
	background-image:url(../../img/artist/artist_tab_02_off_en.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:40px;
	text-indent:-9990px;
	display:block;
}
#artist_sidebar .artist_tab_02_on_en {
	background-image:url(../../img/artist/artist_tab_02_on_en.jpg);
	background-repeat:no-repeat;
	width:114px;
	height:40px;
	float:left;
	text-indent:-9990px;
}

/*	ArtistList
================================================================== */
#artist_sidebar #artist_list {
	width:208px;
	height:auto;
	margin:0px;
	padding:15px 10px;
	background-image:url(../../img/artist/artist_side_bg.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #DCDDDD;
	border-right:1px solid #DCDDDD;
	border-bottom:1px solid #DCDDDD;
}
#artist_sidebar #artist_list h2 {
	color:#595945;
	font-size:19px;
	font-weight:bold;
	border-left:5px solid #69C;
	margin:0 0 8px 0;
	padding-left:5px;
}

/*	ArtistContents
================================================================== */
#artist_main_content .artist_contents{
	width:826px;
	height:auto;
	float:left;
	padding:12px 0 30px 0;
	background-image:url(../../img/common/line_01.gif);
	background-repeat:no-repeat;
}
#artist_main_content .artist_contents h2{
	font-size:24px;
	font-weight:bold;
	display:inline;
	color:#666666;
	margin-bottom:10px;
}
#artist_main_content .artist_box{
	line-height:150%;
	display:inline;
	width:150px;
	height:323px;
	float:left;
	margin:20px 5px 0 0;
	padding:4px;
	border:1px solid #999;
	word-wrap:break-word;
}
#artist_main_content .artist_box dt{
	font-size:16px;
	margin:10px 0 2px 0;
}
#artist_main_content .btn_more{
	font-size:14px;
	float: right;
	margin: 0px 10px 20px 0;
}
#artist_main_content .artist_box a:link{
	color:#306AB4;
	text-decoration:none;
}
#artist_main_content .artist_box a:visited{
	color:#3094B4;
	text-decoration:none;
}

/*	Carousel
================================================================== */
#artist_main_content #carousel {
	height:60px;
	margin-bottom:40px;
	overflow:hidden;
}

/*	ArtistDetail
================================================================== */
#artist_main_content .artist_detail {
	width:826px;
	height:100%;
	float:left;
	padding:12px 0 30px 0;
	background-image:url(../../img/common/line_01.gif);
	background-repeat:no-repeat;
	display:block;
}
#artist_main_content .artist_detail h2{
	font-size:26px;
	display:inline;
	color:#666666;
}
#artist_main_content .artist_detail .artist_profile {
	width:436px;
	height:100%;
	float:left;
	padding:10px 40px 0 0;
}
#artist_main_content .artist_detail .artist_profile p {
	margin-top:20px;
	line-height:170%;
	text-align:justify;
}
#artist_main_content .artist_detail .artist_image {
	width:350px;
	height:auto;
	float:left;
	padding:10px 0 0 0;
}
#artist_main_content .artist_detail .artist_image p {
	margin-top:5px;
	text-align:right;
}
#artist_main_content .artist_detail .artist_image img.btn {
	margin-right:5px;
}
#artist_main_content .artist_info {
	width:826px;
	height:auto;
	float:left;
	padding-top:30px;
	margin-bottom:30px;
	border-top:1px dashed #69C;
}
#artist_main_content .artist_info h3 {
	font-size:16px;
	padding-left:8px;
	margin-bottom:10px;
	border-left:5px solid #69C;
}
#artist_main_content .artist_info table {
	margin:7px 0 0 5px;
	vertical-align:middle;
}
#artist_main_content .artist_info table img {
	margin:0 5px 0 10px;
	vertical-align:middle;
}