@charset "Shift-JIS";

/* HTMLタグオーバーライド */
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 15px;
	font-size: 12px;
	color: #333333;
}

/* カスタムクラス */
.pt14 {
	line-height: 17px;
	font-size: 14px;
	color: #333333;
}


/* ハイパーリンク */
a:link {
	color: #0000FF
}
a:hover {
	color: #007FFF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #3366CC
}