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

.discography{
	width:553px;
	margin:15px auto;
	text-align:left;
}

h3.movie_ct_tle{
	font-weight:bold;
	background-color:#CCC;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	margin-bottom:15px;
}
.discography ul{
	width:566px;
	_width:579px;
	overflow:hidden;
	margin-left:-13px;
	_margin-left:-26px;
	margin-bottom:20px;
}
.discography ul li{
	text-align:left;
	width:270px;
	float:left;
	margin-left:13px;
	margin-bottom:20px;
}
.discography ul li p{
	text-align:center;
}

.return_btn {
	background-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	width:130px;
	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;
}

