@charset "UTF-8";

body{
    margin:0;
    background-color: #DEE8E8;
}
nav{
    border-top: 8px solid #cbdbdb;     /*ナビゲーションバーの上にどのくらいの余白と色をつけるか*/
    background: #cbdbdb;     /*ヘッダーの色を変更*/
}
nav ul{
    overflow: hidden;     /*ヘッダーに色を付ける*/
    list-style: none;     /*ナビゲーションの箇条書きの点をなくす*/
    margin: 0% auto;     /*上の余白をなくす*/
    margin-right: 0%;
    padding: 0;
    max-width: 1000px;
}
nav li{
    box-sizing: border-box;
    float: right;
    border-right: 1px solid #000;     /*間の棒の色を変える*/
    width: 10%;
}
nav li a{
    display:block;
    padding:20px 0;     /*ヘッダーの幅を変更する*/
    width: 100%;
    text-decoration: none;     /*多分テキストのフォントを変えれる*/
    text-align: center;     /*テキストの中央揃え*/
    font-size: 16px;     /*テキストサイズの変更*/
    color: #000000;     /*文字の色を変える*/
}
nav li a{
    background: #cbdbdb;     /*ナビゲーションバーの色を変更*/
}







/*トップページ*/
.map{
    position: relative;
    width: 100%;
}
.message{
    position: absolute;
    top: 700px;
    left: 100px;
    background-color: #ACC6C0;
    border-radius: 20px;
    text-align: center;
}
.paboutme{
    position: absolute;
    top: 40px;
    left: 310px;
}
.taboutme{
    position: absolute;
    top: 250px;
    left: 430px;
    background-color: #DEE8E8;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}
.phobby{
    position: absolute;
    top: 70px;
    left: 1190px;
}
.thobby{
    position: absolute;
    top: 220px;
    left: 120px;
    background-color: #DEE8E8;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}
.pmemories{
    position: absolute;
    top: 170px;
    left: 720px;
}
.tmemories{
    position: absolute;
    top: 380px;
    left: 845px;
    background-color: #DEE8E8;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}
.plink{
    position: absolute;
    top: 500px;
    left: 1020px;
}
.tlink{
    position: absolute;
    top: 720px;
    left: 1149px;
    background-color: #DEE8E8;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
}







/*自己紹介*/
.a, .b, .c, .d, .e, .f{
    position: relative;
    width: 250px;
    padding: 10px;
    border: 4px solid;
    border-top-width: thin;
    border-right-width: thick;
    border-bottom-width: thick;
    border-left-width: thin;
    border-color: #ACC6C0;
}

.a, .c, .e{
    margin: 20px 30px;
}

.b, .d, .f{
    margin: 20px 600px;
}


.a p, .b p, .c p, .d p, .e p, .f p{
    position: relative;
    text-align: center;
}








/*サブのページ*/
.iroiro{
	display: flex;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
    color: #000;
}
.iroiro img{
    width: 50%;
}
.iroiro {
    width: 80%;
    justify-content: space-around;
    align-items: center;
    align-content: space-around
}

.lphoto{
	border-radius: 5px;
	margin-right: 10px;
    width: 50%;
}
.rtext{
    display: block;
    margin-left: 0px;
    text-decoration: none;
}

.rphoto{
	border-radius: 5px;
	margin-left: 300px;
    align-items: flex-end;
}
.ltext{
    display: block;
    margin-right: 200px;
    margin-left: 50px;
    padding: 0%;
}

.ltext a, .rtext a
{
    color: #000;
    text-decoration: none;
}




.links{
    position: relative;
    width: 300px;
    padding: 10px;
    border: 4px solid;
    border-top-width: thin;
    border-right-width: thick;
    border-bottom-width: thick;
    border-left-width: thin;
    border-color: #ACC6C0;
    margin: 20px auto;
}


footer{
    text-align: center;
    color: #000;
}