/*Comon Style-----------------------------------*/
@import url(./common/common.css);
@import url(./common/style.css);


/*Unique Style*/
#discography .section img.front_img	{
	float:left;
	width:200px;
	margin:0 34px 14px 30px;
}

.sectin_dc	{
	margin:20px 0;
}

#discography .section .rt_data	{
	float:left;
	width:460px;
	display:block;
}

#discography .section dl	{
	margin:0 0 16px;
}

#discography .section dl dt	{
	font-weight:bold;
	font-size:18px;
	line-height:120%;
	color:#423E99;
	letter-spacing:1px;
	border-bottom:1px dotted #423E99;
	padding:0 6px;
	margin:0 0 5px;
}

#discography .section dl dt span	{
	font-weight:normal;
	font-size:11px;
	color:#333333;
	padding-left:1em;
	letter-spacing:0;
}

#discography .section dl dd span	{
	font-size:11px;
	letter-spacing:0;
}

#discography .section dl dd	{
	margin:0 6px;
	letter-spacing:1px;
	font-size:12px;
}

#discography .section p	{
	margin:0 5px 1em;
}

#discography .section p.caption	{
	padding:3px 5px 2px;
	line-height:150%;
	border:1px solid #999999;
}

* html #discography .section p.caption	{
	line-height:140%;
}

*+html #discography .section p.caption	{
	padding:2px 5px;
}

/*Safari 3 Hack ↓*/
@media screen and (-webkit-min-device-pixel-ratio:0){
#discography .section p.caption	{
	padding:2px 5px;
}
}
/*Safari 3 Hack ↑*/

*+html #discography .section .rtn	{
	margin-top:30px;
}

* html #discography .section .rtn	{
	margin-top:30px;
}