@charset "EUC-JP";

body {
	background-image : url(images/bg.gif);
	background-repeat:repeat;
	background-color: #CCBFB0;
	margin: 0;
}

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

a:visited {
	color: #663300;
}

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

a:active {
	color: #663300;
}

body, td { color: #333; }
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; }

#gnavitext {
	color: #663300 !important;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
		}

.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; }
