/*
hoge {
	display
	position
	text-align
	margin
	border
	padding
	height
	width
	background
	font
}
*/

#footer p {
	line-height: 1em;
}

#hues h1 {
	border-right: 11px dotted #006600;
	border-bottom: 4px solid #006600;
}

#hues h2 {
	border-right: 6px dotted #006600;
	border-bottom: 3px double #006600;
}

#hues .main_text {
	border-bottom: 1px solid #006600;
	font-size: 100%;
}

#hues .main_link {
	border-bottom: 1px solid #006600;
	font-size: 90%;
}

#lastup {
	position: relative;
	top: -5px;
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 80%;
}

a {
	text-decoration: none;
}

h1 {
	margin-top: 0;
	padding-top: 5px;
}

h2 {
	margin: 50px 0 15px 0;
	font-size: 120%;
}

h3 {
	margin: 75px 0 0 15px;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 0 8px;
	width: 12em;
	font-size: 100%;
}

h4 {
	margin: 15px 0 0 15px;
	border-bottom: 1px dotted #aaa;
	padding: 0 0 0 8px;
	width: 12em;
	font-size: 100%;
}

h5{
color:#cc0000;
}

.centering {
	text-align: center;
}

.capital {
	text-transform: uppercase;
}

.date {
	margin-top: 0;
	margin-bottom: 2px;
	background: #ffffff;
	font-size: small;
	color: #030303;
	line-height: 130%;
}

.ita{
	font-style: italic;
}

.list_update {
	list-style-type: none;
	margin: 0 0 0 5px;
}

.main_table table {
	width: 720px;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 1px;
}

.main_table th {
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.main_table td {
	border-right: 1px solid;
	border-bottom: 1px solid;
}

.maintenance {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.maintenance p {
	text-indent: 1em;
	line-height: 140%;
}

.maintenance ul {
	list-style-type: none;
}

.maintenance li {
	padding: 2px 0;
}

.main_text {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.main_text blockquote {
	margin-left: 20px;
	padding-left: 15px;
}

.main_text p {
	text-indent: 1em;
	line-height: 140%;
}

.main_text ul {
	margin-left: 25px;
}

.main_sub_text {
	margin-left: 50px;
}

.main_link {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.main_link ul {
	list-style-type: none;
}

.main_link li {
	padding: 2px 0;
}

.main_sub_link {
	margin-left: 40px;
}

.table_cont {
	padding-left: 10px;
}

.table_index {
	text-align: center;
}


