@charset "utf-8";

/* common */

#topic-program{
	padding-top: 15px;
	font-size:70%;
}

#topic-program .program{
	float: left;
	width:353px;
}

#topic-program .program h3{
	font-size:110%;
}

#topic-program img.m-img{
	display:block;
	float:left;
}

#topic-program .program .detail{
	float:left;
	width:185px;
	margin-left:5px;
}


#topic-program .program .detail dl dt{
	font-weight:bold;
}

#topic-program .program .detail dd{
	line-height:1.5;
	font-size:100%
}

#topic-program .program ul{
}

.program-period{
	background: url(../images/program-period.gif) repeat-x 0 0 #fff;
	height:31px;
	clear: both;
}
.program-period2{
	background:#fff;
	background: url(../images/program-period2.gif) repeat-x left center #fff;
	height:6px;
	clear: both;
}

/* ==================================
Clear fix
================================== */
#topic-program:after,
.program:after
{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

#topic-program,
.program
{
	min-height: 1px;
}

/* for IE6 */
* html #topic-program,
* html .program
{
	height: 1px;
}

/* for IE7 */
*:first-child+html #topic-program,
*:first-child+html .program
{
	zoom: 1;
}