/*中ページ用スタイルシート*/

/*サブタイトル*/
.subtitleYellow {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #FFCC00;
	color: #666666;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}
.subtitleGreen {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #66CC66;
	color: #FFFFFF;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}
.subtitleBlue {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #0099CC;
	color: #FFFFFF;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}
.subtitlePurple {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #993399;
	color: #FFFFFF;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
} 
.subtitleRed {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #CC3300;
	color: #FFFFFF;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}
.subtitleGray {
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	background-color: #E6E6E6;
	color: #666666;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}
