body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
}
.wakunew {
	font-size: 13px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 2px;
	padding-left: 10px;
	margin-top: 2px;
}
img {
	border-width: 0px;
}
a:link {
	text-decoration : underline;
	color : #0000ff;
}
a:visited {
	text-decoration : underline;
	color : #0000ff;
}
a:active {
	text-decoration : underline;
	color : #F00;
}
a:hover {
	text-decoration : underline;
	color : #063;