﻿body{
 background-color: #ccc;

}

#result{
 background-image: url(../image/neko.gif);
 background-color: white;
 color: black;
 border: solid 1px #000;
 width: 100%;
 height: 300px;
}

.btnmenu{
 margine: 5px;
 padding: 5px;
 color: black;
 display: block;
 text-align: center;
 text-decoration: none;
 border-width: 1px;
 border-style: solid;
 background-color: white;
}

#list{
 padding: 0px;
 border-width: 1px;
 border-style: solid;
 background-color: white;
}

#list > li {
 padding: 10px 5px 10px 10px;
 list-style: none;
 border-bottom-color: #ccc;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

#list a {
 color: black;
 text-decoration: none;
}

input,textarea {
 border-width: 1px;
 border-style: solid;
 background-color: white;
 color: black;
 width: 300px;
 height: 44px;
}

textarea {
 height: 80px;
}

 
