﻿<!--

body { margin: 0px auto;                /*全体の配置を中央に持ってくる  */
	width: 90%; 
	line-height: 200%;
 }

table {
   table-layout: fixed;
   width: 100%;　　　
}


 td { padding:10px; }
 tr { vertical-align:top; }
 

.head { background :url(" ../kabegami/a4.png")  ; }
.head2 { background :url(" ../kabegami/a5.png")  ; }

header { text-align: center; 
	background:  url(" ../kabegami/img2230.jpg");
	margin-left: auto;  /*width 指定の時センタリング参照 http://www.thesitewizard.com/css/center-div-block.shtml ?*/
	margin-right: auto; 	
	
           	height: 80px; 
	font-size: large; 
	line-height: 80px;       /* 一行のとき画像の中央に文字をそろえる、参照 http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1196258211*/
}

footer { text-align: center; 	
	background: url(" ../kabegami/img2230.jpg");
	
	margin-left: auto;  /*width 指定の時センタリング参照 http://www.thesitewizard.com/css/center-div-block.shtml ?*/
	margin-right: auto; 
        height: 80px; 
	font-size: large; 
	line-height: 80px;  
}


a {text-decoration:none}
a:link { color: navy;  } 
a:visited { color: navy; } 
a:hover { color: red; }

--> 