

.TOPimg{
margin:0px 0px 10px 0px;
width: 900px;
height:400px;
background-image:url(../img/TOPimg.png);
background-size: 900px 400px;
}


.kousinbox{
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 20px;
width:800px;
height:auto;
max-height:150px;
overflow:auto;
color:#FFDEAD;
border:solid 5px #CD853F;
border-collapse:collapse;
background-color:#000;
padding:10px;
}
.kousinbox a {
color:#FFDEAD;
}
.kousinbox a:hover {
color:#D2691E
}
.kousinbox ul{
list-style-type:none;
}

.kousinbox ul li{
margin-left: 2em;
margin-right: 2em;
line-height: 30px;
border-bottom:dashed 2px #CD853F;
}


