
@charset "UTF-8";

body{
    overflow-x: hidden;
    text-align: left;
	background-color : #dffeff;
    background: repeating-linear-gradient(135deg,  #fff 20px,);
    height: 100%;
    margin: 0;
    font-family: 'Klee One',sans-serif;
}

.title{
    color: #292961;
    border-bottom:solid 2px #292961;
    margin-bottom: 1%;
}

.oohako{
    margin: 3%;
    border-top:solid 1px #9c6ad6;
    border-right:solid 1px #8f1fcf;
    border-left:solid 1px #2a0b9b;
    border-bottom:solid 1px #2a0b9b;
}


.link{
    line-height: 250%;
    border-bottom: 2px dotted #9c6ad6;
    text-decoration: none;
    color: #2d2d6c;
    padding: 2px 10px 2px 10px;
    margin: 5% auto;

    font-family: 'klee One',sans-serif cursive;
}

.link:hover{
    line-height: 250%;
    text-decoration: none;
    color: #202021;
    padding: 2px 10px 2px 10px;
    margin: 5% auto;
    font-family: 'klee One',sans-serif cursive;
}