body {
	background-color: #ffffbf;
}
a:link {
color: #CFA950;
text-decoration : none;	
}

a:visited 
{
color: #CFA950;
text-decoration : none;	
}

a:active 
{
color: #CFA950;
text-decoration : none;
	}

a:hover 
{
color: #CFA950;
text-decoration: underline;
}
.title {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 28px;
	font-weight: bold;
	color: #330000;
	line-height: 150%;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 135%;
	color: #330000;
	
}
.text2 {
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
	color: #330000;
}
.copy {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #CFA950;
}
.bgcolor {
	background-color: #330000;
}
