@charset "utf-8";
/* CSS Document */

div#contentBox dl {
	margin-bottom:20px;
	padding-bottom: 20px;
	background: url(../common/bg_dotLine.jpg) bottom repeat-x;
}

div#contentBox dl dt {
	background: url(../images/faq/icon_q.jpg) no-repeat left top;
	padding: 10px 0px 10px 50px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #cc9966;
}

div#contentBox dl dd {
	background: url(../images/faq/icon_a.jpg) no-repeat left top;
	padding: 10px 0px 0px 50px;
}

div#contentBox dl dd p {
	margin: 0px 0px 5px 0px;
}

ul#faqList {
	margin: -30px 0px 30px 0px;
	padding: 0px;
	width: 723px;
}
ul#faqList li {
	margin: 0px;
	padding: 10px 20px 0px 0px;
	float: left;
	width: 330px;
	list-style: disc;
	list-style-position: inside;
}

ul#faqList li.ttl {
	margin: 0px 0px 10px 0px;
	padding: 30px 0px 5px 0px;
	float: none;
	clear: both;
	width: 723px;
	list-style: none;
	list-style-position: outside;
	background: url(../common/bg_dotLine.jpg) bottom repeat-x;
}

ul#faqList li.ttl a {
	font-weight: bold;
	font-size: 13px;
	color: #cc9966;
	text-decoration: none;
}
ul#faqList li.ttl a:hover {
	color: #cc9966;
}

h5 {
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 70px 0px 10px 0px;
	width: 723px;
	background: url(../images/collection/bg_ringUnder.jpg) bottom repeat-x;
	font-weight: bold;
	font-size: 16px;
	color: #bf9482;
	text-decoration: none;
}
