@charset "utf-8";

#inner {
position:absolute;
background:url(../img/side_line.gif);
background-repeat:repeat-y;
}

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

#vdsArea {
position:absolute;
top:10px;
left:380px;
}

* html #vdsArea { /* for IE6 hack */
position:absolute;
top:10px;
right:150px;
}

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

.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;
}

