.embox {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #0f0063;
}
.embox p {
    margin: 0; 
    padding: 0;
}
.embox li {
    margin: 0; 
    padding: 0;
}

.switch {
    -webkit-animation: switchtext 0.8s infinite alternate;
    -moz-animation: switchtext 7.0s infinite alternate;
    animation: switchtext 0.5s infinite alternate;
   }
   @-webkit-keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
   }
   @-moz-keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
   }
   @keyframes switchtext {
    from { opacity: 1.0; }
    to { opacity: 0; }
   }
.em {
    background-color:#ff0000; 
    color:#ffffff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.em h1 {
    background-color:#ff0000; 
    color:#ffffff;
    border-left:double #ffff00  ;
    box-shadow:-10px 0px #f00,-2px 0px #ff0;
    border-bottom: solid #ff0;
    
}
.em a{
    background-color:#ff0000; 
    color:#ffffff;
}
.em b{
    background-color:#ff0000; 
    color:#ffffff;
    border-bottom:3px;
}
.emct {
    background-color:#ff0000; 
    color:#ffff00;
}

.info {
    border-left:double #000000  ;
    border-bottom: solid #000;
}
