@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[questions_and_answers.css]

	@author S.Kaizu

============================================================*/

div.content h1 {
	height: 100px;
}

div.section img {
	display: block;
}

div.section th,
div.section td {
	width: 288px;
	padding: 0;
	background: none;
	border: none;
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	word-break: break-all; /*IE*/
}
* html div.section th,* html div.section td {
	width: 330px;
}

div.section tbody th,
div.section tbody td {
	border-bottom: 1px dotted #CCC;
}

div.section tbody th {
	padding: 1em 30px 1em 42px;
	background: url(../img/bullet_questions.gif) no-repeat 0 1.4em;
}

div.section tbody td {
	padding: 1em 0 1em 42px;
	background: url(../img/bullet_answers.gif) no-repeat 0 1.4em;
	color: #933;
}
