﻿@charset "utf-8";

body{
    display: flex;
    min-height: 100vh;
}
.leftNavigation{
    width: 15%;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
	list-style: none;
}
.leftNavigation img:hover{
    opacity:0.6;
}


.content{
    flex: 1;
    background-color: #f7ecd8;
    text-align: center;
}

.content2{
    flex: 1;
    background-color: #f7ecd8;
	background-image: url("bgimage01_moji.png");
	background-repeat: no-repeat;
	background-position:center top 20%;
    text-align: center;
    margin-left: 10px;
}

img:hover {
	opacity: 0.5 ;
}