@charset "utf-8";
/* CSS Document */

img { BORDER: 0px; }

.wrapper{
margin:auto;
padding:0;
position:absolute;
width:90%;
height:500px;
text-align:center;
top:0px;
left:40px;
}

.top_title{
	position:absolute;
	top:70px;
	left:150px;
	margin:0px;
	padding:0px;
}

.link_area{
	position:absolute;
	width:650px;
	height:370px;
	margin:0px;
	padding:0px;
	top:0; bottom:0; left:0; right:0; margin:auto;
}

.word_area{
	width:390px;
	height:12px;
	position:absolute;
	top:129px;
	left:202px;
	text-align:left;
	letter-spacing:0px;
	font-size:12px;
	line-height:22px;
	color:#a5a6a2;
}


#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

	.left_shadow{
background-image:url(../images/shadow_left.png);
	width:16px;
	height: 100%;
	position:absolute;
	top:0; left:0;  margin:auto;
	z-index:9999;
	}
	.right_shadow{
background-image:url(../images/shadow_right.png);
	width:16px;
	height: 100%;
	position:absolute;
	top:0; right:0;  margin:auto;
	z-index:9999;
	}
	
A.naz:link {
	COLOR: #8a7c62; TEXT-DECORATION: none
}
A.naz:visited {
	COLOR: #8a7c62; TEXT-DECORATION: none
}
A.naz:hover {
	COLOR: #d18600; TEXT-DECORATION: underline
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
	filter:Alpha(Opacity=70, FinishOpacity=70, Style=2);
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* Moz + FF */
	opacity:0.7;
}

