@charset "utf-8";
/*---------------------------------------------------------------
	BODY
---------------------------------------------------------------*/
#main-body {
	margin: auto;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#main-body #sub-title-sv {
	clear: both;
	margin: 15px 0px;
}

#main-body #sub-title-dvd {
	clear: both;
	margin-bottom: 15px;
}
#main-body h3{
	font-weight: bold;
	font-size: 100%;
	_font-size: 90%;
}

.dvd-link {
	width: 234px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align:right;
	border-bottom: 1px dotted #838383;
}

.dvd-link a {
	font-size: 85%;
	_font-size: 80%;
	padding-left: 12px;
	background: url(../images/arrow-b.jpg) no-repeat;
}


#main-body .box {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #F7F7F7;
}

#main-body .image {
	float: left;
	width: 80px;
	margin-right: 15px;
}

#main-body div.textbody {
	float: left;
	width: 154px;
}
#main-body div.textbody p {
	font-size: 90%;
	_font-size: 85%;
	margin-bottom: 15px;
}

#main-body .details {
	text-align:right;
}

#main-body .details a {
	color: #CC0000;
	padding-left: 12px;
	background: url(../images/arrow-r.gif) no-repeat;
}
