@charset "UTF-8";
#main{
width: 780px;
height: inherit;
background-color: white;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-left-color: olive;
border-right-color: olive;
}
body{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #fffff2;
}
a{
color: blue;
text-decoration: none;
}
a:hover{
color: red;
text-decoration: underline;
}
li{
font-size: 12px;
letter-spacing: 1px;
margin-top: 4px;
margin-bottom: 4px;
}
div{
margin-top : 0px;
margin-left : auto;
margin-right : auto;
margin-bottom : 0px;
}
table{
margin-left : auto;
margin-right : auto;
}
p{
font-family : "ＭＳ Ｐゴシック";
text-align : left;
}

