/* CSS Document */

body {
	margin				: 0px;
	padding				: 0;
	color				: #593412;
	background-color	: transparent;
	font-size			: 12px;
	text-align			: left;
	font-family			: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	line-height			: 150%;
	background-image	: url(../images/new_info.jpg);
}


table {
	width		: 190px;
}


th {
	padding				: 3px 0 0 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


td {
	padding				: 0 0 10px 10px;
	border-bottom		: 1px solid #fcf1e1;
}



a:link {
	font-size			: 12px;
	color				: #593412;
	text-decoration		: underline;
}
a:visited {
	font-size			: 12px;
	color				: #593412;
	text-decoration		: underline;
}
a:hover {
	color				: #B79C80;
	text-decoration		: underline;
}
a:active {
	font-size			: 12px;
	color				: #B79C80;
	text-decoration		: underline;


/* ウェブ キュービック */