@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: September 17, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/
.btnBack {
	text-align: left;
	height: 40px;
	position: relative;
	z-index: 9999;
	margin: -1px 0 -30px 590px;
}
.doubleColumnLeft #body .contents .first {
	width: 710px;
}
.doubleColumnLeft #body .contents .last {
	margin: -9px 0 0;
}

/*----------------------------------
 1..searchResult
------------------------------------*/
#body .contents .searchResult .srHeader {
	width: 700px;
	margin: 0 0 30px;
	overflow: hidden;
	background: url(../../images/common/bg_solidline.gif) repeat-x left bottom;
}
#body .contents .searchResult .srHeader h3 {
	width: 400px;
	margin: 0 0 10px;
	float: left;
}
#body .contents .searchResult .srHeader p {
	text-align: right;
	width: 200px;
	float: right;
}
#body .contents .searchResult ul li {
	width: 350px;
	float: left;
}
#body .contents .searchResult ul li a {
	display: block;
	padding: 0 20px 4px 14px;
	background: url(../../images/common/arrow_green.gif) no-repeat left .4em;
}
#body .contents .searchResult ul li a:hover {
	text-decoration: none;
	background: #ededed url(../../images/common/arrow_green.gif) no-repeat left .4em;
}


/*----------------------------------
 2..artistImg
------------------------------------*/
#body .contents .column .artistDetail {
	width: 430px;
	float: left;
}
#body .contents .column .artistInfo {
	width: 230px;
	float: right;
}
#body .contents .column .artistInfo p {
	font-size: 93%;
}
#body .contents .column .artistInfo h2 {
	font-size: 122%;
	line-height: 1.3;
	margin: 0 0 0;
}
#body .contents .column .artistInfo h3.artistName {
	font-size: 107%;
	color: #666;
	margin: 0 0 15px;
}
#body .contents .column .artistInfo h3 {
	margin: 0 0 5px;
}
#body .contents .column .artistInfo p {
	font-size: 93%;
}
#body .contents .column .artistInfo h4 {
	font-size: 107%;
	margin: 0;
}
#body .contents .column .artistInfo h5 {
	color: #999;
	font-size: 100%;
	margin: 0 0 10px;
}


/*----------------------------------
 2..archiveList
	width: 230px;
------------------------------------*/
#body .contents .column .archiveList h4 {
	margin: 0 0 15px;
}
/* archiveList */
#body .contents .column .archiveList .linkBox01 {
	width: 230px;
}
#body .contents .column .archiveList .linkBox01 div {
	width: 150px;
	float: right;
}



/*----------------------------------
 2.#tabContent
------------------------------------*/
#tabContent {
	margin-bottom: 40px;
}
#tabContent #tabBoxIndex {
	text-align: center;
	background: #F3F0E6;
}
#tabContent #tabIndex {
	width: 120px;
	height: 25px;
	background: url(../../images/artist/tab_btn.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li {
	float: left;
	cursor: pointer;
	display: block;
}
#tabContent #tabIndex li.tabMusic,
#tabContent #tabIndex li.tabImage,
#tabContent #tabIndex li.tabMovie {
	text-decoration:none;
	line-height: normal;
	text-indent: -9999px;
	width: 60px;
	height: 25px;
}
#tabContent #tabIndex li a {
	width: 60px;
	height: 25px;
	display: block;
}
#tabContent #tabIndex li.tabMusic,
#tabContent #tabIndex li.tabImage  {
	background: url(../../images/artist/tab_image.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li.tabMovie {
	background: url(../../images/artist/tab_movie.jpg) no-repeat left -27px;
}
#tabContent #tabIndex li.active {
	background-position: left top;
}

#tabContent #player1,
#tabContent #player2 {
	margin-bottom: 20px;
}


