@charset "utf-8";

#body_left {
	float:left;
	padding:0 10px;
	margin:0;
	overflow: hidden;
}

#body_left_inner {
	width:240px;
}

#body_right {
	float:right;
	padding:0 10px;
	margin:0;
	overflow: hidden;
}

#body_right_inner {
	width:620px;
	overflow:hidden;
}

#group_left_box	{
	background-color:#efefef;
	padding:5px 10px;
	overflow:hidden;
}

#group_left_box ul {
	width:220px;
	list-style:outside none none;
}

#group_left_box ul li.first {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list_first.gif) no-repeat left top;
}

#group_left_box ul li {
	font-size:14px;
	padding:10px 0px 10px 18px;
	background:url(../images/bg_p-list.gif) no-repeat left top;
}

#googlemap	{
	width: 588px;
	height: 438px;
	padding:5px;
	border:1px #efefef solid;
}

#info_window	{
	width:578px;
	border:1px #cccccc solid;
	margin-top:10px;
	padding:10px;
}

#info_window img	{
	margin-right:10px;
	float:left;
}


table#base_data	{
	width:350px;
}

table#base_data tr	{
	padding:0.25em 0;
}
table#base_data tr th	{
	vertical-align:text-top;
}

.data_label	{
	width:52px;
	padding-left:18px;
	background:url(../images/p_list-data.gif) left no-repeat;
}

table#base_data tr td	{
	width:280px;
	vertical-align:top;
}

div#photos	{
	width:240px;
	margin:auto 0;
	float:right;
}

div#photos img	{
	margin-top:20px;
}

.inner ul	{
	list-style:inside disc;
}

.inner ul li ul	{
	list-style:inside square;
	margin-left:1em;
}

#map	{
	width: 588px;
	height: 438px;
	padding:5px;
	border:1px #efefef solid;
	
}

table#history_table	{
	width:600px;
}

table#history_table tr th	{
	vertical-align:text-top;
	font-weight:normal;
	width:100px;
	text-align:right;
}

table#history_table tr td	{
	width:470px;
	padding-left:10px;
	vertical-align:top;
}


