body{
	background-color:#FFFFFF;
}

/****ヘッダー部分********/			/* タイトル*/
div.title{				/*タイトル　ブロック*/
	text-align:center;
}
h1.title{
	text-align: center;	/*タイトル*/
}
h3.summary{				/*h概要*/
	text-align:center;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-color:#a1f0af;	
}
/****汎用タグ********/　/* a br address pre*/

a{
	text-decoration: none;	/*リンク文字の下線を消す*/
}

pre.system{	
	line-height:50%;
}

/****報告部分・画像****/
div.wide{		/*wideイメージ中央配置*/
	text-align:center;
}
div.fsleft{			/**** sブロック左詰めフローティング　****/
	float: left;
	width: 160px;	/*幅はsサイズ160px*/
	margin: 1px;
}
img.fsleft{		/* イメージ　サムネイルsサイズ */	
	border: 0px;
	margin: 1px;
}
div.spcaption{		/****  写真説明ブロック****/
	width: 160px;		/*幅はsサイズ160px*/
	margin:1px;
	padding-left:2px;
	padding-right:2px;
	font-size: 11pt;
}
div.sannounce{		/***** s画像エリア内告知ブロック *****/
	float:none;
	width:160px;
	line-height:150%;
	border:1px #c1ffaf solid;

}
/****ナビゲーションエリア****/
div.ffmleft{			/**** mブロック左詰めフローティング　****/
	float:left;
	width: 340px;	/*幅はmサイズ340px*/
	margin: 5px;
	border-style: solid;
	border-color:#a0af00;	
}
div.otherwork{		/* 以前の作業へ*/
	float:left;
	border:2px;
	width: 300px;
}
img.logoprev{
	border: 0px;
	width: 80px;
	height: 20px;
}
img.logoclub{
	border: 0px;
	width:120px;
	height: 20px;
}

/****内容・補足・告知など****/


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;
	width:100px;
	height:85px;
}
div.caption{		/**** キャプションブロック****/
	float:right;	/*右詰めフローティング*/
	width: 300px;	/*300px*/
	margin:5px;
	text-indent:1em;
	text-align:left;
}