@charset "utf-8";
@import url("reset.css");
@import url("base.css");

.discography{
	width:553px;
	margin:15px auto;
	text-align:left;
}
.discography ul{
	width:566px;
	_width:579px;
	overflow:hidden;
	margin-left:-13px;
	_margin-left:-26px;
}
.discography ul li{
	width:270px;
	float:left;
	margin-left:13px;
	margin-bottom:20px;
}
.discography ul li p{
	text-align:center;
}

h3.media_title{
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #000000;
	padding-bottom:3px;
	margin-bottom:15px;
}
h3.media_title p{
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	background-color:#CCCCCC;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	}
.media_image{
	margin-bottom:20px;
	text-align:center;
}
.media_txt{
	margin-bottom:20px;
	border:1px solid #666666;
	padding:15px;
}
.url{
	widows:553px;
	overflow:hidden;
	margin-bottom:20px;
	}
.url dt{
	width:50px;
	text-align:center;
	background-color:#666666;
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}
.url dd{
	width:490px;
	float:right;
}
.staff{
	border-left:3px solid #666666;
	padding-left:10px;
	margin-bottom:30px;
}


.return_btn {
	background-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	width:100px;
	text-align:center;
}
.return_btn a{
	color:white;
	display:block;
}



#link_other {
	margin: 0 22px 0 0;
	width: 551px;
	text-align: right;
	float: right;
}
#link_other a {
	padding-left: 19px;
	background-image:url("../images/arrow.gif");
	background-position:left middle;
	background-repeat:no-repeat;
	text-align: right;
}
#link_other a:link {
	color:#000;
}
#link_other a:visited {
	color:#000;
}
#link_other a:active {
	color:#000;
}
#link_other a:hover {
	color:#333399;
	text-decoration:underline;
}
#link_other a {
	text-decoration:underline;
}