/*--セミナー概要-------------------------------------------*/
ul.semidetail{
	width:600px;
	padding-left:30px;
}

ul.semidetail li{
	padding-left:10px;
	width:500px;
}

/*--会場・お問い合わせ------------------------------------------*/
dl#access{
	width:630px;
	padding:0px 0px 0px 10px;
	height:250px;
}

dl#access dt{
	padding:5px 0px 5px 0px;
	margin-right:5px;
	width:50px;
	text-align:center;
	float:left;
}
dl#access dd{
	padding:5px 0px 5px 0px;
	width:570px;
	float:left;
	border-bottom:1px dotted #CCC;
}
/*---------------------------------------------*/
#seminar strong {
	color:#000;
	font-size:110%;
}
#seminar table {
	width: 640px;
	height:118px;
	margin:10px auto ;
	padding:3px  5px;
	background-image:url(../seminar/img/semi.jpg);
	background-repeat:no-repeat;
	}
#seminar  th{
	font-size:120%;
	color:#039;
	font-weight:bold;
	padding:5px 10px 0px 10px;
	text-align:left;
}
#seminar  td{
	padding:0px 20px;
}

#seminar td.date{
	width:150px;
	font-weight:bold;
	color:#C00;
	font-size:110%;
}
#seminar td.time{
	width:440px;
	color:#900;
}


#seminar td.inst{
	text-align:right;
}

#seminar span.instructor{
	color:#003;
}


/*---------------------------------------------*/

#oldseminar table {
	width: 640px;
	height:101px;
	margin:10px auto ;
	padding:3px  5px;
	background-image:url(../seminar/img/semi.jpg);
	background-repeat:no-repeat;
	}
#oldseminar  th{
	font-size:120%;
	color:#699;
	font-weight:bold;
	padding:5px 10px 0px 10px;
	text-align:left;
}
#oldseminar  td{
	padding:0px 20px;
}

#oldseminar td.date{
	width:150px;
	font-weight:bold;
	color:#C99;
	font-size:120%;
}
#oldseminar td.time{
	width:440px;
	color:#C99;
}


#oldseminar td.inst{
	text-align:right;
}

#oldseminar span.instructor{
	color:#666;
}
#oldseminar strong{
	color:#666;
}
/*------申し込み（oldは表示しないI)---------------------------------------*/
#seminar a.moushikomi{
	padding-left:15px;
	margin-left:15px;
	color:#F00;
	font-weight:bold;
	width:150px;
	height:21px;
	font-size:80%;
	background-image:url(../img/style/icon_03.gif);
	background-repeat:no-repeat;
}
#seminar a:hover.moushikomi{
	padding-left:15px;
	margin-left:15px;
	color:#C66;
	font-weight:bold;
	width:150px;
	height:21px;
}


#oldseminar a.moushikomi{
	display:none;
	overflow: hidden;
	text-indent:-9999px;
}
#oldseminar a:hover.moushikomi{
	display:none;
	overflow: hidden;
	text-indent:-9999px;
}
