/*------------------------------------------------
	index.css - <alwaysmusic> index.html design css
	2007.08.16
	:::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-bottom:15px;
}
.borderbg p{
	line-height:1.4;
}
.borderbg table.guestbox{
}
.borderbg table.ltable{
	width:575px;
	border-top:1px solid #ccc;
}
.borderbg table.ltable caption{
	margin-top:15px;
	text-align:left;
	font-weight:bold;
}
.borderbg .ltable th,.borderbg .ltable td{
	padding:10px 5px;
	border-bottom:1px solid #ccc;
}
.borderbg .ltable a{
	text-decoration:underline;
	color:#333;
}
.ltable .col01{
	background:#eee;
}

.borderbg h2{
	height:31px;
	padding:29px 0 0 120px;
	font-size:14px;
	background:url(../images/bk_guest.gif) no-repeat;
}
.conbox h2{
	background:url(../images/bk_live.gif) no-repeat;
	padding:29px 0 0 190px;
}
.borderbg h2 span{
	font-size:12px;
}
#number{
	margin:15px 0 0;
	text-align:right;
	clear:both;
}
#present{
	margin:15px 0 0;
}
#live{
	margin:15px 0 0;
}
.guestbox{
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:3px double #ccc;
}

.borderbg img.pleft{
	float:left;
	margin:0 15px 15px 0;
}
.borderbg .conbox p{
	padding:10px;
}

borderbg{
	width:575px;
	margin:0px auto;
}
