a {text-decoration:none;}

body,table {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	word-break: break-all;
}
a {
	color:#7d705d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
a:hover,
a:focus {
		color:#990000;
    }
	
#image-btn {
    border: 0px;
	margin-left:5px;
    width: 35px;
    height: 14x;
    background: url(http://www.miwako-handa.jp/img/next.png) left top no-repeat;
	cursor:pointer;
}
#image-btn2 {
    border: 0px;
	margin-left:5px;
    width: 35px;
    height: 14x;
    background: url(http://www.miwako-handa.jp/img/back.png) left top no-repeat;
	cursor:pointer;
}