html {
	width: 100%;
	height: 100%;
	background: transparent url(../gfx/bg.png) no-repeat fixed bottom;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10pt;
	color: #fff;
	}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.tit {
		margin: 6px 0 0 6px;
		padding-bottom: 6px;
		border-bottom: 4px #333 dotted;
}

#content {
	position: relative;
	padding: 1%;
	z-index: 1;
	}

.winmain {
	position: relative;
	min-width: 500px;
	border: 2px #999 solid;
	}

.ct {
	text-align: center;
	}

.pic {
	border: 3px solid #fff;
	margin: 3px;
	}

.winmid {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: visible;
	background: transparent;
}

.winbg {
	position: absolute;
	background: #222 url(../gfx/bgmain.png) no-repeat top right;
	width: 100%;
	height: 101%;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: -4;
	}
	
* html .winbg {
	background: #222 url(../gfx/bgmain.gif) no-repeat top right;
	}
	
.winbg2 {
	position: absolute;
	background: #ccc;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: -3;
	}
	
.wincont {
	position: relative;
	top: 0;
	left: 0;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	background: transparent;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.winleft {
	position: relative;
	border: 2px #903 solid;
	width: 40%;
	overflow: auto;
	float: left;
	margin-left: 5%;
	margin-bottom: 3%;
	background: transparent url(../gfx/bgleft.png) no-repeat top right;
	max-height: 450px;
}

* html .winleft {
	margin: 0;
	left: 5%;
	background: transparent url(../gfx/bgleft.gif) no-repeat top right;
	}

.winright {
	position: relative;
	border: 2px #903 solid;
	float: right;
	width: 40%;
	overflow: auto;
	right: 5%;
	margin-bottom: 3%;
	background: transparent url(../gfx/bgright.png) no-repeat bottom right;
	max-height: 450px;
}

* html .winright {
	background: transparent url(../gfx/bgright.gif) no-repeat bottom right;
	}

#wincenter {
	position: relative;
	border: 2px #903 solid;
	overflow: hidden;
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3%;
	background: transparent url(../gfx/bgright.png) no-repeat bottom right;
}

* html #wincenter {
	margin: 5%;
	width: 90%;
	background: transparent url(../gfx/bgright.gif) no-repeat bottom right;
	}

p {
	margin: 3% auto 3% auto;
	text-align: justify;
	padding: 5px;
	font-size: 10pt;
	}

p.ct {
	text-align: center;
	}
	
p.lh {
	text-align: justify;
	line-height: 300%;
	}

a {
	text-decoration: underline;
	color: #333;
	}

a:link   {
	color: #333;
	}

a:hover	{
	text-decoration: underline;
}

img {
	border: 0;
	}

#mtitle {
	position: relative;
	width: 400px;
	height: 120px;
	text-align: left;
	top: 2%;
	padding-top: 3%;
	background: transparent url(../gfx/logo.png) no-repeat center;
	}

* html #mtitle {
	margin: 0 auto 2% 0;
	background: transparent url(../gfx/logo.gif) no-repeat center;
	}

ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#menu {
	float: right;
	margin: 1%;
	z-index: 4;
	}
	
.bord {
	border: 2px #903 solid;
	}

.smainmenu {
	margin: 9%;
	padding: 1%;
	width: 80%;
	border: 2px dotted #903;	
	}

.smainmenu li {
	line-height: 400%;
	font-weight: bold;		
	}

.smainmenu p {
	text-align: left;
	line-height: 300%;		
	}

.caution {
	font-weight: bold;
	color: #903;
	}

table {
	width: 98%;
	margin: 1%;
	}

th {
	background-color: #903;
	color: black;
}

tr.d0 td {
	background-color: #444;
	color: #ccc;
	text-align: left;
	padding: 0 10pt 0 10pt;
}
tr.d1 td {
	background-color: #333;
	color: #ccc;
	text-align: left;
	padding: 0 10pt 0 10pt;
}

.next {
	border: 2px #903 solid;
	width: 340px;
	text-align: center;
	margin: 5% auto 5% auto;
	font-size: 10pt;
	}
	
.next1 {
	background-color: #903;
	color: #333;
	font-size: 12pt;
	}

.next2 {
	background-color: #444;
	color: #ccc;
}

.next3 {
	background-color: #333;
	color: #ccc;
	padding: 5px;
}
