@charset "UTF-8";

#ccopy {
	height: 48px !important;
	background-image: url(../img/h2-copy.png);
}

#eights dt {
	color: #3255FF;
	text-decoration: underline;
	font-weight: bold;
}
#eights dd {
	font-size: 12px;
	margin-left: 3em;
}
#eights strong {
	font-weight: bold;
	color: red;
}

#h3-recommend {
	background-image: url(../img/h3-recommend.png);
}
#h3-supply {
	background-image: url(../img/h3-supply.png);
}
#h3-owner {
	background-image: url(../img/h3-owner.png);
}
#h2-complete {
	background-image: url(../img/h2-complete.png);
}
#h2-holiday {
	background-image: url(../img/h2-holiday.png);
}

#topic {
	text-align: center;
	background-color: #F58185;
/*	background-image: url(../img/topic_back.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
#topic a {
	color: #FFFFFF;
	text-decoration: underline;
}
#topic a:hover {
	color: #4040F0;
}