@charset "utf-8";
body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #313131;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
a {
	color:#808080;
}
.linkNone {
	color: #313131;
	text-decoration: none;
}
h4{
	margin-bottom: 10px;
	margin-top: 10px;
	color: #9c2800;
}
#notice{
	background-color: #eff2f2;
	border: 1px solid #d1d1d1;
	padding-bottom:25px;
	padding-left:10px;
	margin-top:10px;
	font-size: 11px;
}

