/* body setting and font family */
body{
	color       : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif, Osaka;
	line-height : 150%;
	font-size   : 12px;
	margin: 15px;
	background: #000000;
}
.bodytable {
	width: 600px;
}
/* link */
a:link   {
	color:#9FCC8C;
	text-decoration:underline
}   
a:visited{
	color:#9FCC8C;
	text-decoration:underline
}   
a:hover  {
	color:#5A9400;
}   
a:active {
	color:#9FCC8C;
	text-decoration:underline
}   
/* background images */
.logo{
	background-image :     url(images/logo/logo_white.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: right center;
}  
/* text style*/	
.deenanoroian {
	color: #cccc99;
	font-size: 20pt;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.title{
	color:#FFFFFF;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 2px dotted #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
.Beige14px {
	color: #cccc99;
	font-size: 14px;
	font-weight: bold;
}
.price {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}
/* ID */
#SiteTitle {
	position: absolute;
	visibility: visible;
	left: 20px;
	top: 20px;
}
#Menu {
	position: absolute;
	visibility: visible;
	top: 105px;
	left: 25px;
}
