@charset "UTF-8";

/* --- 全般 --- */
body{
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    background-color:#edeeef;
}
div.wrapper {
    width: 1024px;
    height:auto;
    margin: 0 auto;
    background-color:#f6eee7;
    border-width:2px 5px 2px 5px;
    border-radius:10px;
    border-style:solid;
    border-color:#ddccaa;
    padding : 15px ;
    color:#221100;
}

h1 {
    color:#221100;
    font-size: 28px;
    margin: 5px 5px 15px 5px;
}

h2 {
    color:#221100;
    font-size: 18px;
    margin: 5px 5px 5px 15px;
    padding: 4px 6px;
    border-left: 4px solid #553333;
    border-bottom: 1px solid #553333;
    background: #ffeee7;
}

h3 {
    color:#221100;
    margin: 5px 5px 5px 20px;
    padding: 3px 2px;
    font-size: 16px;
    background: #ffeee7;
}

h4 {
    color:#221100;
    margin: 5px 5px 5px 25px;
    font-size: 16px;
}

div.mbox{
    color:#221100;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 10px 30px 40px;
}

hr.top_hr{
    margin: 5px 5px 5px 10px;
    height: 2px;
    border: 0;
    box-shadow: 0 10px 10px -10px #553333 inset;
}

table.mainmenu{
    margin: 20px 90px 20px 50px;
    padding: 0.5em 0.5em 0.5em 2em;
}
table.mainmenu tr{
  line-height: 1.5;
}
table.mainmenu td.ctd1{
    margin: 3px;
    padding: 3px;
    font-size: 24px;
    vertical-align: middle;
}
table.mainmenu td.ctd2{
    margin: 3px;
    padding: 3px;
    font-size: 16px;
    vertical-align: middle;
}
table.mainmenu a{
    color:#5533ff;
    text-decoration: none;
}
table.mainmenu a:hover {
    color:#2211ff;
    text-decoration: underline;
}

a {
    color:#5533ff;
    text-decoration: none;
}

a:hover {
    color:#5533ff;
    text-decoration: underline;
}

a:visited{
    color:#552211;
    text-decoration: underline;
}


table.tgame{
    font-size: 16px;
    line-height: 22px;
    margin: 10px 10px 20px 40px;
    padding: 0.5em 0.5em 0.5em 2em;
}
table.tgame td{
    padding: 0px 20px 0px 0px;
}

table.tmusic{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 10px 20px 60px;
    padding: 0.5em 0.5em 0.5em 2em;
}
table.tmusic td{
    background-color:#f0efe7;
    padding: 2px 20px 2px 8px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

table.history{
    margin: 10px 10px 40px 30px;
    width: 90%;
    font-size: 12px;
}
table.history td{
    padding: 3px;
    border: 1px solid #999999;
}

