@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */

/* スライド部分 -------------------- */

.panel-wrapper h2{
	margin-bottom: 15px;
	color: #FF9900;
	font-size: 130%;
	font-weight: bold;
}

.panel-wrapper .read-box{
	width: 610px;
	clear: both;
}

.panel-wrapper .read-box .photo{
	width: 136px;
	float: left;
}

.panel-wrapper .read-box .txt{
	width: 460px;
	float: right;
}

.panel-wrapper .read-box .txt span{
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}

dl.news-list{
	margin: 10px 0px 25px 0px;
}

dl.news-list dd{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
}

.movie-box{
	margin: 10px 0px 25px 0px;
}

.movie-box dl dd{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 115%;
}

.movie-box .movie{
	text-align: center;
}

.movie-box .txt{
	margin-top: 10px;
}

.movie-box .txt span{
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}

