@charset "UTF-8";


@import 'common.css';

#CONTENT {
	margin: 0px;
	width: 560px;
}

/* SIDEMENU */
#SIDEMENU .artist_list {
	border-left: 1px solid #C9C6C5;
	border-bottom: 1px solid #C9C6C5;
	width: 189px;
	padding: 0px;
	margin: 0px;
}
#SIDEMENU .artist_list li { padding-bottom: 0px; }
#SIDEMENU .artist_list p {
	margin: 0px;
	height: 20px;
	text-indent: 10px;
	font-weight: bold;
	color: #000000;
	width: 189px;
	background-color: #e6e6e6;
	border-bottom: 1px solid #C9C6C5;
}
#SIDEMENU .artist_list a { height: 20px; }
#SIDEMENU dl {
	width: 189px;
	margin: 0px;
	padding-top: 10px;
}
#SIDEMENU dt {
	margin: 0px;
	padding: 0px 10px;
}
#SIDEMENU dd {
	padding: 0px 10px 5px;
	margin: 0px;
}
#SIDEMENU dd ul {
	width: auto;
	padding-bottom: 5px;
}
#SIDEMENU dd li {
	padding: 0px 0px 0px 15px;
	background-image: url(/images/common/icon_list.jpg);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#SIDEMENU dd li a { width: auto; }
#SIDEMENU li.sidemenu_blog { padding-top: 25px; }


/* CONTENT */
#CONTAINER { position: relative; }
.button_card {
	position: absolute;
	top: 0;
	left: 0;
	margin: 38px 0px 0px 407px;
	z-index: 1;
}
.button_card a {
	background-image: url(/images/artist/button_card_on.jpg);
	display: block;
	width: 154px;
	height: 36px;
}
.button_card a:hover img { visibility: hidden; }
.button_card a:hover { zoom: 100%; }

#CONTENT .lines { margin-left: 30px; }
#CONTENT .lines h3 {
	font-size: 12px;
	background-color: #E6E6E6;
	border: solid 1px #C9C6C5;
	text-indent: 10px;
}
#CONTENT .lines .artist {
	padding: 15px 10px 10px;
	margin: 0px;
	overflow: auto;
	height: 100%;
}
#CONTENT .lines .artist h4 {
	font-size: 12px;
	margin: 0px;
}
#CONTENT .lines .artist h4 span { padding: 0px 10px; }
#CONTENT .lines .artist .work {
	width: 131px;
	margin-left: 50px;
	float: right;
	text-align :center;
}
#CONTENT .lines .artist .work img {
	border: solid 1px #C9C6C5;
}
#CONTENT .lines .artist .work a img { border: none; }
#CONTENT .lines .artist .work a.page-options {
	display: block;
	width: 95px;
	height: 23px;
	margin: 5px auto 10px;
	background-image: url(/images/artist/button_preview_on.jpg);
}
#CONTENT .lines .artist .work a.page-options:hover { zoom: 100%; }
#CONTENT .lines .artist .work a:hover img { visibility: hidden; }
#CONTENT .lines .artist p { margin: 15px 0px 0px; }
#CONTENT .lines .artist p.web {
	background-image: url(/images/common/icon_list.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 11px;
}
#CONTENT .lines .artist .web a { padding-left: 10px; }

/* hr */
#CONTENT hr {
	border: solid 1px #C9C6C5;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
}
#CONTENT .lines hr {
	border: dotted 1px #C9C6C5;
	border-width: 1px 0px 0px 0px;
	margin-left: 10px;
}

/* top_link */
#CONTENT .link_top { margin-top: 60px; }
