/* CSS Document */

body{
	background-color:#FFFFCC;
	line-height:150%;
}

.wrap{
	width:800px;
	margin:50px auto;
	padding:20px;
	border:3px solid #cccccc;
	background-color:#ffffff;
}

.list{
	width:300px;
	margin:0 auto;
}

.clear{
	clear:both;
}
.txtC{
	text-align:center;
}