@charset "utf-8";
/* CSS Document */
table {
	border-collapse: collapse;
}

table, img {
	border: 0;
}

.head {
	background-repeat: no-repeat;
	height: 150px;
	color: white;
	font-weight: bold;
}
.body {
	margin: 0;
	padding: 0;
}
.shadow_header {
	background-image: url(ten.png);
	background-repeat: repeat-x;
	height: 20px;
        top: 0;
}
.copy {
	padding-right: 10px;
	font-size: 12px;
	background-image: url(777.png);
}
.copy_left {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(666.png);
}
.body_site {
	padding: 10px;

}

.menu {
       height: 1px;
       margin: 0px;
       padding: 0px;
}

a {color: blue; text-decoration: none;border: 0;}
a:hover {color: red;text-decoration: none;border: 0;}

img {border: 0;}

#ucoz {
    position: absolute;
    z-index: -1000;
    top: -1000px;
    left: -1000px;
    width: 0;
    height: 0;
    
}

table {
    margin: 0;
    padding: 0;
}

.hr_hidden {
    width: 100%;
    border: 0;
    color: white;
}