/*------------------------------------------------
	index.css - <jazz> index.html design css
	2007.07.25
	:::toc:::
	import url
	parts design
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout-old.css);
@import url(../../common/navigation.css);

/* parts design
------------------------------------------------*/
.borderbg h1{
	margin:0 0 15px 0;
}
.borderbg h2{
	margin:20px 0 0;
	clear:both;
}
.borderbg p{
	line-height:1.4;
}


/* mc */

.borderbg .mc{
	margin-top:20px;
	overflow:auto;
	clear:both;

}
.borderbg .mc img{
	float:left;
	display:block;
}
.borderbg .mc p{
	width:475px;
	margin:0;
	font-size:10px;
	float:right;
}
.borderbg .mc p strong{
	margin-bottom:5px;
	padding:3px;
	font-size:small;
	letter-spacing:0.1em;
	display:block;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.topcopy{
	padding:55px 0 15px 30px;
	background:url(../images/topcopy.gif) no-repeat;
}


/* h2 */
.guest h2{
	height:31px;
	padding:7px 0 0 10px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bk_01.gif) no-repeat;
}
.guest div{
	margin-top:-10px;
	padding:15px;
	border:2px solid #000;
	background:#585855;
	overflow:auto;
}
.guest div img{
	float:right;
}
.guest div p{
	margin:0 0 0 5px;
	padding-bottom:10px;
	color:#fff;
	line-height:1.5;
}
.guest .musicbox{
	width:450px;
	margin:10px 0 0 5px;
	color:#fff;
	clear:both;
}
.ImgRig{
	display:block;
	float:right;
	padding:0 0 10px 10px;
	text-align:left;
}


/* number */
.borderbg .number{
	margin-top:10px; clear:both; text-align:right;
}

/* ラインアップ */
.borderbg .ltable {
	width:575px;
	border: 1px solid #4F2A21;
	border-collapse:collapse;
}
caption{
	margin:25px 0 0 0;
	padding-bottom:3px;
	text-align:left;
	font-weight:bold;
	color:#333;
}
.ltable a {
	color:#522300;
	font-weight:bold;
	text-decoration:underline;
}

.borderbg .ltable td,th {
	padding:3px 5px;
	font-weight:normal;
	line-height:1.4;
	border: 1px solid #4F2A21;
}
.borderbg .ltable th{
	background:#812125;
	color:#fff;
	font-weight:bold;
}

