@charset "utf-8";

body {
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: small;
	line-height: 1.4;
	color: #333;
}
a {
	color: #43677e;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}
a:visited {
	color: #636;
}
#WRAPPER {
	width: 950px;
	margin: 0 auto;
}
#TOPIC-PATH {
	margin: 20px 0;
}
#TOPIC-PATH span {
	margin: 0 5px;
}
#PAGETOP {
	margin-top: 40px;
	text-align: right;
}
