/* DN */

@charset "utf-8";

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#navi {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#contents {
	float: right;
	width: 600px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#contents p {
	margin-left: 60px;
	font-size: 120%;
}
#contents h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #218FFF;
	border-right-color: #218FFF;
	border-bottom-color: #218FFF;
	border-left-color: #218FFF;
	color: #333333;
	border-left-width: 20px;
	border-left-style: solid;
	padding-left: 10px;

	margin-left: 30px;
}
#contents table {
	margin-left: 60px;
}

#footer {
	color: #555555;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 30px;
	line-height: 15px;
	clear:both;
	background-color: #eeeeee;
}