/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../css/base.css");

.content div.Question {
	font-size: 110%;
	background-repeat: no-repeat;
	padding-left: 0px;
	clear: both;
	float: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #066291;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.content div.Question img { }

.content div.Question p {
	display: block;
	float: right;
	width: 350px;
}

.content div.Answer {
	font-size: 110%;
	background-repeat: no-repeat;
	padding-left: 0px;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 15px;
}

.content div.Answer img { float: left; }

.content div.Answer p {
	display: block;
	float: right;
	width: 390px;
}
