body.notice{
	background-color:	#ffffff;
	margin-left:		0;
	margin-top: 0;
}
h1{
	text-align: center; 	
}
h3.title{				/* 名称 */
	text-align:center;
	font-size:large;
}	
br.clear{				/* 回り込み解除 */		
	clear:both;
}

****divブロック****
div{					/* ブロック要素　**マージン１文字**/
	margin:1em
}
div.center{				/* 中央揃え　*/
	text-align: center;
}

div.title{				/* タイトル　*/
	text-align:center;
	font-size:	12pt;
	font-weight:	bold;
}

div.announce{			/* 呼びかけ */
	margin:5px 2em;
	text-indent:1em;
	line-height:150%;
}
	div.notice{				/* 告知 */
		width: 45em;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align:left;
		text-indent:1em;
		padding-left: 1em;
		line-height:150%;
	}

	div.attention{			/* 注意 */
		margin-top:20px;
		margin-bottom: 20px;
		text-indent:1em;
		line-height:150%;
	}

div.purpose{			/* 目的 */
	margin:5px 1em;
}
	div.disclose{		/* 開示 */
		margin:5px 2em;
		text-indent:1em;
		line-height:150%;
	}	
	div.outline{			/* 概要 **枠線入**/
		width: 45em;
		text-align:left;
		margin-top: 5px;
*		margin-bottom: 5px;
		padding-left: 1em;
		border-width: 3px;
		border-style: solid;	
		border-color:#c1ffaf;	
	}
	div.contents{			/* 内容 **背景色入**/
		width:30em;
		text-align:left;
		margin-left: 5em;
		margin-bottom: 1em;
		padding-top: 10px;
		background-color: #f4fff4;	
	}
	
	div.detail{				/*　詳細　*/		
	
	}
	div.description{		/*　説明　*/		
	
	}

div.term{			/* 期間 */
	margin-left:1em;
	padding-left:1em;
}
	div.date{			/* 日付 */
		margin-left:1em;
		padding-left:1em;
	}
	div.time{			/* 時間 */	
		margin-left:1em;
		padding:1em;
	}
	div.place{			/* 場所 */
		margin-left:1em;
		padding-top: 10px;
		padding-bottom:10px;
		padding-left: 1em;
	}

div.suppliment{			/* 補足 */
	float:right;
	margin-left: 3em;
	margin-top: 5px;
	width: 28em;
	padding-left:0.5em;
}


	div.lecture{		/* 講義*/
		text-indent:-1em;
		padding-left:2em
	}
	div.instructor{		/* 講師 */
		margin: 5px 1em;
	}
	div.cost{			/* 料金 */
		margin: 5px 1em;
	}2
	div.entry{			/* 参加 */
		width:20em;
		margin: 5px 1em;	
	}


div.poster{				/* ポスター*/
	width:22em;
}


div.system{				/* 体制 */
	float:right;
	width:20em;
	padding:5px;
	border:blue solid thin;
	font-size: 11pt;
}
div.address{			/* 所在 */
	float:right;
	width:20em;
	padding:5px;
	border:blue solid thin;
	background-color: #ffffff;
	font-size: 11pt;
}

****div終わり****

address{			/* 所在 */
	float:right;
	width:18em;
	padding:1em;
	border:blue solid thin;
}

a{
	text-decoration: none;	/*リンク文字の下線を消す*/
	border:0px;
}

****imgイメージ********

img{					/*img 枠線０*/
	border-width: 0;
img.link{		/* イメージ　リンク　*/
	border:0px;
}
img.icowfen100
	border:0px;
	width:100px;
	height:86px;
}
img.address{	/* イメージ　所在 */	
	float:left;
}

strong.attention{
	font-size: 200%;
	font-weight: bold;	
	color: #ff0000;
}