body {
	width:230px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	color: #4C4C4C;/* ----K70%------ */
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
}

.day {
	font-size: 11px;
	color: #006666;/* ---暗いみどり--- */
}


a:link {
  color: #4C4C4C;/* ----K70%------ */
  background: transparent;/* ---transparent透明--- */
  text-decoration:none;
}
a:visited {
  color: #999999;/* ---K40%--- */
  background: transparent;
  text-decoration:none;
}
a:hover{
  color: #339966;/* ---みどり--- */
  background: transparent;
  text-decoration:underline;
}
a:active{
  color: #66CCFF;/* ---明るい水色--- */
  background: transparent;
  text-decoration:none;
}
