div#side {
	float: left;
	width: 160px;
	background-color: #87C2C2;
	height: 1850px;
}
body {
	background-color: #CCCCCC;
	width: 650px;
}
div#text {
	width: 450px;
	float: right;
	background-color: #87C2C2;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 50px;
	height: 1800px;
	font-size: small;
}
h2 {
	font-family: "正調祥南行書体", sans-serif;
	color: #002B2B;
	padding-bottom: 20px;
	font-size: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
