/* 葛飾区郷土と天文の博物館ホームページ
　　black（黒背景／天文系）のスタイルシート */ 

/* 文字の基本設定 */ 
body	 {
	background-image: url("../image/parts/black.gif");
	background-repeat: repeat-y;
	color : #CCFFCC;
	background-color:#000000;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: smaller;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
	width: 600px;
	}

/* 見出しレベル２（青い帯） */ 
h2 	{
	clear:left;
	color :#FFFFCC;
	font-size: 13pt;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 600px;
	margin-top:10px;
	margin-bottom:3px;
	padding: 2px 0px 2px 2px;
	background-color:#3366cc;
	background-image: url("../image/parts/bg-bar2.gif");
	background-position: right;
	border-bottom:solid 1px #214287;
	letter-spacing:-1pt;
	}

/* 見出しレベル３（青いアンダーライン） */ 
h3	{
	clear:left;
	border-bottom:solid 2px #3366cc;
	margin-top:5px;
	margin-bottom:7px;
	padding:2px;
	font-size:12pt;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #CCCCCC;
	}

/* 見出しレベル４（やや大きめ） */
h4	{
	margin-top:5px;
	margin-bottom:7px;
	padding:2px;
	font-size:11pt;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #DAE2F5;
	}

/* リード文 */
.lead	{
	width: 600px;
	text-align:justify;
	text-justify:distribute;
	font-size:115%;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #CCCCCC;
	line-height:125%;
	letter-spacing:-1pt;
	}

/* 本文 */ 
p	{
	margin-top:5px;
	line-height:125%;
	}

/* 箇条書き */ 
ul	{
	margin-top:3px;
	line-height:125%;
	}
	
/* 横600ピクセルに整形 */ 
.600	{
	width: 600px;
	text-align:justify;
	text-justify:distribute;
	}

/* 横565ピクセルに整形（インデント時に使用） */ 
.565	{
	width: 560px;
	text-align:justify;
	text-justify:distribute;
	}

/* 今は使っていない？ */ 
.bluebar 	{
	color :#ffffff;
	font-size: 13pt;
	font-weight: bold;
	background-color:#3366cc;
	width: 600px;
	padding: 1px
	}
	

/* 写真の回り込み設定（写真を左に） */ 
.photo-l	{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
/* 写真の回り込み設定（写真を右に） */ 
.photo-r	{
	float:right;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	}

/* 写真のキャプション、クレジット */ 
.caption	{
	font-size: 7pt;
	color:#7B7BC0;
	}

/* ページトップのメニューボタンの設定 */ 
.menu div	{
	float:left;
	width:85px;
	font-size: 9pt;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	color:white;
	}

.menu a	{
	display:block;
	background-color:#3366cc;
	border:solid 1px;
	border-color: #94aee4 #214287 #214287 #94aee4;
	padding:2px 0px;
	text-decoration:none;
	color:white;
	}

.menu a:link	{
	color:white;
	}

.menu a:hover	{
	display:block;
	background-color:white;
	border:solid 1px #94aee4;
	padding:2px 0px;
	text-decoration:none;
	color:#3366cc;
	}

/* 『▲このページのトップへ』の設定 */ 
.navi	{
	clear:left;
	width: 600px;
	margin-top:5px;
	margin-bottom:3px;
	font-size:8pt;
	text-align: right;
	letter-spacing:-1pt;
	}
	
/* 『もっと詳しく』の設定 */ 
.more	{
	margin-bottom:0px;
	font-size:8pt;
	text-align: right;
	}
	
/* テキストリンクの色の設定 */ 
a:link {color:#ffe500; text-decoration:none;}
a:visited {color:#fff066; text-decoration:none;}
a:hover {color: #000000;text-decoration:none;background-color:#ffe500;}