@charset "UTF-8";

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: none;
}

div#body {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	_overflow: visible;
	zoom: 1;
}

div#dp1x {
	width: 400px;
	height: 100%;
	float: left;
	border-right: 1px solid #ebebeb;
}

div#dp2s {
	width: 399px;
	height: 100%;
	float: left;
	border-right: 1px solid #ebebeb;
}

div#logo {
	padding: 560px 0 38px 29px;
	width: 82px;
	float: left;
}

/* clearfix */
div#body:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}