body{
	background-color:#FFFFFF;
}

/****ヘッダー部分********/			/* タイトル*/
div.title{				/*タイトル　ブロック*/
	text-align:center;
}
h1.title{
	text-align: center;	/*タイトル*/
}
h3.title{				/*タイトル*/
	text-align:center;
}

/****汎用タグ********/　/* a br address pre*/

a{
	text-decoration: none;	/*リンク文字の下線を消す*/
}

pre.system{	
	line-height:50%;
}
div.cl{					/*フロートブロック解除*/
	clear:both;
	float:none;
}

/****報告部分・画像****/
div.fsileft{			/**** sブロック左詰めindexフローティング　****/
	float: left;
	width: 180px;	/*幅はsサイズ180px*/
	margin: 1px;
}
img.index{
	border:0px;
	margin:2px;
}
div.fsicaption{
	width:180px;
	padding-left:5px;
	padding-right:5px;
}

div.sannounce{		/***** s画像エリア内告知ブロック *****/
	float:none;
	width:160px;
	line-height:150%;
	border:1px #c1ffaf solid;

}
/****内容・補足・告知など****/
div.summary{		/* ブロック概要 */
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1em;
	width: 340px;
	border-width: 3px;
	border-style: solid;
	border-color:#c1ffaf;	
}
div.announce{		/* ブロック告知 */
	margin:5px;
	text-indent:1em;
	line-height:150%;
}
/****フッター部分****/
div.wfenaddress{		/* wfenブロック所在 */
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1em;
	padding:3px;
	width: 340px;
	border-width: 3px;
	border-style: solid;
	border-color:#0000ff;	
}
img.wfenlogoaddress{	/* イメージ　アドレス */	
	float:left;
}
div.caption{		/**** キャプションブロック****/
	float:right;	/*右詰めフローティング*/
	width: 300px;	/*300px*/
	margin:5px;
	text-indent:1em;
	text-align:left;
}




