@charset "euc-jp";
/* Font Size Set */

.reg {
	font-size: 78%;
	line-height: 160%;
}

.reg-s {
	font-size: 68%;
	line-height: 140%;
}

.reg-l {
	font-size: 88%;
	line-height: 140%;
}

.reg-ll {
	font-size: 93%;
	line-height: 140%;
	font-weight: bold;
}

.reg-l02 {
	font-size: 82%;
	line-height: 140%;
}

/* Font Color Set */
.txt-color01 {
	color: #67574b;
}

.txt-color02 {
	color: #908882;
}

.txt-color03 {
	color: #a45a12;
}

.txt-color04 {
	color: #533417;
}

.txt-color05 {
	color: #aa6522;
}

.txt-color06 {
	color: #f00;
}

.tit-color01 {
	color: #a45a12;
}

/* Link Style Set */
a {
	text-decoration: underline;
	color: #67574b;
}

a:hover {
	text-decoration: underline;
	color: #a45a12;
}