@charset "utf-8";
/* CSS Document */

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: #ffdd9a;
	background-image: url(img/BCG-hernia.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #0C0;
	text-decoration: none;
}

