@charset "utf-8";

html, body {
	background: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	*font-size:small;
	*font:x-small;
}

	.dotLine {
		clear: both;
		padding: 20px 0 20px 0;
		font-size: 1%;
		background: url(../img/dotLine.gif) repeat-x center center;
	}

	#changeService {
		display: block;
		width: 720px;
		height: 49px;
		background: url(../img/changeServiceBg.png) no-repeat;
		position: absolute;
		top: 0;
		right: 0;
	}

	#changeService a {
		float: left;
		display: block;
		width: 153px;
		height: 49px;
		background-positon: 0 0;
		text-indent: -10000em;
	}
	a.cs01 {
		background-image: url(../img/changeServiceTab01.png);
	}
	a.cs02 {
		background-image: url(../img/changeServiceTab02.png);
	}
	a.cs01:hover,
	a.cs01.current {
		background-position: 0 -49px;
	}
	a.cs02:hover,
	a.cs02.current {
		background-position: 0 -49px;
	}

/* for logout*/
	#changeService p a {
		float: left;
		display: block;
		width: 117px;
		height: 49px;
		background: none;
		text-indent: 0;
	}

	#contractInfo {
		width: 240px;
		/*height: 240px;*/
		height: 177px;
		position: relative;
		background: url(../img/contractInfo.png) no-repeat;
	}
		#common {
			position: absolute;
			left: 20px;
			top: 12px;
			width: 200px;
			height: 46px;
		}
			#common img {
				width: 200px;
				height: 46px;
			}
		#qID {
			position: absolute;
			top: 108px;
			left: 116px;
		}
		#qPOINT {
			position: absolute;
			top: 126px;
			left: 114px;
			font-size: 24px;
			font-family: Verdana;
			font-weight: 700;
			color: #444444;
		}


	#shortCut { display:none;
		padding-left: 20px;
	}
	#shortCut p {
		float: left;
	}

	#navImgInfo {
		width: 204px;
		padding: 10px 18px 5px 18px;
		clear: both;
	}
	#navImgInfo p {
		padding-bottom: 5px;
	}




