@charset "utf-8";

body{
    font-size: 13px;
    line-height: 1.2;
    background-color: #E0DFE3;
    text-align: center;
}

#main{
    width: 700px;
    margin: 5px auto 5px auto;
    border: solid 1px #999999;
    background-color: #fff;
    text-align: left;
}

header h1{
    font-size: 36px;
    padding: 10px;
}

header h1 a{
    color: #000;
    text-decoration: none;
}

#panlist{
    margin: 0 0 15px 0;
    padding: 3px;
    background-color: #D1E9E9;
}

h2{
    font-size: 19px;
    text-align: center;
}

#chien-list{
    margin: 0 20px 40px 20px;
    list-style: none;
}

#chien-list li{
    padding: 7px 0;
    border-bottom: solid 1px #999999;
}

#chien-list li:first-child{
    border-top: 1px solid #999999;
}

#chien-list li .link{
    color: #85889A;
}

h3{
    border-left: 5px solid #CC0000;
    padding-left: 5px;
    font-size: 15px;
}

p.tyuui{
    margin: 10px 15px;
}

.tyuui-list{
    margin: 5px 0 10px 20px;
}

footer{
    padding: 3px 0;
    background-color: #2E7BC1;
    color: #fff;
    text-align: center;
    border-bottom: 4px solid #0000cc;
}

.chiensyo{
    margin: 15px 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ta-left{
    text-align: left;
    margin: 0 0 0 160px;
}

.ta-right{
    text-align: right;
}

#tyuui-wrap{
    width: 700px;
    margin: 50px auto 5px auto;
    text-align: left;
}