@charset "UTF-8";
/* CSS Document */

#page {
	width:800px;
	margin: 10px auto;
}

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #CCC;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.cellcol {
	background-color: #DCDCDC;
}

#comment{
	margin: 10px;
	color:#CC0000;
	font-weight: bold;
}

#headmenu{
margin-bottom: 13px;
	
}
