@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:16px;
	
	color:black;
	background-repeat:repeat-x;
}

a {
	color:black;
	text-decoration:none;
}

div {
	position:absolute;
	z-index:10;
}




div.bg {
	left:0px;
	top:0px;
	width:100%;
	height:594px;
	background-repeat:repeat-x;
	z-index:1;
}

div.vis {
	left:0px;
	top:0px;
	z-index:20;
}

div.nav {
	left:9px;
	top:7px;
	z-index:30;
}
div.subnav {
	left:165px;
	top:40px;
	z-index:30;
}

div.txt {
	left:332px;
	top:125px;
	width:480px;
	z-index:30;
	
	padding-bottom:100px;
}
div.box {
	position:relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
	
	z-index:30;
}



p.tit {
	font-weight:bold;
}

p.subtit {
	font-weight:bold;
	margin-bottom:0px;
}


.em {
	color:#BF2D78;
}
.emstrong {
	color:#BF2D78;
	font-weight:bold;
}

p.li {
	padding-left:16px;
}
p.li span.dot {
	position:absolute;
	margin-left:-16px;
}

p.litit {
	margin-bottom:0px;
	padding-left:16px;
	font-weight:bold;
}
p.litit span.dot {
	position:absolute;
	margin-left:-16px;
	margin-top:3px;
}


