@charset "UTF-8";

/*------- booking_paragraph -------*/
.booking_paragraph {
	padding-bottom: 30px;
}
.booking_paragraph .float_left {
	float: left;
	width: 380px;
}
.booking_paragraph .float_right {
	float: right;
	width: 380px;
}



h4#h4_loudSoundOut {
	background: url("../booking/images/h4_loudSoundOut.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}
h4#h4_furinkazan {
	background: url("../booking/images/h4_furinkazan.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}
h4#h4_ozzySundayNight {
	background: url("../booking/images/h4_ozzySundayNight.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}
h4#h4_fakeTheRockStar {
	background: url("../booking/images/h4_fakeTheRockStar.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}
h4#h4_afterDark {
	background: url("../booking/images/h4_afterDark.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}
h4#h4_forTourBand {
	background: url("../booking/images/h4_forTourBand.gif") no-repeat;
	width: 345px;
	height: 36px;
	text-indent: -9999px;
}



/*------- booking_box -------*/
.booking_box {
	border: 1px solid #444444;
	padding: 10px;
	width: 360px;
}



/*------- booking_dl -------*/
dl.booking_dl dt {
	border: 1px solid #444444;
	color: #ffffff;
	background: #211222;
	padding: 5px;
}
dl.booking_dl dd {
	padding-bottom: 15px;
	padding-left: 1.0em;
}



/*------- booking_list -------*/
ul.booking_list {
	margin-left: 20px;
}
ul.booking_list li {
	padding-bottom: 7px;
}



/*------- booking_small_box -------*/
.booking_small_box {
	border: 1px solid #cccccc;
	background: #333333;
	padding: 10px;
	margin-top: 5px;
}

.booking_small_box a {
	text-decoration: underline;
	color: #ffffff;
}
.booking_small_box a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.booking_small_box a:hover {
	text-decoration: underline;
	color: #ff0000;
}


