@CHARSET "ISO-8859-1";

body{
	font-family: Arial, Helvetica, sans-serif;
}

#site{
	width: 1000px;
	margin: 20px auto;
}

#site h1{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#paper{
	width: 1000px;
	height: 500px;
	border: 1px solid #000;
	position: relative;
}

#navi{
	color: #333;
}

#navi:hover{
	cursor: pointer;
}

.active{
	text-decoration: underline;
}
