@charset "Shift_JIS";
/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
}

body {
	/*全体のスタイルを定義*/
	width: 990px;			/*ページ全体の横幅*/
	margin:0 auto;			/*内容全体をセンタリング*/
	background-color: #99cc99;	/*ページ全体の背景色*/
	background-image:none;	/*ウェブページ全体の背景画像を無しにする*/
	font-size: 100%;		/*  */
	font-family: "メイリオ";	/*  */
	line-height: 1;			/*  */
	color: black;			/*ページ全体の文字色*/
	text-align: center;		/*  */
}

div#pagebody {
	background-color: #99cc99;	/*内容全体の背景色*/
	background-image:none;		/*コンテンツ全体の背景画像を無しにする*/
	background-repeat:no-repeat;	/*背景画像を繰り返さない*/
}

/*============================================*/
/*============================================*/

h1 {
	/*松九会・北東地区活動実績の表示スタイル*/
	/*font-size=125%;*/
	line-height: 1.5;			/*  */
	color: #cc0000;			/*  */
	padding-top: 10px;			/*  */
	padding-left: 2px;			/*  */
	padding-right: 2px;			/*  */
	padding-bottom: 2px;			/*  */
	margin-top: 2px;			/*  */
	margin-left: 2px;			/*  */
	margin-right: 2px;			/*  */
	margin-bottom: 2px;			/*  */
	border-width: 2px;			/*  */
	border-color: white;			/*  */
	background-color: #e0dcde;		/*  */
/*	width: 990px;				  */
	background-position: left center;	/*  */
}

h2 {
	/*年度の表示スタイル*/
	/*font-size=125%;*/
	line-height: 1.5;			/*  */
	color: #cc0000;				/*  */
/*	width: 990px;				*/
/*	background-position: center center;	/*  */
}

h3 {
	/*テーブル内スタイル*/
	/*font-size=125%;*/
	color: black;				/*  */
/*	width: 990px;				*/
/*	background-position: center center;	*/
}

h5 {
	/*更新日の表示スタイル*/
	/*font-size=125%;*/
	line-height: 1.5;
	/*background-color: olive;*/
	color: white;
	text-align: right;
	/*border-color: olive;*/
/*	width: 990px;				*/
	background-position: center center;
}

/*============================================
テーブルに関する設定
============================================*/
/*.profile {				/*テーブル全体の幅*/
/*	width:990px;
}*/

#th_cell {				/*見出し欄の色、書式設定*/
	background-color:#cccc00;	/*セル見出し欄の色指定*/
/*	text-align:center;		/*中央揃え*/
}

#td_left {				/*データ欄の色、書式設定*/
	background-color:#80ff80;	/*セル見出し欄の色指定*/
	letter-spacing:-1px;		/*文字間隔*/
/*	text-align:center;		/*中央揃え*/
}

#td_cent {				/*データ欄の色、書式設定*/
	background-color:#80ff80;	/*セル見出し欄の色指定*/
	text-align:center;		/*中央揃え*/
	letter-spacing:-1px;		/*文字間隔*/
}

/*============================================*/
/*============================================*/
