*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background-image:url(image/pa39.jpg);
	height:100%;
	font-size:x-small;
}
.back{
	background:url(image/back_main.png) no-repeat center;
}
.back_top{
	background:url(image/back_top_test.png) bottom center no-repeat;
}
.back_center{
	background:url(image/back_center_test.png) center repeat-y;
}
.back_bottom{
	background:url(image/back_bottom_test.png) top center no-repeat;
}
.box{
	width:600px;
	padding:10px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	font-size:medium;
	overflow:auto;
}

.photo_right{
float:right;
margin-left:5px;
overflow:auto;
}

.photo_left{
float:left;
margin-right:5px;
overflow:auto;
}

address a;visited,
address a:link,
address a:hover
{
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
address{
	color:#FFFFFF;
	font-style:normal;
}