/* Common */

	/* リンク関連 */

		a:link {/*未訪問リンク*/
			text-decoration: underline;
		}

		a:visited {/*既訪問リンク*/
			text-decoration: underline;
		}

	/* タイトル(h)タグ */

		h1 {
			color:black;
			background: white;
			padding:5px;
			margin:0px 0px .5em 0px;
			font-size:200%;font-weight:bold;
			border-bottom:solid 1px #000000;
		}

		h2 {
			color:#202020;
			background: white;
			padding:5px;
			border:solid 1px #202020;
			margin:0px 0px .5em 0px;
			font-size:110%;font-weight:bold;
		}


		h3 {
			color:#404040;
			background: white;
			border:solid 1px #808080;
			padding:3px;
			margin:0px 3px .5em 3px;
			font-size:110%;font-weight:bold;
		}
		h4 {
			border-bottom:1px dotted #a0a0a0;
			border-left:10px solid #a0a0a0;
			border-right:5px solid white;
			color:#606060;font-weight:bold;
			padding:2px 2px 2px 5px;
			margin:0px 3px .5em 6px;
			font-size:110%;
		}

/* pukiwiki.skin.php */

	/* header */

		.i {/*重要なお知らせ表示用*/
			display:none;
		}

	/* navibar */

		.n_body{
			display:none;
		}

	/* メニューバー */

		td.menubar {
			display:none;
		}

		div#menubar {
			display:none;
		}

	/* ページ本体表示部 */

		div#body {
			background-color:white;
			border:0px;
		}

		div#attach {
			display:none;
		}


	/* フッター */

		div#footer {
			border:0px;
			background-color:white;
			padding:0;
			margin:0;
			border-left:0;
			border-right:0;
			border-top:0;
			text-align:center;
		}


	/*---------------------*/
	div#toolbar {
		display:none;
	}

	div#related {
		display:none;
	}
	/*---------------------*/

/* Plugin */

	/* paraedit.inc.php */

		.b {/*[編集]リンク*/
			display:none;
		}
