@charset "UTF-8";

@import url("/common/css/reset.css");
@import url("/common/css/fonts.css");

/* clearfix
====================================================== */
.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix{
	_height:1px;
	min-height:1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* global
====================================================== */
body{
	background:#222222;
	padding:5px;
}

/* link
====================================================== */
a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}

/* program
====================================================== */
div.program{
	margin-bottom:2px;
	background:url("../img/bg.gif") repeat-x #393939;
}
div.program table{
	width:354px;
}
div.program table tr td{
	font-size:92%;
	color:#ffffff;
}
div.program table tr td.time{
	width:15%;
	vertical-align:top;
	font-weight:bold;
	padding:4px;
}
div.program table tr td.title{
	width:85%;
	font-weight:bold;
	padding:4px;
}
div.program table tr td.discription{
	padding:0 4px 4px 4px;
}
