body{
    margin:0;
    text-align: center;
    background-image:url(../images/bg2.png);
    color:4a3b12;
    font-family: 'Sawarabi Mincho', sans-serif;
}

a:link { color: #4a3b12; }
a:visited { color: #4a3b12; }
a:hover { color: #fdfddc; }
a:active { color: #fdfddc; }

h2{
    margin:-1 auto;
    margin-left:60px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
}

h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:30px;
    text-align: center;
}


p{ margin:2 auto;}

/*
---ページ全体ここまで---
*/


.page{
    width:1100px;
    height:1000px;
    margin:0 auto;
    position: relative;
}

.page > .title {
    width:200px;
    height:60px;
    top:20px;
    position: absolute;
}


.page > .title2 {
    width:200px;
    height:34px;
    top:40px;
    margin-left:170;
    position: absolute;
}

.page > .emblem {
    width:450px;
    height:450px;
    top:100px;
    left:25px;
    position: absolute;
}

.page > .content{
    width:550px;
    top:80px;
    text-align: left;
    right:25px;
    margin:0 auto;
    position: absolute;
}

.page > .content > .text{
    margin-left:30px;
    margin-right:30px;
}



.page > .toindex{
    font-size: 20px;
    height:30px;
    left:100px;
    bottom:150px;
    position: absolute;
}



/*
---ページ内色々ここまで---
---フッターここから---
*/


.footer{
    bottom:10px;
}