@charset "UTF-8";
body {
margin-top: 28px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: black;
}
a:active {
color: red;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: red;
}
p {
font-family: "ＭＳ Ｐゴシック";
margin-left : auto;
margin-right : auto;
}
div{
margin-top : 0px;
margin-left : auto;
margin-right : auto;
margin-bottom : 0px;
}
#main{
width : 800px;
height : inherit;
}
img{
border-width : 0px;
}

