@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C5E5FE;
}


/* CSS Document */

#outer {
	width: 100%;
	background-color: #500;
}
#outer #weapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
}

.txt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #C00;
}
.txt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
}
