
ul,li,p,
dl,dt,dd,
h1,h2,h3,h4,
table,td,th,tr {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
}

#outline {
	width: 780px;
}

#title {
	width: 780px;
	height: 150px;
	background: url(img/main_title.jpg);
}

#title p {
	color: #cc0000;
	text-align: right;
	padding-top: 111px;
	padding-right: 8px;
	font-size: 104%;
}

#navi ul {
	width: 780px;
	margin-top: 5px;
}

#navi li {
	float: left;
	margin-left: 6px;
}

#maincontent {
}

.content {
	background-color:#DCEBF0;
	margin-bottom: 1em;
	padding: 8px;
	line-height: 1.2em;
}

.contentHead h2 {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.7em;
}

.contentHead p {
	width: 400px;
	float: left;
	padding-top: 8px;
}

.box {
	clear: both;
	margin-bottom: 1em;
	background: url(img/box_bg.gif);
	padding: 8px;
}

.box h3 {
	font-size: 114%;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 6px;
	border-left: 6px solid #666666;
	font-weight: bold !important;
}

.box p {
	margin: 4px auto;
}

.box dt {
	font-size: 114%;
	font-weight: bold;
	padding-left: 6px;
	border-left: 6px solid #666666;
	margin-bottom: 6px;
}

.border-reset {
	padding-left: 0 !important;
	border-left: 0 !important;
}

.box dd ul {
	margin-bottom: 1.4em;
}

.box table th {
	width: 72px;
	vertical-align: top;
	padding-bottom: 3px;
}

.box table td {
	width: 674px;
	vertical-align: top;
	padding-bottom: 3px;
}

#FOOT {
	text-align: left;
}


