@charset "utf-8";
/* CSS Document */

#title {
	width: 584px;
	height: 21px;
	text-indent: -9999px;
	background-image:url(images/title.gif);
	margin-bottom: 20px;
}

#main {
background-image:url(images/bg.jpg);
background-repeat: no-repeat;
background-position: 0px 30px;
}

ul,li {
	list-style: none;
	margin-left: 20px;
}


h3 {
	display: block;
	width: 584px;
	margin: 40px 0px 20px 0px;
}

.text_hidden {
	text-indent: -9999px;
}

#description {
	color: #333333;
	margin-bottom: 30px;
	padding: 0px 15px;
}

#tag_okashi {
	background:url(images/tag_okashi.gif);
	width: 157px;
	height: 19px;
}

#tag_shop {
	background:url(images/tag_shop.gif);
	width: 136px;
	height: 19px;
}

#tag_card {
	background:url(images/tag_card.gif);
	width: 225px;
	height: 20px;
}

#tag_tuhan {
	background:url(images/tag_tuhan.gif);
	width: 183px;
	height: 19px;
}

#tag_others {
	background:url(images/tag_others.gif);
	width: 161px;
	height: 19px;
}

.qna {
	width: 584px;
	margin-bottom: 20px;
}

.question_top {
	width: 584px;
	height: 5px;
	background-image:url(images/q_top.gif);
	font-size: 5px;
	line-height: 5px;
}
.question_bottom {
	width: 584px;
	height: 5px;
	background-image:url(images/q_bottom.gif);
	margin-bottom: 5px;
	font-size: 5px;
	line-height: 5px;
}

.question_content {
	width: 564px;
	padding: 0px 10px;
	background-color: #eff1cc;
}

.question_mark {
	width: 16px;
	height: 17px;
	float: left;
	margin-right: 10px;
}

.question_body {
	width: 530px;
	float: left;
	font-weight: bold;
	color: #666600;
}

.answer_top {
	width: 584px;
	height: 5px;
	background-image:url(images/a_top.gif);
	font-size: 5px;
	line-height: 5px;
}

.answer_bottom {
	width: 584px;
	height: 5px;
	background-image:url(images/a_bottom.gif);
	font-size: 5px;
	line-height: 5px;
}

.answer_content {
	width: 564px;
	padding: 0px 10px;
	background-color: #f9f9f1;
}

.answer_mark {
	width: 14px;
	height: 14px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 12px;
}

.answer_body {
	width: 530px;
	float: left;
	margin-right: -1px;
	margin-top: 5px;
	margin-bottom: 5px;
}