@charset "utf-8";

/************************************************
*
*	CSS Document for live/
*	last update : 2012/03/11
*
*************************************************/

@import url(contents.css);



/* display 800px ------------------------------- */

#main {											/* メインエリア */
	width:760px;
	height:100%;
	float:right;
	padding:20px 0 0 0;
	}
				
#main h1 {										/* page title */
	width:760px;
	padding:11px 0 1px 0;
	margin:0 0 36px 0;
	font-weight:900;
	color:#868686;
	font-size:200%;
	border-bottom:1px solid #868686;
	}

.live_block {
	border-bottom:1px dotted #cccccc;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	}
	
.category { 
	width: 130px;
	float:left;
	padding:0 20px 9px 0;
	text-align:right;
	color:#595649;
	line-height:1.5em;
	}
	
.detail { 
	width: 600px;
	float:left;
	padding:0 10px 9px 0;
	line-height:1.5em;
	}
	
	