/* toppage.css(トップページ） */
/* 見出し部分 */
#contents .topcaption {
	border-bottom: 2px groove #CCCCCC;
	margin-bottom: 20px;
}
#contents .topcaption h3 {
	font-size: 14px;
	color: #FFFFFF;
	background: #50003A url(../images/table-back01.gif) no-repeat 1px 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 620px;
	line-height: 120%;
	text-align: center;
}
#contents .topcaption p img {
	margin-left: 100px;
}
#contents .topcaption p {
	background: url(../images/mainimage.gif) no-repeat center 10px;
}
/* 内容 */
#contents #festivalprofile {
	width: 620px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px groove #CCCCCC;
}
#contents #festivalprofile h3 {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	background: #FFFFFF;
	font-weight: bold;
}
#contents #festivalprofile p {
	font-size: 12px;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	background: #FFFFFF;
}
#contents #whatsnew {
	width: 620px;
}
#contents #whatsnew h3 {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	background: #FFFFFF;
	font-weight: bold;
}
#contents #whatsnew dl {
	font-size: 12px;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
	background: #FFFFFF;
}
#contents #whatsnew dd {
	padding-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
}
