#image_disp {
	width: 640px;
	text-align:center;
}
#image_disp h3 {
	font-size:150%;
	margin-bottom:5px;
	color:#FF6600;
}
#image_disp #full_image{
	margin:5px auto;
}
#image_disp p.right {
	width:50%;
	float:right;
	text-align:right;
}
#image_disp #setumei{
	float:left;
	width:300px;
	_height:240px;
}
#image_disp #map{
	float:right;
	width:330px;
}
#image_disp #setumei dl {
	padding: 0;
	border: 1px solid #333;
	border-top: none;
	background-color: #222;
}

#image_disp #setumei dl dt {
	margin: 0;
	padding: 0.3em 0 0.1em 0.5em;
	border-top: 1px solid #333;
	width: 5em;
	font-weight:bold;
	float: left;
	color: #fff;
}
	
#image_disp #setumei dl dd {
	margin: 0 0 0 5em;
	padding: 0.3em 0.5em;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	color: #eee;
	background-color: #111;
}
#image_disp #setumei p.right {
	text-align:right;
}
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#image_disp:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#image_disp { display:inline-table; }

/* Mac IE には適用させない \*/
* html #image_disp { height:1px; }
#image_disp { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

/*---------------------------------------------*/
#same_title {
	margin-top:5px;
	padding:3px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-align:center;
	width:90%;
	margin-bottom: 5px;
}
#same_title h3{
	margin:0;
	text-align:justify;
	font-size:120%;
	margin-bottom:5px;
	color:#FF6600;
}
#same_title table{
	background-color:#111;
	text-align:center;
	width:100%;
}

#search_result {
	margin-top:5px;
}

#search_result p.center{
	text-align:center;
}
