a:link{
	COLOR : white;
	TEXT-DECORATION : none;
}
a:visited{
	COLOR : white;
	TEXT-DECORATION : none;
}
a:hover{
	COLOR : orange;
	TEXT-DECORATION : none;
}
a:active{
	COLOR : red;
	TEXT-DECORATION : none;
}
body{
	font-family      : serif;
	font-size        : large;
	font-weight      : 500;
	background-color : black;
	color            : white;
}
.head-logo{ 
	position : absolute;
	top      : 0px;
	left     : 90px;
}
.head-photo{ 
	position : absolute;
	top      : -20px;
	left     : 480px;
}
.adr{ 
	position  : absolute;
	top       : 38px;
	left      : 185px;
	font-size : small;
}
.head-line1{ 
	position : absolute;
	top      : 118px;
	left     : 42px;
	z-index : 3;
	filter : progid:DXImageTransform.Microsoft.alpha(style=1,opacity=100,finishopacity=10,startx=0,finishx=300)
}
.head-line2{ 
	position : absolute;
	top      : 154px;
	left     : 42px;
	z-index : 3;
	filter : progid:DXImageTransform.Microsoft.alpha(style=1,opacity=100,finishopacity=10,startx=0,finishx=300)
}
.menu1{ 
	position : absolute;
	top      : 132px;
	left     : 63px;
	z-index  : 2;
}
.menu2{ 
	position : absolute;
	top      : 132px;
	left     : 133px;
	z-index  : 2;
}
.menu3{ 
	position : absolute;
	top      : 132px;
	left     : 248px;
	z-index  : 2;
}
.menu4{ 
	position : absolute;
	top      : 132px;
	left     : 346px;
	z-index  : 2;
}
.menu5{ 
	position : absolute;
	top      : 132px;
	left     : 456px;
	z-index  : 2;
}
.menu6{ 
	position : absolute;
	top      : 132px;
	left     : 584px;
	z-index  : 2;
}
.menu7{ 
	position : absolute;
	top      : 132px;
	left     : 711px;
	z-index  : 2;
}
.menu8{ 
	position : absolute;
	top      : 132px;
	left     : 825px;
	z-index  : 2;
}
.buf{
	position : absolute;
	top      : 545px;
	left     : 465px;
	font-weight : 700;
	z-index  : 2;
}
.img1{
	position : absolute;
	top      : 160px;
	left     : 241px;
	z-index  : 1;
}
.line{ 
	position : absolute;
	top      : 575px;
	left     : 42px;
	z-index : 2;
}
.copy{ 
	position  : absolute;
	top       : 590px;
	left      : 300px;
	font-size : small;
	z-index : 2;
}
.adr,.buf,.copy{
	white-space : nowrap;
}
.link{ 
	cursor : pointer;
}
