/* CSS Document */

#gnav {
	position: relative;
	z-index: 99;
}

#mainimg {
	width: 100%;
	height: 496px;
	background: url(../images/bg.jpg) no-repeat center top;
	z-index: 0;
	margin-bottom: 30px;
}

#mainimg h1 { position: relative; }
#mainimg h1 img {
	position: absolute;
	left: 50%;
	margin-left: -167px;
	top: -207px;
}

#contents {
	width: 953px;
	margin: 0 auto;
}

#contents .left {
	float: left;
	width: 520px;
	position: relative;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 10px;
}

#contents .left .photo {
	position: absolute;
	top: 3px;
	left: 0;
}

#contents .left dl {
	margin-left: 160px;
	min-height: 200px;
}


#contents .right {
	float: right;
	width: 375px;
	padding-bottom: 30px;
}

#contents .right .dl {
	display: block;
	height: 0;
	width: 0;
	padding: 80px 0 0 375px;
	background: url(../images/dls.jpg) no-repeat 0 0px;
	overflow: hidden;
	margin-bottom: 15px;
}

#contents .right .dl:hover {
	background-position: 0 -100px;
	filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

#contents .right .test {
	display: block;
	height: 0;
	width: 0;
	padding: 84px 0 0 375px;
	background: url(../images/test_btn.jpg) no-repeat 0 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

#contents .right .test:hover {
	background-position: 0 -91px;
	filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

#contents .right .whatis {
	display: block;
	width: 310px;
	height: 96px;
	margin-left: 3px;
	background: url(../images/whatis.jpg) no-repeat 0 0;
	font-size: 12px;
	padding: 20px 0 0 60px;
	margin-bottom: 5px;
}


