#content {
	background:     url(/image/struct/fd_c1.png) repeat center;
	padding-left: 	6px;
    margin-bottom:  2em;
}
#content h1 {
    margin-bottom:  .5em;
	margin-top:  	1em;
	margin-left: 	18px;
    font-size:      1.2em;
    font-weight:    bold;
}
#content h2 {
    margin-bottom:  .8em;
	margin-top:  	1em;
	margin-left: 	18px;
    font-size:      1.2em;
    font-weight:    bold;
}
#content h3 {
    margin-bottom:  .7em;
    font-size:      1.1em;
	margin-left: 	18px;
    font-weight:    bold;
}
#content h4 {
    margin-bottom:  .5em;
    font-size:      1em;
	margin-left: 	18px;
    font-weight:    bold;
}
#content ul {
    padding-left:   1.5em;
    list-style:     disc;
    margin-bottom:  .8em;
	margin-left: 	18px;
}
#content table,
#content form {
    margin-bottom:  .8em;
}
#content table th,
#content table td {
    padding:        4px 4px;
}
#content table td {
    background:     silver;
    border:         solid 1px gray;
}
/*
#content>*:last-child {
    margin-bottom:  0;
}
*/

