@charset "UTF-8";

.live #contents:after,
.live #main:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.live #contents,
.live #main {
	zoom: 1;
}
.live #contents {
	width:900px;
	margin:auto;
}
* html .live h3 {
	behavior: expression(IEPNGFIX.fix(this));
}
.live h3 {
	width:100px;
	height:21px;
	background: url(/img/contents/title_live.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}
* html .live #main {
	behavior: expression(IEPNGFIX.fix(this));
}
.live #main {
	width:870px;
	background: url(../live/img/bg.png) repeat-y;
	padding:15px 15px 15px 15px;
}
.live #main .window {
	width:650px;
	float:left;
}
.live #main .window p.ticket{
	font-size:0.8em;
	color:#FFF;
	padding:0 0 15px 15px;
}
.live #main .window .entry {
	margin-bottom:30px;
}
.live #main .window .entry h4{
	width:640px;
	font-size:0.9em;
	color:#FFF;
	background: #333333;
	padding:5px 5px 5px 15px;
	margin-bottom:6px;
}
.live #main .window .entry ul{
	list-style:square;
	padding:0 0 0 30px;
}
.live #main .window .entry ul li{
	font-size:0.8em;
	color:#CCC;
	margin-bottom:2px;
}
.live #main .window .entry ul li a{
	color:#CCC;
	text-decoration: underline;
}
.live #main .window .entry ul li a:hover{
	color:#FFF;
	text-decoration: underline;
}






.live #main .sub {
	width:200px;
	float:left;
	margin-right:15px
}
.live #main .sub .box-recent {
	width:200px;
	margin-bottom:30px;
}
.live #main .sub .box-recent h4 {
	width:200px;
	height:15px;
	background: url(../live/img/sub_recent.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:6px;
}
.live #main .sub .box-recent ul{
	list-style:none;
	padding:0 0 0 3px;
}
.live #main .sub .box-recent ul li{
	font-size:0.8em;
	line-height:1.3em;
	color:#CCC;
	margin-bottom:10px;
}
.live #main .sub .box-archive {
	width:200px;
}
.live #main .sub .box-archive h4 {
	width:200px;
	height:15px;
	background: url(../live/img/sub_archive.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:6px;
}
.live #main .sub .box-archive ul{
	list-style:none;
	padding:0 0 0 3px;
}
.live #main .sub .box-archive ul li{
	font-size:0.8em;
	color:#FFF;
	margin-bottom:3px;
}


