@charset "utf-8";
/* ---------------------------
 * [file name] sample.css
 * [update]    2009.10
 * --------------------------- */
#samplePage #sampleWrap {
	width:800px;
	margin:30px auto;
}
#samplePage h1 {
	background:#333333;
	color:#ffffff;
	text-align:center;
	margin:0 0 15px;
	padding:5px;
}
#samplePage pre {
	background:#cccccc;
	border:2px solid #666666;
	margin:0 0 15px;
	padding:15px;
	text-align:left;
}
#samplePage #footer {
	background:#666666;
	color:#ffffff;
	text-align:center;
	font-size:90%;
	height:auto !important;
}
#samplePage #footer p {
	margin:15px 0 0;
	padding:5px 0;
}
#samplePage #footer a,
#samplePage #footer a:visited {
	color:#ffffff;
}
