@charset "shift_jis";
.SubTitle {
	background-color: #ff848d;
	text-align: center;
	height: 35px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
	border-radius: 3px;
	box-sizing: border-box;
}
.menuContents {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
