@charset "utf-8";
/* www.OLESHA.net. CSS by vara@alamaya.com */

body {
	background-color: #99b927;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* Left Menu */
.bgmenu {
	background-image: url(../images/ornament_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

/* Content */
.bgcontent {
	background-color: #FFFFFF;
	background-image: url(../images/jewelxx.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	.bgcontent_jpn {
	background-color: #FFFFFF;
	background-image: url(../images/jewel.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	.subtext {
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight:bold;
	color:#ffff00;
	padding-left:0px;
	text-decoration: none;
	}
	
	.subtext:hover{
	color:#FFFFFF;
	text-decoration: none;
	}
	
	.maintext {
	font-family: verdana;
	font-size: 8.5pt;
	color: #000000;
	text-align: justify;
	line-height:16px;
	}

/* Footer */
.foots {
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	line-height: 13pt;
}
.footer {
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}
.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.link {
	font-family: verdana;
	color: #000000;
	text-decoration: none;
}
.link:hover {
	color: #FF6600;
	text-decoration: none;
}
