/* 葛飾区郷土と天文の博物館ホームページ
　　top（ベージュ背景／トップページ、リンクページ）のスタイルシート */ 

/* 文字の基本設定 */ 
body {
	background-image: url("../image/parts/dome080e.gif");
	background-repeat: repeat-y;
	background-color:#FCEFE7;
	color : #666666;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: smaller;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
	width: 600px;
	}

/* 見出しレベル２（青い帯） */ 
h2 	{
	color :#000033;
	font-size: 13pt;
	font-weight: bold;
	width: 600px;
	background-color:#94aee4;
	background-image: url("../image/parts/bg-bar.gif");
	margin-top:10px;
	margin-bottom:3px;
	padding: 2px;
	border-bottom:solid 1px #3366cc;
	letter-spacing:-1pt;
	}
	
/* 見出しレベル３（青いアンダーライン） */ 
h3	{
	border-bottom:solid 2px #94aee4;
	margin-top:5px;
	margin-bottom:7px;
	padding:2px;
	font-size:12pt;
	font-weight: bold;
	color:black;
	}
		
/* 横600ピクセルに整形 */ 
.600	{
	width: 600px
	}

/* 横565ピクセルに整形（インデント時に使用） */ 
.565	{
	width: 565px
	}

/* 『▲このページのトップへ』の設定 */ 
.navi	{
	width: 600px;
	margin-top:5px;
	margin-bottom:3px;
	font-size:8pt;
	text-align: right;
	letter-spacing:-1pt;
	}
	
/* 今は使っていない？ */ 
.bluebar 	{
	color :#000000;
	font-size: 13pt;
	font-weight: bold;
	background-color:#94aee4;
	width: 600px;
	padding: 1px
	}

/* テキストリンクの色の設定（normalページと違い、色は変えない） */ 
a:link,a:visited {color:#3366cc; text-decoration:none;}
a:hover {color: #fdfaec;text-decoration:none;background-color:#3366cc;}

/* テキストリンクの色の設定（クリスマス用・使用時は注意） */ 

.xmas a:visited {color:#ffffff; text-decoration:none
	}
	
.xmas a:link {color:#ffffff; text-decoration:none
	}