/* 葛飾区郷土と天文の博物館ホームページ
　　normal（ベージュ背景／総合・人文系）のスタイルシート */ 

/* 文字の基本設定 */ 
body {
	background-image: url("../image/parts/dome080e.gif");
	background-repeat: repeat-y;
	background-color:#FCEFE7;
	color : #232323;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: smaller;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
	width: 600px;
	}

/* 見出しレベル２（青い帯） */ 
h2 	{
	clear:left;
	color :#000033;
	font-size: 13pt;
	font-weight: bold;
	width: 600px;
	background-color:#94aee4;
	background-image: url("../image/parts/bg-bar.gif");
	background-position: right;
	margin-top:10px;
	margin-bottom:3px;
	padding: 2px 0px 2px 2px;
	border-bottom:solid 1px #3366cc;
	letter-spacing:-1pt;
	}

/* 見出しレベル３（青いアンダーライン） */ 
h3	{
	clear:left;
	color :#000033;
	border-bottom:solid 2px #94aee4;
	margin-top:5px;
	margin-bottom:7px;
	padding:2px;
	font-size:12pt;
	font-weight: bold;
	}

/* リード文 */ 
.lead	{
	width: 600px;
	text-align:justify;
	text-justify:distribute;
	font-size:115%;
	font-weight: bold;
	color: #663300;
	line-height:125%;
	letter-spacing:-1pt;
	}

/* 本文 */ 
p	{
	margin-top:5px;
	line-height:125%;
	}

/* 箇条書き */ 
ul	{
	margin-top:3px;
	line-height:125%;
	}
	
ol	{
	margin-top:3px;
	line-height:125%;
	}

/* 横600ピクセルに整形 */ 
.600	{
	width: 600px;
  	border:0px;
	text-align:justify;
	text-justify:distribute;
	}

/* 横565ピクセルに整形（インデント時に使用） */ 
.565	{
	width: 560px;
	text-align:justify;
	text-justify:distribute;
	}

/* 左250ピクセルを開けて整形 */ 
.250-600	{
	margin-left:250px;
	width: 340px;
  	border:0px;
	text-align:justify;
	text-justify:distribute;
	}

/* 今は使っていない？ */ 
.bluebar 	{
	color :#000000;
	font-size: 14pt;
	font-weight: bold;
	background-color:#94aee4;
	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:#6666FF;
	}

/* ページトップのメニューボタンの設定 */ 
.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:#3366cc; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color: #FFFFCC;text-decoration:none;background-color:#3366cc;}