BODY
{
	text-align: center;
}
#wrapper
{
	border: 2px solid #FFFFFF;
	overflow: hidden;
	color: #555555;
	text-align: left;
	background: url("../image/wrapper-bg.png");
	background-repeat: repeat-y;
	/*shadow:2px 2px 10px #979797;*/
	-moz-box-shadow: 2px 2px 10px #979797;
	-webkit-box-shadow: 2px 2px 10px #979797;
	-o-box-shadow: 2px 2px 10px #979797;
	box-shadow: 2px 2px 10px #979797;
}
#bottom
{
	background: url("../image/bottom.png");
	background-repeat: no-repeat;
}
/*###################*/
#wrapper.type-gov
{
	background: url("../image/wrapper2-bg.png");
}
#wrapper.type-gov #bottom
{
	background: url("../image/bottom2.png");
}
#wrapper.type-land
{
	background: url("../image/wrapper-bg.png");
}
#wrapper.type-land #bottom
{
	background: url("../image/bottom.png");
}
/*###################*/
#content h2
{
	color: #FFF;
	padding-left: 35px;
	line-height: 2em;
	margin: 5px 0;
	width: 500px;
	height: 40px;
	font-size: 19px;
	background: url("../image/dk-h2.png");
	background-repeat: no-repeat;
}
#content h3
{
	height: 35px;
	background: url("../image/dk-h3-l.png") no-repeat left top;
	color: #FFF;
	line-height: 2em;
	margin: 5px 0;
	padding: 0 0 0 12px;
}
#content h3 SPAN
{
	background: url("../image/dk-h3-m.png") repeat-x center;
	height: 35px;
	display: inline-block;
	=display: inline;
	=zoom: 1;
}
#content h3 EM
{
	background: url("../image/dk-h3-r.png") no-repeat top right;
	padding: 0 12px 0 0;
	font-style: normal;
	display: inline-block;
	=display: inline;
	=zoom: 1;
}
#content P
{
	margin: 0.5em 5px;
	font-size: 13px;
	line-height: 1.5em;
}
#share
{
	margin: 0 0 -12px 6px;
}
/*#Footer*/
#footer
{
	height: 1%;
	width: 800px;
	overflow: hidden;
	margin: 15px auto;
	display: block;
	font-size: 12px;
	text-align: left;
}
#footer #footer-sub
{
	margin: 0 auto;
}
#footer #footer-sub TABLE TD
{
	padding: 4px;
}
#footer DL
{
	margin: 0 auto;
	width: 100%;
}
#footer DL DT
{
	display: none;
}
#footer DL DD
{
	padding: 0 20px 0 50px;
	color: #787878;
}
#footer DL DD A
{
	color: #787878;
}
#footer DL DD A:hover
{
	text-decoration: none;
}
#footer DL DD SPAN
{
	font: bold 1em serif;
	padding: 0 10px 0 0;
}
A:hover
{
	text-decoration: underline;
}