
* {
    transition: * linear 0.3s;
    padding:0px;
    margin:0px;
}

body {
    background-color:#888;
}

*.container-otsu {
    background-color:#AAA;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

*.title-otsu {
    color:#992211;
    font-weight:bold;
}

*.text-hover-highlight {
    transition: text-shadow linear 0.3s, color linear 0.3s;
}

*.text-hover-highlight:hover {
    text-shadow: 0px 0px 2px darkred;
}

*.list-otsu {
    border-bottom:solid #444 1px;
    border-radius:5px;
    background-color:#BBB;
}

*.item-otsu {
    margin:5px;
    padding:5px;
    border-bottom:solid #666 1px;
    border-radius:5px;
    background-color:#DDD;
}

*.bg-otsu,*.bg-otsu-small,*.bg-otsu-large {
    background-repeat: space;
    background-position: center; /* Center the image */
}

*.bg-otsu-small {
    background-image: url("../images/logo-mini-faded.png");
    background-size: 64px 64px;
}

*.bg-otsu-large {
    background-image: url("../images/logo-big.png");
    background-size: cover;
}

*.left-otsu {
	float:left;
}

*.right-otsu {
	float:right;
}

p.narration-otsu {
    text-align:justify;
    font-style:italic;
    line-height:25px;
}

p.narration-otsu::before,
p.narration-otsu::after {
    content:'  "  ';
    font-size:200%;
    line-height:25px;
}

ul.text-list-otsu {
    padding-left:15px;
}
