@charset "utf-8";

@import "base.css";
@import url("textconversion.css");
#content h2 {
	padding:10px;
	margin:0 0 20px 0;
	background: url(/images/monitor/common_title_back.jpg);
}
#content .left {
	margin: 0px 20px 10px 0px;
}
#content code {
	border: 1px solid #ff4e9a;
	display: block;
	margin: 0px 0px 0px 170px;
	padding: 10px;
}
#content p span {
	font-weight: bold;
	color: #ff4e9a;	
}
#content ul li {
	list-style: disc inside;
}
#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 div h3 {
	color: #ff6699;
	margin: 0px 0px 10px;
}
#content div ul {
	margin:0 0 0 170px;
}
#content div ul li {
	list-style: none;
	background: url(/images/topics/topics02_list_icon.gif) no-repeat left 8px;
	padding: 5px 0px 5px 15px;
}