#CONTENTS strong {
	color: #C00;
	font-weight: bold;
}

#CONTENTS .boxl  {
	width: 352px;
	float: left;
}
#CONTENTS .boxr {
	width: 352px;
	float: right;
}
#CONTENTS .boxl img, #CONTENTS .boxr img {
	float: left;
	margin-right: 5px;
}
#CONTENTS .boxl h3 img, #CONTENTS .boxr h3 img {
	height: 30px;
	width: 352px;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#CONTENTS .boxl strong, #CONTENTS .boxr strong {
	color: #454545;
	display: block;
	padding-bottom: 5px;
}

#CONTENTS .boxclr {
	clear: both;
	height: 10px;
}

