@charset "UTF-8";

/* 全体の背景,書体 */
body{
    background-image: url("../top_img/kabe02.jpg");
    background-attachment: fixed;
    font-family: "Sawarabi Gothic";
}

/* 全体の書体 */


/* コンテナ */
.container {
    max-width: 920px;
    margin: auto;
}


.header{
    width: 920px;
    height: 80px;
    overflow: auto;
    background-image: url("../top_img/title_kabe01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

/* メニュー */
#global_navi ul{
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}



/* タイトル */
.box1-1{
    width: 345px;
    position: relative;
    top: 31px;
    left: 290px;
    font-size: 14px;
    color: white;
}


a.btn{
    position:relative;
    top: -10px;
    left: 820px
}


/* ヘッターの終わり */



/*--テキストー--*/
.box2{
    height: 650px;
    background-color: white;
}

.box2-1{
    width: 620px;
    height: 180px;
    position:relative;
    left: 160px;
}


p1{
    font-size:11pt;
    line-height: 1.5;
}

p2{
    font-size:11pt;
    line-height: 1.5;
    color: white;
}


p3{
    font-size:11pt;
    line-height: 1.5;
    color: blue;
}

p6{
    font-size:11pt;
    line-height: 1.5;
    color: red;
}



/*--テーブル--*/



.link1{
    width: 620px;
    position:relative;
    left: 160px;
    background-color: #006400;
    
}

.link1-1{
    background-color:white;
}

.link1-2{
    padding-left: 10px;
}


.link2{
    width: 620px;
    position:relative;
    top: 10px;
    left: 160px;
}

.link2-1{
    width: 20%;
    height: 40px;
    font-size: 12px;
    color: blue;
}



/*--フッターー--*/
.footer{
    text-align: center;
    font-size: 12px;
}


