@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
}
#wrapper {
	height:auto;
	left:0;
	position:relative;
	top:0;
	width:0;
}
.SAMPLE {
	background:#FFC;
	border-bottom:1px solid #000;
	color:#036;
	font-size:12px;
	line-height:16px;
	padding:5px;
	margin:0;
	text-align:center;
}
.SAMPLE a {
	color: #036;
	font-weight:bold;
	padding:0 5px;
	text-decoration:underline;
}
.SAMPLE a:hover {
	color: #ffc;
	background-color:#036;
	text-decoration:none;
}

