* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #3A0000;
	line-height: 1.7em;
}
html ,body{
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#3D3D3D;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#3D3D3D;
	scrollbar-shadow-color:#3D3D3D;
}
body {
	background-color: #EAEAEA;
	margin-left: 5px;
	width: 570px;
}

table {
	margin-left: 5px;
	margin-top: 4px;
}
div {
	display: block;
	height: 1px;
	width: 570px;
	background-image: url(../img/common/etc/line1.gif);
	background-repeat: repeat-x;
	margin-top: 4px;
}
span {
	color: #C04D73;
}
a:link {
	color: #FF00CC;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FF00CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #2667DF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #2667DF;
	text-decoration: underline;
	font-weight: bold;
}
