@charset "UTF-8";
#contentsArea-inner {
	margin: 0px 20px 0px 20px;
}
#left {
	float: left;
	width: 460px;
	padding-top: 20px;
	line-height: 160%;
	margin-left: 40px;
}
#left ul#memo {
	margin-top: 6px;
	margin-left: 16px;
}
#left #title {
	text-align: center;
	margin-bottom: 16px;
}
#left #dial {
	text-align: center;
	margin-top: 20px;
}
#csRight {
	float: right;
	text-align: center;
	line-height: 160%;
	margin-right: 20px;
}
p#qaTitle {
	font-size: 16px;
	background-image: url(images/bg_title_qa.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	width: 800px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 50px;
}
ul#qa {
	width: 800px;
	margin-top: 16px;
	margin-right: 30px;
	margin-left: 30px;
}
ul#qa li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	line-height: 160%;
}
ul#qa li#question {
	background-color: #F9DDDB;
	background-image: url(images/bg_qa_question.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#qa li#answer {
	background-image: url(images/bg_qa_answer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
