@charset "Shift_JIS";


a:link {
	color: #7dacc4;
	text-decoration: none;
}
a:visited {
	color: #0071b2;
	text-decoration: none;
}
a:hover {
	color: #0071b2;
	text-decoration: underline;
}

a img {
	border:none;
}


/*文章用（小）*/
.ren10p {
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
	color: #595959;
	letter-spacing:0.1px;
}
/*文章用（中）*/
.ren12p {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
}
/*文章用（中：行間ゆったり）*/
.renren12p {
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
}
/*文章用（大）*/
.ren14p {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	color: #595959;
	letter-spacing: normal;
}
/*単一行用（小）*/
.tan10p {
	font-size: 70%;
	line-height: 110%;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
}
/*単一行用（中）*/
.tan12p {
	font-size: 12px;
	line-height: 110%;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
}
/*単一行用（大）*/
.tan14p {
	font-size: 14px;
	line-height: 110%;
	font-weight: normal;
	color: #595959;
	letter-spacing: normal;
}

