@charset "UTF-8";
body{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #fffff2;
font-family : "ＭＳ Ｐゴシック";
}
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;
}
p{
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
font-family : "ＭＳ Ｐゴシック";
font-size : 12px;
}
div{
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
table{
margin-left: auto;
margin-right: auto;
}
#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;
}
