@charset "utf-8";

@import "base.css";
@import url("textconversion.css");
#content p span {
	font-weight:bold;
	color:#ff6699;
}
#content dl dt {
	padding:10px 10px 10px 50px;
	background: url(/images/topics/topics01_h3_back.gif) no-repeat left bottom;
	font-weight: bold;
}
#content dl dd {
	padding: 10px 10px 0px 50px;
	background: url(/images/topics/topics01_icon_01.gif) no-repeat 6px 10px;
}
#content dl dd dl dt {
	color: #006699;
	background: none;
	padding: 10px;
}
#content dl dd dl dd {
	background: none;
	padding: 10px 10px 0px;
}
#content hr {
	background: url(/images/sitemap/sitemap_hr_back.gif) repeat-x left center;
	border-style: none;
	padding: 20px 0px;
	height: 1px;
}
/* only for ie6 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(/images/sitemap/sitemap_hr_back.gif) inside;
}
#content h3,#content .heart {
	background: url(/images/topics/topics01_icon_02.gif) no-repeat left top;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 30px;
}
#content h3 span {
	background: #FFFFFF url(/images/topics/topics01_border_back.gif) no-repeat left center;
	padding: 0px 0px 0px 110px;
}