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



/*サブタイトル*/

.subtitleYellow {

	font-size: 14px;

	line-height: 110%;

	font-weight: bold;

	background-color: #FFCC00;

	color: #666666;

	padding: 5px;

	width: 590px;

	margin-bottom: 10px;

}
.subtitleLitegreen {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	background-color: #bfffbf;
	color: #FFFFFF;
	padding: 5px;
	width: 590px;
	margin-bottom: 10px;
}

.subtitlePaleGreen {
	font-size: 12px;
	line-height: 150%;
	background-color: #bfffbf;
	color: #FFFFFF;
	padding: 5px;
	width: 280px;
	margin-bottom: 5px;
}

.subtitleGreen {

	font-size: 14px;

	line-height: 110%;

	font-weight: bold;

	background-color: #66cdaa;

	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;

}

.p_img {

	width: 575px;

	margin-right: auto;

	margin-left: auto;

	padding-top: 10px;

	padding-bottom: 10px;

}
