body {
	color: #000000;
	background: #eeeeee;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: center;
}

#wrapper2 {
	width: 640px;
	margin: 20 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
}

h1 {
	color: #000066;
	font-size: 24px;
}

#title {
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}

#main {
	font-size: 16px;
	line-height: 140%;
}

#small {
	font-size: 14px;
}

#bold {
	font-weight: bold;
}

#err {
	color: red;
}