* {
	-moz-box-sizing: border-box;
}

html, body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

#head {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 960px;
	height: 30px;
}

#menu {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 150px;
}

#main {
	position: absolute;
	top: 60px;
	left: 170px;
	width: 800px;
	height: 600px;
}

.link {
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

.link-hov {
	color: #999999;
	text-decoration: underline;
}