body {
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
	margin: 0;
	line-height: 150%;
	background-color: #000;
}

body, h1, h2, h3, ul, li, form, dl {
	margin:0;
	padding:0;
}

hr {
	display: none;
}

a {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #900;
}
/* ---------------------------------------------------------------- */
span.none {
	display: none;
}
.notice {
	font-size: 10px;
}
.clear {
	clear: both;
	overflow:hidden;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.align_right {
	text-align: right;
}
/* --- IE7 --- */
*+html .clear {
	height:0px;
	overflow:hidden;
}
* html .zoom_icon { behavior: url(../css/iepngfix.htc) }
/* ---------------------------------------------------------------- */
#pageArea {
	width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#photoArea {
	width: 800px;
	height: 466px;
	background:url("../images/bg_1.jpg") 0 0 no-repeat;
	
}
#bodyArea {
	width: 800px;
	background:url("../images/bg_2.jpg") 0 0 no-repeat;
	background-color: #fff;
}
#textArea {
	width: 750px;
	background:url("../images/bg_3.jpg") right bottom no-repeat;
	text-align: left;
	padding: 25px;
}
#add {
	margin-top: 50px;
}
#map {
	border: 1px solid #000;
}
#map_1 {
	float: left;
	width: 440px;
}
#map_2 {
	float: left;
	width: 300px;
}
#map_2 ul {
	margin-left: 15px;
}
/* ---------------------------------------------------------------- */