html, body {
	height: 100%;
	background-color:#000;
}
.background {
	background-color:#000;
	background-repeat: no-repeat;
	background-image: url('images/background.png');
	width:900px;
	height:650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; 
	margin-top: -325px; 
}
.top {
width:800px;
height:80px;
background-color:#222;
	background-image: url('images/top.png');
}
.container {
	width: 800px;
	height: 550px;
	text-align: center;
	background-color: #111;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	margin-top: -275px; 
}
.container_show {
	width: 800px;
	height: 550px;
	text-align: center;
	background-color: #111;
	background-image:url('images/background_show.png');
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	margin-top: -275px; 
}
.image_show {
	width:470x;
	height:470px;
	margin-top:40px;
	margin-left:165px;
	margin-right:165px;
}
.images { 
	margin-top:20px; 
	margin-left:12px; 
	margin-right:12px; 
	width:776px;
	height:430px;
}
.box {float:left; width:82px; height:82px; background-color:#d593d5; margin:2px;}
a img {
	border: 1px solid #333;
	padding:0;
}
a:hover img {
	border: 1px solid #ff99ff;
	padding:0;
}
.clear {
	clear:both;
}
.leftnavi {
	width:180px;
	height:25px;
	float:left;
	margin-top:57px;
}
.leftnavi .index {
	width:89px;
	height:18px;
	float:left;
	text-align:center;
	border-right:1px solid #d593d5;
}
.leftnavi .contact {
	width:90px;
	height:18px;
	float:left;
	text-align:center;
}
.navi {
	width:420px;
	height:25px;
	float:right;
	margin-top:57px;
}

.navi .part {
	width:140px;
	height:18px;
	float:left;
}
.navi .partc {
	width:138px;
	height:18px;
	float:left;
	border-left:1px solid #d593d5;
	border-right:1px solid #d593d5;
}
.navi a {
	color:#d593d5;
	font-family: Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1.5px;
}
.navi a:hover {
	color:#ffceff;
	font-family: Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1.5px;
}
.leftnavi a {
	color:#d593d5;
	font-family: Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1.5px;
}
.leftnavi a:hover {
	color:#ffceff;
	font-family: Tahoma, Verdana;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1.5px;
}

p {
	color:#ffceff;
	padding:10px;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	text-align:justify;
}
.footer {
	font-size:10px;
	font-family:verdana;
	color:#666;
	height:auto;
	width:770px;
	margin-left:10px; 
	margin-right:20px; 
}
.fleft {
	width: 380px;
	height:auto;
	text-align:left;
	float:left;
}
.fright {
	width:380px;
	height:auto;
	text-align:right;
	float:right;
}

.fleft a {
	color:#d593d5;
	font-size:10px;
	font-familiy: Verdana;
	text-decoration:none;
}
.fleft a:hover {
	color:#ffceff;
	font-size:10px;
	font-familiy: Verdana;
	text-decoration:none;
}
.fright a {
	color:#666;
	font-size:10px;
	font-familiy: Verdana;
	text-decoration:none;
}
.fright a:hover {
	color:#888;
	font-size:10px;
	font-familiy: Verdana;
	text-decoration:none;
}
