<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#campaign {
	width:630px;
	text-align:left;
}

#campaign .title{
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	color: #F00;
}

#campaign p {
	font-size: 15px;
	line-height: 150%;
	font-style: normal;
	color: #000;
}

#campaign .b{
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	font-style: normal;
}

#campaign .red{
	font-size: 15px;
	line-height: 150%;
	color:#FF0000;
	font-weight: bold;
	font-style: normal;
}

#campaign .blue{
	font-size: 15px;
	line-height: 150%;
	color:#0080FF;
	font-weight: bold;
	font-style: normal;
}

#campaign img{
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
</pre></body></html>