/* ↓スクロールバーの設定 */
html, body { 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-barkshadow-color: #000000; 
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #ffffff; 

	/* ↓ページ全体の設定 */
	background-color: #000000;  margin: 0; 
}

/*  ↓Pタグの設定 */
body,p {
	color: #ffffff; 
	font-size: x-small;
	font-weight: bold;
	font-family:'Comic Sans MS', sans-serif;
}

/*  ↓P1→achtun！設定　p２→作成日設定 */
p.p1 { color:"#ffff99"; font-weight: bold; font-size: x-small; font-family:'Comic Sans MS', sans-serif; }
p.p2 { color:"#0000ff"; font-weight: bold; font-size: xx-small; font-family:'Comic Sans MS', sans-serif; }
p.p3 { color:"#ffffff"; font-weight: bold; font-size: xx-small; font-family:'Comic Sans MS', sans-serif; }

/* ↓emはnew用*/
em {
	color:"#880000";
	font-size: xx-small;
	font-weight: bold;
	font-style: normal; 
	font-family:'Comic Sans MS', sans-serif; 
}

/*  ↓リンクの設定 */
a:link { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #f0ffff; }
a:active { text-decoration: none; color: #ffffff;  }
a:hover { text-decoration: none; color: #ffffff; position:relative; left: 1px; top: 2px; }

/*  ↓divタグの設定 */
div.d1 { text-align: center; }
div.d2 { position: absolute; top: 0px; left: 90%; }

/* ↓段組み用*/
	#main { margin-left: auto;  margin-right: auto; width: 40em; }

	#left { float: left; width: 12em; padding: 0.5em; 
	margin: 0 1em 0em 0em; border: 0px; 
	text-align: left; 
		}
	#right { float: left; width: 12em; padding: 0.5em; 
	margin: 1em 0em 0em 0em; border: 0px; 
	text-align: center; 
		}
	#right1 { float: left; width: 12em; padding: 0.5em; 
	margin: 0em 0em 0em 0em; border: 0px; 
	text-align: left; 
		}
	div#bottom { clear: both; text-align: center; }

/* ↓更新アイコン付け用*/
	ul { list-style-image: url(Resources/moon.gif);}
	#new { list-style-image: url(Resources/NEWmoon.gif);}