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


.intrList{
}
.intrList ul{
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.intrList li{
	list-style-type: none;
}
.intrList li a{
	text-decoration: none;
	display:block;
	background-color: #E1F1FF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 570px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-image: url(../img/icon_home_01.gif);
	background-repeat: no-repeat;
	background-position: -1px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BAAFF;
	border-right-color: #4BAAFF;
	border-bottom-color: #4BAAFF;
	border-left-color: #4BAAFF;
}
.intrList li a:hover{
	text-decoration: none;
	display:block;
	list-style-type: none;
	background-color: #FFFDD2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 570px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-image: url(../img/icon_home_01.gif);
	background-repeat: no-repeat;
	background-position: -1px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4BAAFF;
	border-right-color: #4BAAFF;
	border-bottom-color: #4BAAFF;
	border-left-color: #4BAAFF;
}

.paList{
}
.paList ul{
}
.paList li{
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D8D8D;
	padding-bottom: 5px;
}
.qaDl dl{
	width: 600px;
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	/*border: 1px solid #005BAC;*/
}
.qaDl dt{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005BAC;
	background-color: #FFF100;*/
	color: #005BAC;
	border: 1px dotted #8D8D8D;
	background-color: #EEE;
}
.qaDl dd{
	padding: 10px;
	margin: 0px;
	width: 580px;
}
