@charset "euc-jp";

#tabchange ul#tab {
	float:left;
	width:785px;
	height: 40px;
	list-style:none;
	margin-top: 20px;
	}

#tabchange ul#tab li {
	text-align:center;
	float:left;
	width:157px;
	height: 40px;
	background:url(img2/tab.jpg) no-repeat;
	}

#tabchange ul#tab li.selected {
	background-position:0 -40px;
	}

#tabchange ul#tab li:hover {
	background-position:0 -40px;
	}

#tabchange dl {
	padding:20px 0 10px 0;
	color:#333;
	clear:both;
	}

#tabchange dl dt {
	margin-bottom:1em;
	}

#tabchange dl dd p {
	margin-bottom:1em;
	}

#tabchange .question{
	font-size:12px;
	line-height:140%;
	color: #099;
	margin: 20px 0;
}
#tabchange .anser{
	font-size:12px;
	line-height:140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}
.text14b{
	font-size: 15px;
	font-weight:bold;
	color:#000;
}