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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color: #FDEAFA;
	background-image: url(image/bcg-pst.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
.border-orange3 {
	border: 3px solid #F60;
}

