@charset "UTF-8";
/* CSS Document */


#basebox01 {
	text-align: left;
	padding: 0px;
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}


#basebox02 {
	text-align: center;
	padding: 0px;
	width: 1000px;
	height: auto;
	float: left;
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #2585A7;
}

#basebox03 {
	text-align: center;
	padding: 0px;
	width: 1000px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #2585A7;
	margin-top: 40px;
}


.txtstyle001 {
	color: #C91349;
	font-weight: bold;
}

.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtmlgoodies_question{	/* 質問部分 */
	color: #000000;
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 2px;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #AAAAAA;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dhtmlgoodies_answer{	/* 解答部分 */
	width: 100%;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	position: relative;
	color: #606060;
	font-size: 20px;
	line-height: 160%;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
