
#navi {
	width: 200px;
	float: right; 
	padding: 10px;
}
#navi ul {
	margin: 0;
	padding: 20px 10px;
	list-style: circle #ABC7EC;
}
#navi p {
	margin-left: 10px;
}
#navi a {
	text-decoration: none;
}


#corps {
	margin-right: 230px; 
	padding: 10px 20px 10px 40px;
}
#corps > :first-child {
	margin-top: 10px;
}
#corps p, #corps li {
	line-height: 1.5;
}

#news {
	background: #47597d;
	border-bottom: 2px solid #ABC7EC;
}
#news1 {
	background: #47597d;
	border-bottom: 2px solid #ABC7EC;
}


#news2 {
	background: #47597d;
	border-bottom: 2px solid #ABC7EC;
}
	
		.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #ABC7EC;
padding: 2px;
}
