html, body
	{
		margin: 0;
		padding: 0;
		font-family: verdana,arial,geneva,sans-serif;
		font-size: 11px;
		line-height: 1.6em;
		color: #000000;
		background-color: #ffffff;
	}

.logo
	{
		display:none;
		position:absolute;
		left:0px;
		top:0px;
		width:325px;
		height:230px;
	}

.logoprint
	{
		display:block;
		position:absolute;
		left:0px;
		top:0px;
		float:right;
		text-align:right;
		width:635px;
		height:145px;
	}
	
.visual
	{
		display:none;
		position: absolute;
		left:0px;
		top:231px;
		width: 325px;
		height: 355px;
		z-index: 1;
	}

.siteutil
	{
		display:none;
		position: absolute;
		left:0px;
		top:610px;
		width: 325px;
		height: 20px;
		z-index: 1;
	}

#navi {
	display:block;
}
	
#naviprint {
	display:none;
}

.navi1 {
	position:absolute;
	left:10px;top:185px;width:117px;height:160px;
}
	
.navi2 {
	position:absolute;
	left:127px;top:185px;width:123px;height:160px;
}
	
.navi3 {
	position:absolute;
	left:250px;top:185px;width:169px;height:160px;
}

.navi4 {
	position:absolute;
	left:419px;top:185px;width:103px;height:160px;
}

.navi5 {
	position:absolute;
	left:522px;top:185px;width:83px;height:160px;
}
	


.line1
	{
		position:absolute;
		left:0px;
		top:280px;
		width: 640px;
		height:20px;
		z-index: 1;
	}

.line2
	{
		position:absolute;
		left:0px;
		top:350px;
		width: 640px;
		height:20px;
		z-index: 1;
	}

.line3
	{
		position:absolute;
		left:0px;
		top:240px;
		width: 640px;
		height:20px;
		z-index: 1;
	}

.content1
	{
		position:absolute;
		left:10px;
		top:300px;
		width: 620px;
		z-index: 1; 
	}
	
.content2
	{
		position:absolute;
		left:10px;
		top:370px;
		width: 620px;
		z-index: 1; 
	}

.listtable,
.listtable td {
	vertical-align:top;
	line-height: 1.4em;
	padding:0 5px 10px 0;
}

.listimg {
	vertical-align:bottom !important;
}

.floatnone 
	{
    float: none;
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
	}

.header
	{
		text-align: left;
		display: block;
		padding: 20px 0px 20px 0px;
	}
	
.text
	{
		text-align:left;
	}

.text td
	{
		text-align:left;
	}

.bold
	{
		font-weight:bold;
	}	

.error
	{
		color:#ff0000;
	}	

a, a:link, a:visited, a:active
	{
		color:#000066;
		text-decoration:none;
	}
	
a:hover
	{
		color:#000066;
		text-decoration:underline;
	}

.bold a, .bold a:link, .bold a:visited, .bold a:active
	{
		text-decoration:underline;
		color:#828483;
	}

.bold a.hover 
	{
		color:#000000;
	}
