@charset "Shift_JIS";


/* -----------------------------------------------------------
	初期設定
----------------------------------------------------------- */




/* -----------------------------------------------------------
	リンクの色
----------------------------------------------------------- */

a:link {
	color:#0000ff;
	text-decoration:none;
}

a:visited {
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#ff8c00;
	text-decoration:underline;
}

a:active {
	color:#ff8c00;
	text-decoration:underline;
}


table.supply td {
	padding: 3px;
}

span.code {
	font-size: 75%;
}


