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

.expList{
}
.expList ul{
	clear: left;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.expList li{
	list-style-type: none;
}
.expList li a{
	text-decoration: none;
	display:block;
	
	background-color: #E1F1FF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 580px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	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;
}
.expList 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: 580px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	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;
}
.expConTitle{
	float: left;
	width: 625px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.expConTitleImg{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 90px;
}
.expConTitleText{
	float: left;
	width: 480px;
	margin-left: 20px;
	background-color: #FFFDD2;
	padding: 10px;
}
.expConTitleText h4{
	margin: 5px 10px 10px 10px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005BAC;
	font-size: 16px;
	color: #005BAC;
}
.expConTitleText p{
	margin-left: 15px;
	margin-bottom: 0px;
}
h5{
	font-size: 12px;
	color: #005BAC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005BAC;
	border-bottom-color: #005BAC;
	margin-bottom: 10px;
	margin-top: 20px;
	background-color: #E1F1FF;
}
