@charset "utf-8";

/*
Q&A CSS
*/
#header {
	background: url(/img/bg_qandaheader.jpg) left top no-repeat;
}

#qanda {
	padding: 12px 0 12px 12px;
}
#qanda p {
	margin-left: 12px;
}

h2 {
	width: 615px;
	height: 41px;
	background: url(/img/h2_qanda.gif) left no-repeat;
	border-bottom: 1px dotted #666;
}
h3 {
	font-size: 100%;
	border-bottom: 3px double #FFF;
	margin: 35px 0 12px;
	padding: 0 0 5px 0;
}
h4 {
	margin: 40px 0 50px;
}

#qandalist {
	margin: 0 0 15px 15px;
}
#qandalist ul li {
	font-size: 90%;
	list-style-type: none;
	padding: 8px 0;
}
#qandalist ul li.title1,
#qandalist ul li.title2 {
	color: #F60;
	font-weight: bold;
	padding: 10px 0 5px;
}
#qandalist ul li.title2 {
	padding: 25px 0 5px;
}

#qandalist ul li a {
	color: #FFF;
	font-weight: bold;
}
#qandalist ul li a:hover {
	text-decoration: none;
}

span.question,
span.answer {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	background: #FFF;
	margin-right: 10px;
}