/* CSS Document */

.set {
	_width: 100%;
	margin: 0px 0px 0px 20px;
}

#inquiry img {
	margin-right:2px;
}


.InqLink ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000099;
}

.InqLink li {
	margin: 0px 20px 0px -20px;

	line-height: 140%;
}

.InqLink a {
	background-image: url(../img/shared/dir_blue.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 24px;
	text-decoration: none;
}

.InqLink a:hover{
	text-decoration: none;
	background-color: #EFF8FF;
}


.InqTable {
	width:100%;
	border: 1px solid #DEDEDE;	
}

.InqTable th {
	width:45%;
	background-image:url(../img/shared/glay_bg.gif);
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	line-height: 150%;
}

.InqTable td {
	padding: 5px 10px;
	line-height: 150%;
	background-image:url(../img/shared/darkglay_bg.gif);
}

.InqTable td img {
	margin-left: 15px;
}

.EmpTable {
	width:100%;
	border: 1px solid #DEDEDE;	
}

.EmpTable th {
	width:45%;
	background-image:url(../img/shared/glay_bg.gif);
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	line-height: 150%;
}

.EmpTable td {
	padding: 5px 10px;
	line-height: 150%;
	background-image:url(../img/shared/glay_bg.gif);
}

.EmpTable td img {
	margin-left: 15px;
}

.inqlist li {
	margin-left: 0em;
	line-height: 150%;
	list-style-image: url(../img/shared/li_blue.gif);
}
