@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

.nav_menu {
	overflow: hidden;
	position: absolute;
	left: 80px;
	top: 98px;
	z-index:3;
	}
.container {
	position: relative;
	height: 611px;
	width: 1024px;
	zindex: 1;
}
.header {
	width: 1024px;
}
.footer {
	width: 1024px;
}
.content {
	position: absolute;
	left: 434px;
	top: 35px;
	height: 539px;
	width: 568px;
}

.content2 {
	position: absolute;
	left: 348px;
	top: 55px;
	height: 550px;
	width: 533px;
}

.content3 {
	position: absolute;
	left: 292px;
	top: -3px;
	height: 650px;
	width: 650px;
}

.promotion {
	position: absolute;
	left: 91px;
	top: 347px;
	width: 119px;
	height: 124px;
}

.motif_guestbook {
	position: absolute;
	left: -80px;
	top: 190px;
	width: 119px;
	height: 124px;
	z-index: 4;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 572px;
	height: 438px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding: 15px;
	left: 323px;
	top: 56px;
}

#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
	width: 215px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	margin: 0.3em auto;
	padding: 15px;
	left: 320px;
	top: 57px;
	z-index: 2;
}
a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	font:bold;
	color:#666666;
	}
	
