@charset "utf-8";


.bn{
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}

/* 全体
---------------------------*/
#livehouse {
	width:980px;
	line-height: 150%;
	background: #000 url(http://image.pia.jp/images2/static/pia/feature/music/livehouse/bg_livehouse.jpg) no-repeat top;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #fff;
}

#livehouse h1{
	margin: 0;
	padding: 0;
}

#livehouse div.tit{
	width: 700px;
	margin: 0 auto;
}

#livehouse div.contents{
	width: 700px;
	background-color: #333;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin: 0 auto;
}

/* -----font-----*/
#ss11 .t10 { font-size: 84%; }
#ss11 .t14 { font-size: 117%; }
#ss11 .t16 { font-size: 134%; }
#ss11 .bold { font-weight:bold; }

#livehouse .clear{
clear: both;
}
#livehouse a{
color: #fff;
}
#livehouse a.icon02 { background-position: 0 4px; display: inline; padding: 0 0 0 10px; }
.icon02 {
	background: url(../img/icon02.gif) no-repeat 0 5px;
	padding-left: 10px;
}

/* Anker
---------------------------*/
#livehouse .anker-box {
	margin: 0 6px 10px 0px;
	padding: 10px 0;
	text-align: center;
	clear: both;
}
/* icon
---------------------------*/
#livehouse .icon-box {
	float: right;
	background-color : #000;
	width: 300px;
	margin: 10px 10px 4px 0;
	padding: 4px 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	clear: both;
}
#livehouse .icon-box img{
	vertical-align:middle;
	padding-left: 6px;
}

	
/* メイン
---------------------------*/
#livehouse div.area {
	clear: both;
	margin: 0 auto;
	width: 680px;
}

#livehouse .box-title {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 4px 10px ;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	font-size: 15px;
}

#livehouse div h3 { 
	font-weight: bold;
	width: 100px;
	float: left;
	padding: 10px 0;
	text-indent: 8px;
	font-size: 14px;
}
#livehouse .category { 
	width: 580px;
	float: left;
	padding: 10px 0;
}

#livehouse .line{
	clear: both;
	border-top : #fff dotted 1px;
	width: 680px;
}

#livehouse .category dl {
	border-bottom : #000 dotted 1px;
	width: 570px;
}

#livehouse .category dt {
	clear: left;
	float: left;
	margin-left: 15px;
	padding-top: 8px;
}
#livehouse .category dt img{
	vertical-align: middle;
	padding-left: 6px;
	margin-bottom: 2px;
}
#livehouse .category dd {
	clear: inherit; 
	width: 200px;
	margin-left: 360px;
	padding-top: 7px;
}

/* ---------------------------
map
-----------------------------*/

#livehouse #map{
	width: 700px;
	margin: 0 auto;
height:440px;
background:url(http://image.pia.jp/images2/static/pia/feature/music/img/map.gif) no-repeat left top;

}
img {
border:none;
}
img.preload {
display:none;
}

/* topへ
---------------------------*/
#nav-dock {
	position: fixed;
	z-index: 999;
	right: -2px;
	/right: 0px;
	top: 90%;
	_width:100px;
	_float:right;
	}
	#nav-dock a {
		display: block;
		text-align: center;
		padding: 3px 6px;
		margin: 0px 0;
		background: #ff0066 ;
		color: #fff;
		text-decoration: none ;
		-webkit-border-top-left-radius: 7px ;
		-moz-border-radius-topleft: 7px ;
		-o-border-radius-topleft: 7px ;
		-webkit-border-bottom-left-radius: 7px ;
		-moz-border-radius-bottomleft: 7px ;
		-o-border-radius-bottomleft: 7px ;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
		font-size: 10px ;
		}	
		#nav-dock a:hover{
			background: #ffcc00 ;
			}