/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	text-align:center;
	background-image: url(../img/wall.gif);
	background-repeat: repeat;
}
#wrap{
	width:800px;
	margin:0px 5px;
}
#border{
	width:810px;
	background-image: url(../img/border.jpg);
	background-repeat: repeat-y;
}
#headder_index{
	width:800px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height:400px;
	margin:0px auto;
}
#headder{
	width:800px;
	background-image: url(../img/top2.jpg);
	background-repeat: no-repeat;
	height:150px;
	margin:0px auto;
}
h1{
	font-size: 10px;
	color: #999999;
	text-align:right;
	margin-right:20px;
}

#left{
	width:200px;
	float:left;
}
#right{
	width:600px;
	float:right;
}


#footer{
	width:800px;
	height:50px;
	margin:0px auto;
}
address{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
	margin-right:20px;
}

textarea{
	width:480px;
	height:120px;
	margin:10px auto;
}


 /* ƒAƒ‹ƒtƒ@ */
a:hover .alpha{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
 /*  */
