div#answer {
	font-size:120%;
    padding:10px;
}
span.emem {
	display:inline-block;
	min-width:1.5em;
    text-decoration:underline;
    text-align:center;
}

p.senjimon {
    width:7em;
    display:inline;
    margin:0 0 0 0;
    float:left;
    background-color: rgba(252, 232, 210, 30%);
}

p.senjimon:nth-child(4n+1) {
    clear:left;
}

#charpage {
    width:3em;
    font-weight:bold;
}

#initpage {
    width:3em;
    font-weight:bold;
}

p.the-phrase {
    background-color: rgba(229,192,152,80%);
}

.the-char {
    background-color: rgb(178, 255, 130);
    text-decoration:underline;
    font-weight:bold;
}

blockquote {
    width:500px;
    background-color:#eee;
}

.button {
    margin:8px 4px 8px 4px;
    padding:1px;
    display:inline;
    border-radius:3px;
    background-color:#aee;
    text-decoration:none;
    border-right:1px solid #255;
    border-bottom:1px solid #255;
}

.button:hover {
    background-color:#9cc;
}
