@charset "utf-8";
/* CSS Document */

#collection_area {
	position:relative;
}
#collection_b{
	position:absolute;
	left: 583px;
	top: 198px;
}
#cinema_area {
	position:relative;
	width: 820px;
	margin:10px auto 0;
}
#cinema_b{
	position:absolute;
	left: 267px;
	top: 201px;
}
#cinderella_area {
	position:relative;
	width: 820px;
	margin:10px auto 0;
}
#cinderella_b{
	position:absolute;
	left: 60px;
	top: 158px;
}
#news_area {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#news_area h3 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#news_area dl {
	width: 810px;
	background-image: url(../images/bar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	color: #FFF;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: left;
}
#news_area dt {
	width: 90px;
	float: left;
}
#news_area dd {
	width: 720px;
	float: left;
}
#news_area a:link {
color: #fff;
}
#news_area a:visited {
color: #fff;
}
#news_area a:hover {
color: #F00;
}
#news_area a:active {
color: #F00;
}











/****/

