/* CSS Document */

/* 文字の設定---------------*/

.font-bold {
	font-weight: bold;
}

.font-red {
	color: #FF0000;
}

.font-b-red {
	color: #FF0000;
	font-weight: bold;
}

.line-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;	
	clear:both
}

/* メニュー(hover)------*/
#menu_top{
	float:left;
	width:750px;
	height:200px;
	text-indent:-9999px;
	background: url(/images/header_w.jpg) no-repeat;
	background-position:0px 0px;
}
#menu_top a{
	width:750px;
	height:200px;
	display:block;
}
#menu_top a:hover{
	background: url(/images/header_w.jpg) no-repeat;
	background-position:0px -200px;
}
#menu_01{
	float:left;
	width:121px;
	height:25px;
	text-indent:-9999px;
	background: url(/images/menu_01w.gif) no-repeat;
	background-position:0px 0px;
}
#menu_01 a{
	width:121px;
	height:25px;
	display:block;
}
#menu_01 a:hover{
	background: url(/images/menu_01w.gif) no-repeat;
	background-position:0px -25px;
}
#menu_02{
	float:left;
	width:246px;
	height:25px;
	text-indent:-9999px;
	background: url(/images/menu_02w.gif) no-repeat;
	background-position:0px 0px;
}
#menu_02 a{
	width:246px;
	height:25px;
	display:block;
}
#menu_02 a:hover{
	background: url(/images/menu_02w.gif) no-repeat;
	background-position:0px -25px;
}
#menu_03 {
	float:left;
	width:130px;
	height:25px;
	text-indent:-9999px;
	background: url(/images/menu_03w.gif) no-repeat;
	background-position:0px 0px;
}
#menu_03 a{
	width:130px;
	height:25px;
	display:block;
}
#menu_03 a:hover{
	background: url(/images/menu_03w.gif) no-repeat;
	background-position:0px -25px;
}
#menu_04 {
	float:left;
	width:132px;
	height:25px;
	text-indent:-9999px;
	background: url(/images/staff_w.gif) no-repeat;
	background-position:0px 0px;
}
#menu_04 a{
	width:132px;
	height:25px;
	display:block;
}
#menu_04 a:hover{
	background: url(/images/staff_w.gif) no-repeat;
	background-position:0px -25px;
}
#menu_05 {
	float:left;
	width:121px;
	height:25px;
	text-indent:-9999px;
	background: url(/images/menu_05w.gif) no-repeat;
	background-position:0px 0px;
}
#menu_05 a{
	width:121px;
	height:25px;
	display:block;
}
#menu_05 a:hover{
	background: url(/images/menu_05w.gif) no-repeat;
	background-position:0px -25px;
}
#live_camera {
	float:left;
	width:165px;
	height:120px;
	text-indent:-9999px;
	background: url(/images/livecamera_w.jpg) no-repeat;
	background-position:0px 0px;
	margin-bottom:2px;
}
#live_camera a{
	width:165px;
	height:120px;
	display:block;
}
#live_camera a:hover{
	background: url(/images/livecamera_w.jpg) no-repeat;
	background-position:0px -120px;
	margin-bottom:2px;
}

/* div設定--------------*/
#profile .detail-right {
	float: left;
	width: 310px;
}

/* お店案内-----------*/
.details-contents {
	width: 540px;
	margin-bottom: 10px;
	clear:both;
}

#about .details-left {
	float: left;
	width: 325px;
/*	margin-right: 15px; */
	margin: 0 10px 0 5px;
}

#about .details-right {
	float: left;
	width: 200px;
}

#about .box1 {
	background-color: #E8E8E8;
	padding: 5px;
}

.mini-t {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #8E0000;
	padding-left: 10px;
/*	color: #8E0000; */
	font-weight:bold;
}

.text-right {
	text-align: right;
}

/* 公演スケジュール一覧 */
.year {
   float: left;
   width: 55px;
   text-align: right;
}

.month {
   float: left;
   width: 35px;
   text-align: right;
   margin-bottom: 1px;
}

.date {
   float: left;
   width: 80px;
   text-align: right;
}

.event {
   float: left;
   width: 415px;
   text-align: left;
   margin-left: 5px;
}

/* 画像回り込み--------------*/
.photo-right {
   float: right;
   margin: 0px 0px 5px 10px;
}

.photo-left {
   float: left;
   margin: 3px 3px 3px 0px;
}

.photo-player {
   float: left;
   margin: 0 10px 10px 0;
}

.clear-right {
    clear:right;
    line-height:0px;
}

/* dl--------------*/
dl {
	margin: 10px 0 0;
	clear: both;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

dl dt {
	margin: 0;
	padding: 5px;
	clear: both;
	width: auto;
	border: 0;
	border-left: 3px solid #8E0000;
	background-color: #DFDFDF;
	font-weight: bold;
}

dl dd {
	margin: 0 0 10px;
	padding: 10px;
	clear: both;
	width: auto;
	/*height: auto;*/
	overflow: auto;
	border: 0;
	border-left: 3px solid #8E0000;
	border-bottom: 1px dashed #ccc;
}

/* アキ--------------*/
.space01 {
	margin-bottom: 5px;
	min-height: 155px;
	_height: 155px;
}

.m-5 {
	margin-top: 5px;
	margin-left: 2px;
}

.m-10 {
	margin-top: 10px;
}

/* 新着情報--------------*/
.news {
/*	margin: 0 0 40px 10px; */
/*	margin: 0 0 20px 10px; */
	margin: 0 0 20px 5px;
	padding-top:10px;
}
.news-list {
	padding: 5px 0;
	border-bottom: dotted 1px #999;
}
.sched-list {
	padding: 5px 0;
	border-bottom: double 3px #999;
	margin-bottom: 2px;
}
.news-right {
	margin-left: 12em;
}
.list-bar {
    border-left: 3px solid #8E0000;
    background-color: #DFDFDF;
	font-weight:bold;
	line-height: 1.4em;
	padding-top:2px;
	padding-bottom: 2px;
	clear: both;
}
.news-icon {
	width: 120px;
	height: 20px;
	margin-bottom: 4px;
}
.news-r-float {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.news-l-float {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.news-box-line {
	width: auto;
	clear: both;
}
.news-box-num {
	float: left;
	width: 1.5em;
	text-align: right;
	-webkit-text-size-adjust: 170%;
	line-height: 1.5em;
}
.news-box-chr {
	float: left;
	width: auto;
	-webkit-text-size-adjust: 170%;
	line-height: 1.5em;
}
.news-box-p {
	width: auto;
}

.news-dashd {
	border-bottom: 1px dashed #ccc;
	margin-top: 1px;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

/* ディスク--------------*/
.disc {
	width: 540px;
	clear:both;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

.disc-name {
	background-image: url(/profile/images/line.gif);
	background-repeat: repeat-x;
	font-size: 110%;
	padding-bottom: 10px;
	background-position: bottom;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	/*color: #CC3300;*/
}

.disc-label {
	padding-bottom: 10px;
}

.disc-left {
	float: left;
}

.disc-right {
	float: right;
	width: 280px;
	padding-bottom: 10px;
}

div.b {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

div.b2 {
	margin-left: 1.8em;
	text-indent: -1.8em;
}

.small {
	font-size: 80%;
}

/* ライブ告知 --------------*/
.live_ad {
	border-style: solid;
	border-width: 1px;
	border-color: #8c0000;
	padding: 3px 2px;
	margin: 0 5px;
}
