﻿@charset "UTF-8";

html {
    font-family: メイリオ;
}

body {
    background-color: rgb(250, 248, 248);
}

p {
    margin-left:0;/*左*/
    margin-top:0;/*上*/
    margin-right:0;/*右*/
    margin-bottom:0;/*下*/
}

h1 {
    margin-bottom:3px;/*下*/
}

h2,h3,h4 {
    margin-top:3px;/*上*/
    margin-bottom:3px;/*下*/
}

table {
    border: solid 1px;
    border-color: black;
    width:650px;
}

table tr:first-child {
    color:blue;
    background: skyblue;
}

table td a {
    display: block;
}

table th, table td {
    text-align: left;
    border: 1px;
    border: solid 1px;
    border-color: black;
    padding:10px 25px;
}
