#klax {
	position: absolute;
	left: 30px;
	width: 400px;
}

#home {
	position: absolute;
	left: 60px;
	top: 60px;
	width: 400px;
}

#contents {
	position: absolute;
	left: 450px;
	top: 150px;
	width: 200px;
	background-color: 999999;
}

#image {
	position: absolute;
	left: 460px;
	top: 10px;
}

#news {
	position: absolute;
	left: 30px;
	top: 150px;
	width: 380px;
	background-color: 999999;
	font-size: 14px;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	text-align: right;
	margin-right: 10px;
}

a { 
	text-decoration: underline;
	color: black;
	font-size: 14px;
}

li {
	list-style-type: square;
}
