/* CSS LIVE */

/*----------------------- PAGE TITLE, NAVI -------------------------*/
#page_title{
width:960px;
margin:6px auto 25px auto;
}
#live_tab{
width:255px;
height:22px;
text-align:left;
margin-left:685px;
}
#live_tab ul{
margin:0;
padding:0;
}
#live_tab li{
float:left;
padding-right:5px;
position:relative;
z-index: 3;
}
#live_tab li a{
background: url(../live/images/tab_liveset.gif) left top no-repeat;
display:-moz-inline-box;/* Firefox2 */
display:inline-block;
}
#live_tab li.tour a{
background-position:-85px 0;
}
#live_tab li.live a{
background-position:-170px 0;
}
#live_tab li a:hover{
position: static;
}
#live_tab li a:hover img, #live_tab li#now a img{
position: relative;	z-index: -1;
}

/*----------------------- CONTENTS -------------------------*/

#profile_main{
	width:900px;
	margin:0 auto 20px auto;
	background: CCCCCC;
}

#profile_base{
	width:800px;
	margin:0 auto 20px auto;
	text-align:left
}

#profile_ttl{
	margin:0 auto 20px auto;
	text-align:center;
	font-weight: bold;
}

#profile_list{
width:800px;
margin:0 auto 20px auto;
text-align:left
}
#profile_list ul{
margin:0;
padding:0;
}
#profile_list dt{
font-weight:bold;
letter-spacing:0.05em;
padding-top:10px;
}
#profile_list dt .day{
color:#0099CC;
margin-top:10px;
}
#profile_list dd{
color:#666666;
background:url(../images/dotline.gif) repeat-x left bottom;
padding-bottom:15px;
}

