body {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	background:#ddF;
	font-size: small;
}
*{
	margin-top:0;
	margin-bottom:0;
}
p{
	text-justify:inter-ideograph;
	text-align:justify;
}
h3{

}
h4,h5{
	font-size: medium;
	padding: 10px;
	margin: 10px;
	display: block;
}
h5{
	text-indent: 1em;
}
#wrapper {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
	width:800px;
	height: 100%;
	background-color:#fff;
	border-right: 1px solid #bbe;
	border-left: 1px solid #bbe;
	
}
#header1{
	padding-top: 10px;
	height:50px;
	border-bottom:1px solid #131;
	background-color: FFF;
}
#header1 h1{
	display:none;
}
#header1 h2{
	display:none;
}
#header1 img{
	float:left;
	margin-left:10px;
	border:none;
}
#header1 a{
	border:none;
	text-decoration:none;
	
}
#navigation{
	float:right;
	margin:5px;
}
#linkbar {
	width: 800px;
	height: 35px;
	background-color: #000;
	display: block;
}


#contents {
	background-color:#fff;
	padding:20px 20px 50px 30px;
}

#footer {
	margin-bottom:0px;
	clear:both;
	text-align:center;
	padding:20px 0px 5px 0px;
		border-top:1px dashed #ac9c8c;
}
#footer p{
	margin-top:5px;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color:#432;
}
#footer a:hover{
	color:#654;
}
#footer ul{
	display:inline;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
#footer ul li{
	display:inline;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}



#contents img{
	float:right;
	padding:20px;
	background-color:#fff;
}
#contents h3{
	color:#945848;
}
#contents h4{
	clear:both;
	margin-top:30px;
	padding:5px 3px 5px 2px;
	border-left:3px solid #8c7c6c;
	border-top:1px solid #8c7c6c;
	border-bottom:1px solid #8c7c6c;
	border-right:1px solid #8c7c6c;
	background-color:#dcccac;
	color:#453121;
}
#contents h5{
	margin-top:5px;
	margin-left:5px;
	padding:18px 3px 3px 5px;
	border-top:1px dashed #ac9c8c;
}
#contents p{
	margin-left:35px;
	margin-right:5px;
	padding:3px 13px 3px 5px;
	text-indent:1em;
	line-height:1.5em;
}
#contents em{
	font-weight:bold;
	font-style:normal;
}
.subh{
	font-weight:normal;
}
#contents ul{
	list-style-type:none;
	margin:0 0 10px 5px;
	padding:0;
}
#contents ul li{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding:3px 3px 3px 5px;
	line-height:1.5em;
}
#contents ul li em{
	background-color:#766955;
	color:#fee8d6;
	font-weight:normal;
	padding:2px 5px 2px 5px;
}
#contents table{
	margin:5px 5px 5px 20px;
	padding:3px 10px 3px 5px;
	border-collapse: collapse;

}
#contents table tr{
	border-bottom: 1px solid #ac9c8c;
}
#contents table th{
	text-indent:1em;
}
#contents table td{
	padding:5px;
}
#contents table td img{
	float:none;
}

