@charset "utf-8";


div#pageTitle h2 {
	background: url(../img/page_header/question.gif) left bottom no-repeat;
	}

div#content div {
	margin-bottom: 30px;
	}

div#content div div {
	margin: 0;
	}

div#content div h3 {
	margin-bottom: 15px;
	width: 595px;
	height: 32px;
	text-indent: -9999px;
	}

div#content div#cosmetics h3 {
	background: url(../img/question/header/cosmetics.gif) no-repeat;
	}

div#content div#figure h3 {
	background: url(../img/question/header/figure.gif) no-repeat;
	}

div#content div#makeup h3 {
	background: url(../img/question/header/makeup.gif) no-repeat;
	}

div#content dl {
	}

div#content dt {
	padding: 10px 10px 0 10px;
	border: 1px dotted #ccc;
	border-bottom: 0;
	color: #e04e06;
	background: #eaf4ff;
	font-weight: bold;
	}

div#content dd {
	margin-bottom: 15px;
	padding: 0 10px 10px 10px;
	border: 1px dotted #ccc;
	border-top: 0;
	background: #eaf4ff;
	}


