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

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
}

#main{
	width:240px;
	position:relative;
	}

#update{
	position:absolute;
	right:5px;
	top:0;
}
table{
	margin:10px 0;
	line-height:1.7em;
}

table tr{
	width:240px;
}

table tr th{
	border-bottom:#80b6cf solid 2px;
}

table tr td{
	text-align:center;
	background-color:#DFF2FE;
	border-bottom:#80b6cf solid 2px;
}

