@charset "EUC-JP";

body {
	margin: 0;
}

a {
	color: #EAD499;
	text-decoration: none;
	background-image: none;
}

a:visited {
	color: #EAD499;
}

a:hover {
	color: #EAD499;
	text-decoration: underline;
}

a:active {
	color: #EAD499;
}

body, td { color: #fff; }
form { margin: 0; }
input, textarea { padding: 0px; }


.text-xl { font-size: 16px; line-height: 22px; }

.text-l  { font-size: 14px; line-height: 20px; }
.text-lw { font-size: 14px; line-height: 22px; }
.text-ln { font-size: 14px; }

.text-m  { font-size: 12px; line-height: 18px; }
.text-mw { font-size: 12px; line-height: 20px; }
.text-mn { font-size: 12px; }

.text-s  { font-size: 10px; line-height: 15px; }
.text-sw { font-size: 10px; line-height: 17px; }

.text-sn { font-size: 10px; }

.text-xs { font-size: 9px;  line-height: 14px; }


input    { font-size: 12px; color: #333; }
select   { font-size: 12px; color: #333; }
textarea { font-size: 12px; color: #333; }
