﻿body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
#swf {
   border: #009966 0px dashed;
   position: absolute;
   z-index: 10;
   top: 0px;
}
html > body #menu { /*IE 8*/
   background-image: url('/Img/BG_Logo.png');
   background-repeat: no-repeat;
   border: #666666 0px dashed;
   position: absolute;
   z-index: 100;
   width: 370px;
   height: 439px;
   padding: 100px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
* + html #menu { /*IE 7*/
   background-image: url('/Img/BG_Logo.png');
   background-repeat: no-repeat;
   border: #666666 0px dashed;
   position: relative;
   z-index: 100;
   width: 370px;
   height: 439px;
   padding: 100px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
* html #menu { /*IE 6*/
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Img/BG_Logo.png', sizingMethod='crop');
   border: #666666 0px dashed;
   position: relative;
   z-index: 100;
   width: 370px;
   height: 439px;
   padding: 100px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
html > body #icon { /*IE 8*/
   background: url('/Img/Icon_Guide.png') no-repeat;
   padding-left: 15px;
   margin-left: 30px;
   filter: dropshadow (color: #333333, offx=1, offy=1, positive=true);
   width: 100%;
   vertical-align: top;
}
* + html #icon { /*IE 7*/
   background: url('/Img/Icon_Guide.png') no-repeat;
   padding-left: 15px;
   margin-left: 30px;
   filter: dropshadow (color: #333333, offx=1, offy=1, positive=true);
   width: 100%;
   vertical-align: top;
}
* html #icon { /*IE 6*/
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Img/Icon_Guide.png', sizingMethod='crop');
   padding-left: 15px;
   margin-left: 30px;
   filter: dropshadow (color: #333333, offx=1, offy=1, positive=true);
   width: 100%;
   vertical-align: top;
}
.guidecontent {
   color: #ffad3b;
   font-size: 12px;
   line-height: 24px;
}
.guidecontent A:link {
   color: #ffad3b;
   text-decoration: none;
}
.guidecontent A:visited {
   color: #ffad3b;
   text-decoration: none;
}
.guidecontent A:hover {
   color: #2ab1ff;
   text-decoration: none;
}
.footer {
   font-family: Arial, Helvetica, sans-serif, "Apple LiGothic Medium";
   color: #fefefe;
   font-size: 11px;
   line-height: 18px;
   padding: 5px 0px 0px 70px;
   margin: 0px 0px 0px 0px;
   filter: dropshadow (color: #222222, offx=1, offy=1, positive=true);
   width: 100%;
}
.footer A:link {
   color: #fefefe;
   text-decoration: none;
}
.footer A:visited {
   color: #fefefe;
   text-decoration: none;
}
.footer A:hover {
   color: #fefefe;
   text-decoration: none;
}
.maintable {
   width: 214px;
   border: 1px solid #ffffff;
   background-color: #000000;
   filter: alpha(opacity=70);
}
