@charset "utf-8";

h2 {
	margin:0;
	padding:0;
	margin-bottom:15px;
	padding-bottom:0px;
	padding-left:30px;
	background-image:url(../images/pano_h2_title.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#333333;
	font-size:1.5em;
	line-height:1.3em;
}


#commentary {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:560px;
}
#commentary p {
	line-height:1.5em;
}
#commentary p.attentions {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	color:#000066;
}

#commentary p.caution {
	margin-left:auto;
	margin-right:auto;
	color:#CC0000;
}

#leftContents {
	margin-bottom:20px;
	float:left;
	width:340px;
}

#MapArea {
	border:#CCCCCC double 3px;
	width:320px;
	height:320px;
	background-color:#F3F3F3;
}
#map {
	width:100%;
	height:100%;
}

#rightContents {
	margin-bottom:20px;
	float:right;
	width:340px;
}
.dataBox {
	border-bottom:10px;
	width:100%;
	font-size:0.75em;
	margin-bottom:10px;
}
.dataBox th{
	padding:3px;
	padding-left:1em;
	border:#4277b4 solid 1px;
	background-color:#4277b4;
	color:#FFFFFF;
	text-align:left;
}
.dataBox td{
	padding:3px;
	padding-left:1em;
	border:#4277b4 solid 1px;
	color:#333333;
	text-align:left;
}
.dataBox td ul{
	margin:10px;
	padding:0;
}
.dataBox td li{
	line-height:1.2em;
	margin-bottom:3px;
}

.dataBox td.photo{
	padding:3px;
	text-align:center;
}

#bottomContents {
	margin-bottom:20px;
	clear:both;
	width:680px;
}

#backBtn {
	width:150px;
	height:25px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
#backBtn span.btnTxet {
	display:none;
}
#backBtn a {
	width:100%;
	height:100%;
	display:block;
}
#backBtn a#btnBack {
	background-image: url(../images/pano_back_btn.jpg);
	background-position: 0 0px;
	background-repeat:no-repeat;
}
#backBtn a#btnBack:hover {
	background-image:url(../images/pano_back_btn.jpg);
	background-position: 0 -25px;
	background-repeat:no-repeat;
}

#hdBtn {
	width:220px;
	height:25px;
	margin:0px;
	margin-left:auto;
	margin-right:35px;
	margin-bottom:10px;
}
#hdBtn span.btnTxet {
	display:none;
}
#hdBtn a {
	width:100%;
	height:100%;
	display:block;
}
#hdBtn a#btnHd {
	background-image: url(../images/pano_hd_btn.jpg);
	background-position: 0 0px;
	background-repeat:no-repeat;
}
#hdBtn a#btnHd:hover {
	background-image:url(../images/pano_hd_btn.jpg);
	background-position: 0 -25px;
	background-repeat:no-repeat;
}
