body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
}

#header, #navi, #content { position: absolute; width: 100%; }

#header {
	left: 70px;
}

#logo img {
	border: none;
}

#navi {
	left: 10px;
	top: 160;
}

.shs h3 {
	margin-top: 5px ;
	padding-top: 5px ;
	border-top: 1px solid gray ;
}

.imgright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: none ;
}

.clear {
	clear: both;
}

#navi li {
	list-style-type: none;
}

#content {
	top: 160px;
	left: 220px;
	width: 70%;
}

.notice {
	background-color: red;
	width: 140px
}

.notice a {
	color: white;
}
