@charset "Shift_JIS";

/* ================================================================ *
　　文字設定
* ================================================================ */



body {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

body {
	color: #000;
	line-height: 1.4;
}

p {
  line-height: 1.4;
}

.j10 {
	font-size: 10px;
	line-height: 1.4; 
}

.bw {
	color: #4A3C1F;
	font-weight: bold;
}

.wt {
	color: #fff;
	font-weight: bold;
}

.gr {
	color: #333;
	font-weight: bold;
}


a:link { 
  color: #7C6928;
  text-decoration: underline;
}

a:visited {
  color: #7C6928;
	text-decoration:underline;
}

a:hover {
  color: #7C6928;
  text-decoration: none;
}

a:active {
  color: #7C6928;
  text-decoration: underline;
}

