@charset "Shift_JIS";
#wrapper {
	margin-right: 20px;
	margin-left: 20px;
}
p {
	margin-bottom: 10px;
}
.infoTextRed {
	color: #CC0000;
}

/*見出しの設定
=======================================*/
.mainHeadline1 {
	font-size: 16px;
	line-height: 1.25em;
	color: #FF6600;
	font-weight: bold;
	background-image: url(../img/common/headline-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 5px 2px 15px;
	border-bottom: 2px solid #FF6600;
	margin-bottom: 5px;
}
.mainHeadline2 {
	font-size: 16px;
	line-height: 1.25em;
	font-weight: bold;
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

