@charset "UTF-8";
/* CSS Document */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	background-image: url(../image/blogrss_back02.gif);
	background-repeat: repeat-y;
}
dl {
  font-size: 12px;
  color: #505050;
  line-height: 140%;
}
dd {
  margin: 0px;
  padding: 10px 5px 10px 0px;
}
a:link {
  color: #276C85;
  text-decoration: underline;
}
a:visited {
  color: #003399;
  text-decoration: underline;
}
a:hover {
  color: #3399CC;
  text-decoration: underline;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
	padding-bottom: 6px;
}

