/* CSS Document */

body {
	background: none;
}
.breadCrumbs,
.globalNavi,
.sub #subBox,
#footer {
	display: none;
}

#header {
	height: 100px;
	overflow: hidden;
}

#mainBox,
.pList,
#container {
	overflow: visible;
}
#container {
	position:absolute;
	top: 110px;
}


.sub #mainBox {
	width: 100%;
	float: left;
}

.pList {
	width: 700px;
	margin-left: 0;
	overflow: visible;
	font-size: 10px;
}

.pList li {
	width: 150px;
}

.pList img {
	width: 150px;
	height: 100px;
}

h2 {
	clear: left;
}



.pList {
	position: relative;
	top: 0;
}