body,
div#wrapper,
div#content,
div#content h2,
div#content h3,
div#footer,
div#footer *{
	background-color: #fff;
	background-image: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
}

.noprint,
h1, hr,
div#keyvisual,
div#spnav,
div#sidebar,
div#footernav{
	display: none;
}

a#header_logo{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

a#header_logo img{
	width: 100px;
	height: 100px;
	border: none;
}

div#content{
	margin: 110px 0 0 0;
	border-top: 1px #000 solid;
}

div#content h2,
div#content h3{
	margin-top: 1em;
	margin-bottom: .5em;
	border-bottom: 1px #000 solid;
}

div#footer{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

div#footer *{
	text-align: right;
}


.block_half{
	width: 230px;
	background: #fff;
}

.block_left.block_half{
	margin: 0;
}

.block_right.block_half{
	float: left;
	margin: 0 0 0 10px;
}

.block_half img{
	margin: 10px 10px .5em 10px;
}

.block_half p{
	margin: .5em 10px 10px 10px;
	font-size: 92%;
}

table{
	width: 100%;
	margin: 1em 0;
	border: 1px #999 solid;
	border-collapse: collapse;
}

th, td{
	border: 1px #999 solid;
	padding: .25em;
}

th{
	width: 25%;
	text-align: center;
}



.box_parent{
	zoom: 100%;
}

.box_parent:after{
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
