/*==========index==========*/

body{
	margin: 0;
	background: whitesmoke;
	text-align: center;
	scrollbar-3dlight-color:whitesmoke;
	scrollbar-arrow-color:whitesmoke;
	scrollbar-darkshadow-color:whitesmoke;
	scrollbar-face-color:whitesmoke;
	scrollbar-highlight-color:whitesmoke;
	scrollbar-shadow-color:whitesmoke;
	scrollbar-track-color:whitesmoke
}

body.b{
	margin: 0;
	background: url(img/back.jpg) no-repeat fixed right bottom;
	text-align: center;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:dimgray;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-track-color:white;
	color: black;
	font-family: verdana,century gothic,MS gothic;
	font-size: 10pt;
	letter-spacing: 1pt;
	line-height: 16pt;		
}

#pagebodyback{
	margin: 35px auto;
	text-align: left;
	position: relative;
	top: 5px;
	left: 5px;
	width: 700px;
	height: 550px;
	background: #888888;
}

#pagebody{
	margin: 0 auto;
	background: white;
	position: relative;
	text-align: left;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid dimgray;
}

a{
	color: ivory;
	text-decoration: none;
}

a:hover{
	position: relative;
	bottom: 2px;
}

iframe{
	width: 100%;
	height: 100%;
}

table{
	width: 100%;
	height: 100%;
	border-spacing: 0;
}

td{
	padding: 0;
}

td.navi{
	width: 100%;
	height: 5%;
	background: black;
	text-align: center;
	padding: 0;
}

#navi{
	color: gray;
	font-family: century gothic,verdana;
	font-size: 9pt;
	text-align: center;
}

#navi a:hover{
	color: orange;
}


/*==========top==========*/

td.top{
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: center;
	padding: 0;
}

#sitename{
	margin: 0 0 0 80px;
	color: dimgray;
	font-size: 30pt;
	font-weight: bold;
}


/*==========menu1,2,3==========*/

#main{
	margin: 10% 30% 10% 5%;
	text-align: left;
	padding: 10px;
}

#main a{
	color: #898249;
	font-weight: bold;
	border-bottom: 1px solid #898249;	
}

#gototop{
	font-size: 8pt;
}

#gototop a{
	color: dimgray;
}

hr{
	color: #e1ddc6;
	border-style: dotted;
}

#link{
	margin-top: 5px;
	color: ivory;
	font-size: 8pt;
}
