/* ご利用規約 */
#Accept {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
    background-color:#000000;
    color:#ffffff;
    z-index:100;
}
#Accept div.header {
    position:absolute;
    top:0;
    left:1em;
    right:1em;
    line-height:2.5em;
    text-align:center;
    font-size:large;
    font-weight:bold;
}
#Accept div.body {
    position:absolute;
    top:3em;
    bottom:5em;
    left:1em;
    right:1em;
    background-color:#333333;
    border:1px solid #ffffff;
    padding:10px;
    overflow:auto;
}
#Accept div.body ul {
    margin-left:1em;
}
#Accept div.body ul li ul {
    margin-top:1em;
    margin-bottom:1em;
    margin-left:3em;
}
#Accept div.footer {
    position:absolute;
    bottom:1em;
    width:100%;
    height:3em;
    line-height:3em;
    text-align:center;
}
#Accept div.footer a {
    display:inline-block;
    width:7em;
    background-color:#666666;
    color:#ffffff;
}
#Accept div.footer a:hover {
    background-color:#aaaaaa;
}

/* お知らせ */
#Information {
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:rgba(0, 0, 0, 0.8);
    color:#ffffff;
    z-index:100;
}
#Information ul.frame {
    height:10em;
    background-color:#343434;
    border:1px solid #ffffff;
    overflow-y:auto;
    margin-bottom:10px;
}
#Information ul li {
    list-style-type:none;
    padding:5px 10px;
}
#Information a,
#Information a:link,
#Information a:visited,
#Information a:hover,
#Information a:active {
    color:#ffffff;
}
#Information div.bar {
    width:100%;
    height:3em;
    line-height:3em;
    background-color:rgba(0, 0, 0, 0.8);
    position:relative;
}
#Information div.bar div.title
{
    position:absolute;
    left:1em;
}
#Information div.bar a.toggle {
    text-decoration:none;
    display:block;
    width:2em;
    height:2em;
    line-height:2em;
    text-align:center;
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-1em;
    margin-left:-3em;
}
#Information div.bar a.toggle:hover {
    background-color:rgba(153, 153, 153, 0.8);
}
#Information div.bar a.toggle div {
    width:1em;
    height:1em;
    margin-top:0.5em;
    margin-left:0.5em;
}
#Information div.bar a.toggle div.minimized {
    border-bottom:2px solid #ffffff;
}
#Information div.bar a.toggle div.maximized {
    border-top:2px solid #ffffff;
}
#Information div.container {
    padding:10px;
    display:none;
}
#Information div.footer {
    text-align:center;
}
#Information div.footer input.skip {
    vertical-align:middle;
}

/* 本文 */
#Container div.body div.msi {
    padding:5px;
    text-align:center;
}
#Container div.body div.msi a.button.exec {
    background-color:#195547;
    color:#ffffff;
    width:540px;
    font-size:20px;
    padding:40px 0;
    border-radius:5px;
}
#Container div.body div.msi a.button.exec:hover {
    background-color:#5d877d;
}
#Container div.body div.msi a.button.exec.non-ie {
    font-size:16pt;
}
#Container div.body div.msi a.button.exec img {
    vertical-align:middle;
}
#Container div.body div.msi div.notice {
    padding:5px;
    text-align:left;
    font-size:small;
    width:540px;
    margin:1em auto;
}
#Container div.body div.msi div.notice a,
#Container div.body div.msi div.notice a:link,
#Container div.body div.msi div.notice a:visited,
#Container div.body div.msi div.notice a:hover,
#Container div.body div.msi div.notice a:active {
    color:#555555;
}
#Container div.body div.activex {
    padding:5px;
    text-align:center;
}
#Container div.body div.activex div.notice {
    padding:5px;
    text-align:left;
    font-size:small;
    width:540px;
    margin:0 auto;
}
#Container div.footer table td.right a.button.close:hover {
    background-color:#f2f2f2;
}
/* インストールボタン関係 */
#Container div.body div.msi div.notice a.button.download {
    background-color:#002050;
    color:#ffffff;
    width:540px;
    font-size:24pt;
    padding:20px 0;
    border-radius:5px;
    text-align:center;
}

#Container div.body div.msi div.notice a.button.download:hover {
    background-color:#063f99
}

#Container div.body div.msi div.notice a.button.download div.emphasis {
    color:#ffffff;
    font-size:12pt;
}
#Container div.body div.msi div.notice div.emphasis {
	color:#ff0000;
    font-size:12pt;
}
#Container div.body div.msi ul li {
    list-style-type:none;
}

/* クリック文言 */
#Container div.footer table td.left div.notice.non-ie {
    position:absolute;
    bottom:0.5em;
	/* font-size:x-small; */
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}
