#structure_contentbox {
	overflow: hidden;
	
	
}

#structure_footerbox {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #95caff;
	overflow: hidden;
	margin: 0 2em 2em 2em;
}

#structure_infobox {
	float: left;
	width: 250px;
}

#structure_mainbox {
	background-repeat: repeat-y;		
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #95caff;
	overflow: hidden;
	margin: 0 2em 0 2em;
}

#structure_newstickerbox {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #95caff;
	margin: 0 2em 1.5em 2em;
}

#structure_navigationbox_main {		
	background-image: url('../images/bg_navigation.jpg');
	background-repeat: repeat-x;		
	overflow: hidden;
}

#structure_nlcorner {
	position: absolute;
	z-index: 10;
}

#structure_trcorner {
	background-image: url('../images/bg_japantransparent.jpg');
	background-repeat: no-repeat;	
	height: 200px;
	width: 200px;
	position: absolute;
	right: 0px;
	z-index: 10;	
}

#structure_trcorner a {
	display: block;
	height: 200px;
	width: 200px;
}

#structure_nlcorner a {
	background-image: url('../images/nlcorner-trans.png');
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	height: 160px;
	width: 160px;
}

#structure_outerbox {
	background-color: #FFFFFF;
	margin: 0 auto 20px auto;
	overflow: hidden;
	width: 900px;
	position: relative;
	z-index: 100;		
}