@charset "utf-8";

#inner {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:820px;
}

.no_disp {
display:block;
overflow:hidden;
height:1px;
text-indent:-9999px;
}

#vdsArea {
	position:absolute;
	top:205px;
	right:180px;
}

* html #vdsArea { /* for IE6 hack */
	position:absolute;
	top:207px;
	right:180px;
	width: 200px;
	height: 20px;
}

*:first-child+html #vdsArea {/* for IE7 hack */
	position:absolute;
	top:200px;
	right:180px;
}

.vdsBTN {
float:right;
margin:-2px 8px 0 0;
}

#vdsArea .vdsBTN {
float:right;
margin:0 8px 0 0;
}

* html .vdsBTN,
*:first-child+html .vdsBTN {
margin:-2px 8px 0 0;
overflow:visible;
}

