body {
	margin: 0px;
	padding: 0px;
}
#contena {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ul_normal {
	margin-top: 5px;
}

.ul_normal li {
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1.5em;
	line-height: 1.4em;
}
ul , li,p{
	margin: 0px;
	padding: 0px;
}
.osirase p {
	margin-bottom: 1em;
}

.osirase li{
	line-height: 1.4em;
	background-image: url(jirei21/images/icon_sankaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	list-style-position: outside;
	list-style-type: none;
}
.osirase {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.header {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #390;
	border-bottom-color: #390;
	height: 90px;
}

.header h1 {
	margin: 0px;
	padding: 0px;
}


.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #390;
	margin-top: 15px;
	line-height: 1.6em;
	font-size: 0.8em;
	color: #666;
	text-align: center;
}
@media print{
#contena {
	width: 95%;
}
#contena tr .header h1 img{
	width:700px;
	height: 81px;
}
#contena tr .header h1 {
	text-align: right;
}

}
