/* セミナー詳細
-------------------------------------------- */
tr {
	font-size: 12px;
	line-height: 140%;
}

/*---セミナータイトル---*/
.seminar_title {
	border: #0000CC 4px solid;
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	padding: 5px;
}

.seminar_title td {
	border: #0000CC 1px solid;
	background-color: #FFFFCC;
	height: 90px;
}

.seminar_title h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 24px;
	line-height: 150%;
	color: #990000;
	text-align: center;
}

/*---プログラム時間---*/
.time {
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}

/*---プログラム---*/
.pgm {
	font-weight: bold;
	color: #333333;
}

/*---講師---*/
.speaker {
	color: #666666;
	font-size: 11px;
}

/*---お問い合わせ先(下線無し：通常)---*/
div.support {
	margin: 10px;
	line-height: 135%;
}

/*---お問い合わせ先(下線付き)---*/
div.support_line {
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	line-height: 135%;
	border-bottom: #666666 2px dotted;
}


/* 新聞公告掲載(infoyymmdd.html)
-------------------------------------------- */
.newspaper {
	line-height: 150%;
	font-weight: bold;
	color: #99CCCC;
	font-size: 16px;
	border-bottom:3px #99CCCC double;
	padding: 0.15em 0px 0.15em 10px;
}

.details {
	border: 4px #cccccc ridge;
}

.details_line {
	border-bottom: 1px #cccccc dotted;
}

.side_right {
	border-right: 1px #cccccc dotted;
}


/* トピックス記事掲載(infoyymmdd.html)	add 2009.04.08
-------------------------------------------- */

.topics_sign {
	margin: 2px 0 2px 0;
	text-align: right;
	letter-spacing: 1px;
}

h1.topics_title {
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.topics_contents {
	margin: 2px 10px 2px 10px;
	letter-spacing: 1px;
}

.topics_contents p {
	text-indent: 1em;
	margin: 0;
	padding: 0;
}

img.topics_img_left_top {
	float: left;
	border: 0;
	margin: 0px 10px 4px 0px;
}


/*リスト
----------------------------------------*/

ul {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 20px;
}

li {
	margin-bottom: 4px;
}


