@charset "UTF-8";

/* 全体 */
	#css-wrapper {width: 850px; margin: 0 auto;} /* ページ幅：960px、中央寄せ */
	a {color: #000000; text-decoration: none;}

/* ヘッダー */
	#css-header {height: 50px; margin: 1px 0 1px 0; padding: 5px; border: 1px solid #cccccc; background-color:#ecf0f3;} /* ヘッダー */
		#site-title {height: 50px; margin: 0 0 0 10px; display: flex; align-items: center; font-size: 28pt; font-family: serif,MS serif;}
	#site-stratum {height: 25px; margin: 1px 0 1px 0; padding: 5px; border: 1px solid #cccccc; background-color: #ffffff;
		display: flex; align-items: center; font-size: 9pt; font-family: serif,MS serif;} /* 階層 */

/* コンテンツ（メイン） */
	#css-contents {margin: 1px 0 1px 0; padding: 10px; border: 1px solid #cccccc; font-size: 16pt; background-color:#f8fafc;} /* コンテンツ */

/* フッダー */
	#css-footer {clear: both; margin: 1px 0 1px 0; padding: 5px; border: 1px solid #cccccc; font-size: 9pt; background-color:#f0f0f0;} /* フッター */