@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

body, td {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

a {
	color: #339;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover	{
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}

div#blog {
	;
}
div#blog table td {
	padding: 5px;
	border-bottom: dotted 1px #333333;
}
