BODY{
  font-size : 14px;
  font-family : "MS UI Gothic";
	background-color : #ffcc33;
}

TD{
  font-size : 14px;
  font-family : "MS UI Gothic";
	line-height: 130%;
}
h1 {
	font-size:  15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 13px;
}

.right-header {
  font-size : 13px;
	color: #969696;/*文字色*/
	position: absolute;
	top: 3px;
	right: 100px;
  }


a:hover{
	background: #ffbfdf;
	color: red;
}

img {
	padding: 1px;
	display: block;
	background: #FFF;
	border: 0px;
}

a:hover img {
	padding: 1px;
	display: block;
	background: #8B8B8B;
}

