#bodyid{
	font-size:80%; 
	background: url('o_museum.jpg') no-repeat right bottom;
        background-attachment: fixed;
	padding:0;
	margin:0;
	text-align:center;				/*旧IEセンタリングバグ回避用*/
}

#baseBlock1{/*コンテンツ全体の設定*/
	font-family:"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,MS UI Gothic, Osaka,ヒラギノ角ゴ Pro W3;/*フォントの設定*/
	margin-left:auto;       		/*センタリング設定用*/
	margin-right:auto;      		/*センタリング設定用*/
	color:#000;             		/*文字色の設定*/
	width:800px;	        		/*コンテンツ全体の幅*/
	text-align:left;	        	/*旧IEセンタリングバグ回避用。*/
	font-size:90%;      			/*文字サイズ*/
	line-height: 180%;	
}

/******************************************/
a:link , a:visited{
	color: #000;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
}
/******************************************/
a:hover , a:active{
	color: #888;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
}
/******************************************/
h3{/*見出しの設定*/
	font-size: 95%;				/*初期値リセット*/
	font-weight:bold;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 0px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:10px;				/*左の余白*/}
/******************************************/
h2{/*見出しの設定*/
	font-size: 120%;				/*初期値リセット*/
	font-weight:bold;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 0px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:5px;				/*左の余白*/}

.color1{
	color: #687e52;
}
.color2{
	color: #5a6d7c;
}
.color3{
	color: #cc000a;
}


h4{/*見出しの設定*/
	font-size: 140%;				/*初期値リセット*/
	font-weight:bold;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 0px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:5px;				/*左の余白*/}



/******************************************/
p{/*段落の設定*/
	line-height: 180%;
	margin: 0px;			/*初期値のリセット*/
	margin-bottom: 0px;	/*下の余白*/
	}

/******************************************/
#main{/*メインコンテンツ部分の位置設定*/
	width: 600px;			/*メインコンテンツの幅*/
	padding-bottom:30px;	/*下の余白*/
	float: left;			/*位置関係*/
}
.border{/*メインコンテンツの枠線と余白*/
	border: 0px;	/*枠線*/
	margin: 10px;			/*余白*/
	padding:10px;			/*余白*/
	}

/******************************************/
#menu{/*メニューの設定*/
	width:180px;		/*幅*/
	float: right;		/*回り込み*/
	margin-top: 10px;	/*上の余白*/
	margin-left: 10px;	/左の余白*/
}
/******************************************/
#tablestyle {
	width: 500px;
	border-style:solid;
	border-width:1px;
	border-color:#728c79;
	border-collapse: collapse;
	font-size:100%;
	padding: 10px;

}
#tablefont td {
	font-size:100%;
	line-height: 180%;
}



#tablefont {
	font-size:100%; 
	border: 0px;
	line-height: 180%;
	padding: 10px;
	border-spacing: 10px;
	
}

.haba {
	width: 380px;
}

#tablefoot {
	borer: 0px;
	text-align: right;
	font-size:100%;
	width: 570px;
}

/******************************************/
/*一部フォントの設定*/

#text {
	font-size: 90%;
	color: #f80606;
	}

/******************************************/

/*小川原脩*/
#image1 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu_01.gif) no-repeat;
text-decoration:none;
}

#image1 a:hover{
background:url(menu2_01.gif) no-repeat;
}


/*トピックス*/
#image2 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu_02.gif) no-repeat;
text-decoration:none;
}

#image2 a:hover{
background:url(menu2_02.gif) no-repeat;
}


/*展覧会*/
#image3 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu_03.gif) no-repeat;
text-decoration:none;
}

#image3 a:hover{
background:url(menu2_03.gif) no-repeat;
}


/*ご利用案内*/
#image4 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu_04.gif) no-repeat;
text-decoration:none;
}

#image4 a:hover{
background:url(menu2_04.gif) no-repeat;
}


/*グッズ*/
#image5 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu2_05.gif) no-repeat;
text-decoration:none;
}

#image5 a:hover{
background:url(menu2_05.gif) no-repeat;
}


/*English*/
#image6 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu_06.gif) no-repeat;
text-decoration:none;
}

#image6 a:hover{
background:url(menu2_06.gif) no-repeat;
}

/*鳥線*/
#image7 {
display:block;
float: left;
width:600px;
height:30px;
background:url(torisen.gif) no-repeat;
text-decoration:none;
}

/*ライン*/
#image8 {
display:block;
float: left;
width:500px;
height:1px;
background:url(line.gif) repeat-x;
text-decoration:none;
}

/******************************************/

#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによる回り込み解除*/
	text-align: center;		/*フッター文字を中心に配置*/
	color:#000;		    	/*テキスト色*/
	font-size:90%;		/*テキストの大きさ*/
	padding-bottom:10px;	/*下の余白*/
	padding-right:10px;		/*右の余白*/
	}
/******************************************/
#footlink a{
	color:#4c4c4c;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	font-weight:bold;
	}

#footlink a:hover{
	color: #888;		    	/*リンクの色*/
	font-weight:bold;
	text-decoration: underline;	/*下線の設定*/
}

/******************************************/	
a img{/*画像リンクの設定*/
	border-style : none;	
	border-width : 0px;
	text-decoration : none;
	}

