@charset "utf-8";

/* ***************************************************************

		contents base
		
**************************************************************** */
.movieBox {
	width: 580px;
	margin-bottom: 19px;
	/*padding-bottom: 18px;*/
}

.noticeBox {
	width: 580px;
	/*height: 262px;*/
	/*height: 386px;*/
	/*height: 429px;*/
	height: 435px;
	background-color: #DDD;
}

.noticeBox-inner {
	/*border: solid 1px #AAA;*/
	padding: 90px 70px;
}

.noticeBox-inner a:link {
	text-decoration: underline;
}

.noticeBox-inner a:visited {
	text-decoration: underline;
}

