/* ポップアップ用CSS　*/
/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
	width: 266px;
	height: 296px;
    background: #000088;
    text-align: center;
    color: #ffffff;
    font-size: 11pt;
}
html>body {
    font-size: 11pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #ccccff;
    text-decoration: none;
}
a:hover {
    color: #ccccff;
    text-decoration: underline;
}
a:active {
    color: #ccccff;
    text-decoration: none;
}
/* IE用OBJECTタグ入れ子の表示修正 */
* html object.playerimg {
     display: none;
}
* html object.playerimg/**/ {
     display: inline;
}
* html object.playerimg {
     display/**/: none;
}

#popup-container {
    margin: 5px;
    width: 250px;
    background: #000088;
    text-align: left;
    border: 5px solid #cccccc;
}
.player {
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #000088;
}
.music {
    margin: 25px 10px 0 10px;
    text-align: left;
}
.composor {
    margin: 5px 10px 0 10px;
    text-align: left;
}
.midi-by {
    margin: 5px 10px 0 10px;
    text-align: left;
}
.close-button {
    margin: 25px 0 10px 0;
    text-align: center;
}
.attn {
    margin: 15px 10px 5px 10px;
    text-align: left;
    font-size: 9pt;
}
.return {
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 9pt;
}
.counter {
    display: none;
}
