@charset "utf-8";
/* CSS Document */
html {
 overflow-y: scroll;
}
body {
 background-image: url(../img/back.jpg);
 background-position: center top;
 background-repeat: repeat-y;
}
.FloatLeft {
 float: left;
 _display: inline;
}
.ClearLeft {
 clear: left;
}
span, li, td, h2, p, strong {
 color: #000;
 line-height: 0px;
}
a {
 color: #000;
}
p, strong, .Red {
 line-height: 150%;
}
li {
 line-height: 100%;
}
/*---------- root-dash ----------*/
#Wallpaper {
 position: relative;
 overflow: hidden;
}
#root-dash {
 background-image: url("/dash/img/top/return.png");
 background-position: left top;
 height: 40px;
 overflow: hidden;
 position: absolute;
 right: 2px;
 text-indent: -99999px;
 top: 0;
 width: 158px;
}
#root-dash:hover {
 background-position: right top;
}
#content-top #root-dash {
 top: -32px;
}
