@charset "UTF-8";

/***************************************************************

CSS : style
DATE : 2012.09.26

****************************************************************/

/*/////////////////////////////////////////////////////////////

[style] 
	0. Base Layout

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
	1. Live
------------------------------------------------------------ */

#live{
	margin:0 auto;
	padding:0;
	width: 800px;
	overflow:hidden;
}

#loading {
	width: 800px;
	height: 200px;
	margin: 0 0 100px;
}


/* ------------------------------------------------------------
	1. Live
------------------------------------------------------------ */

#live h2{
	margin:0 0 80px;
	padding:0;
	width: 50px;
	height: 20px;
	overflow:hidden;
	background:url(../images/title.png) no-repeat 0 0;
}
#live h2 span{
	display:none;
}

#live .article{
	margin:0 0 30px;
	padding:0;
	width: 800px;
	overflow:hidden;
}

#live .article .articleBody{
	width: 800px;
	margin: 0 0 30px;
}

#live .article .title{
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	font-weight:bold;
	margin: 0 0 20px;
}

#live .article .data{
	width: 800px;
	margin: 0 0 10px;
	border-collapse: collapse;
	border:none;
}
#live .article .data td,
#live .article .data td span{
	font-size: 11px;
	font-size: 1.1rem;
	color:#666;
}
#live .article .multiple td{
	padding:10px 5px 0 5px;
	vertical-align:top;
}
#live .article .multiple td.dataTitle{
	padding:0 0 0 5px;
	vertical-align:middle;
	background:url(../../common/images/line.gif) repeat-y left 0;
}

#live .article .data td span{
	padding: 0 10px 0 0;
}

#live .article .text{
	font-size: 11px;
	font-size: 1.1rem;
	color:#666;
	margin: 0 0 10px;
}

#live .article .data a,
#live .article .text a,
#live .article .link{
	font-size: 11px;
	font-size: 1.1rem;
	color:#333;
}
#live .article .data a:hover,
#live .article .text a:hover,
#live .article .link:hover{
	color:#666;
	text-decoration:none;
}



#live .hr{
	width: 800px;
}