@import url(http://www.aandm.jp/mt/mt-static/themes-base/blog.css);
@import url(http://www.aandm.jp/mt/mt-static/addons/Commercial.pack/themes/universal-black/screen.css);

#message {
display: block;
display: none;
z-index: 999;
opacity: .6;
position: fixed;
top: 100%;
margin-top: -80px;
left: 70%;
margin-left: -80px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 300px;
line-height: 48px;
height: 48px;
padding: 10px;
background-color: #000;
font-size: medium;
text-align: center;
}
#message a { color: #fff; }

