/*映画情報*/

/*各ジャンルタイトル*/

/*映画情報*/
#m_main_title {
	background-image: url(108/img/title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 70px;
	text-indent: -9999px;
	height: 30px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*映画情報*/
.m_honbun {
	float: left;
	font-size: 12px;
	margin: 3px;
}
.m_subhonbun {
	float: left;
	font-size: 12px;
	margin: 1px;
	width: 230px;
}
.m_data {
	padding: 3px;
	width: 500px;
	background-color: #EAEAEA;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

.m_tokuimg img{
	float: left;
	padding: 2px;
}
.m_subimg{
	float: left;
	padding: 2px;
	width: 250px;
}
.m_zyoei{
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 100%;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 8px;
	margin-left: 3px;
}
