#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: 90%;				/*初期値リセット*/
	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;				/*左の余白*/}


.color2{
	color: #2860a3;
}
/******************************************/
p{/*段落の設定*/
	line-height: 180%;
	margin: 0px;			/*初期値のリセット*/
	margin-bottom: 0px;	/*下の余白*/
	}

/******************************************/
.ichi{
	text-align: center;
}	

.migi{
	text-align: right;
}
/******************************************/
.imgspace{/*画像配置用*/
	width:140px;			/*幅*/
	height: 140px;			/*高さ*/
	background: url(imgback.gif) no-repeat;	/*背景*/
	margin: 0px;			/*初期値リセット*/
	margin-left: 0px;		/*右の余白*/
	margin-bottom: 0px;		/*下の余白*/
	}
/******************************************/
.imgspace img {
	width: 120px;	/*幅*/
	height: 120px;	/*高さ*/
	margin: 10px;	/*余白*/
}
/******************************************/
#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;	/左の余白*/
}

/******************************************/

#tablemidashi {
	height: 25px;
	border: 0px;
}
#tablemidashi th {
	width: 5px;
	height: 25px;	
	background-color: #ea4e31
}

#tablefont {
	font-size:100%; 
	borer: 0px;
	line-height: 150%;
}

#tablefont td {
	font-size:100%;
	line-height: 180%;
}


.midashi {
	background-color: #c78042;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

#tablefoot {
	borer: 0px;
	text-align: right;
	font-size:100%;
	width: 570px;
}

.haba {
	padding: 5px;
}
/******************************************/


/*HOME（Japanese）*/
#image1 a{
display:block;
float: left;
width:141px;
height:25px;
background:url(eng_home_01.gif) no-repeat;
text-decoration:none;
}

#image1 a:hover{
background:url(eng_home2_01.gif) no-repeat;
}



/*English*/
#image6 a{
display:block;
float: left;
width:100px;
height:25px;
background:url(menu2_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;
}
/******************************************/

#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;
	}
