
/*画面最大幅、中央揃え、余白　*/
.wrapper {
	max-width: 800px;
	margin: 0 auto;
	}
/*画像伸縮*/
img {
    max-width: 100%;
    height: auto;
}
/*リンク　*/
a {text-decoration:none;}
a:link { color:#003399;}
a:hover {text-decoration:underline;color:#006400 ;} 

body {
background-color:#c1ffc1;
margin:0
}
body,td,th{line-height:180%;}

/*　ヘッダー　*/
.header{
background-color:#006a00;
width:96%;
height:auto;
padding:5px 0px;
color:white;
font-size:150%;
font-family:"ＭＳ Ｐ明朝";
text-align:center;
margin: auto;
}

/*　メイン　*/
.main{
width:96%;
height:auto;
background-color:#006a00
margin: auto;
}

/*　フッター　*/
.footer{
background-color:#009100;
width:96%;
height:50px;
color:white;
font-size:90%;
font-family:"";
text-align:center;
padding:20px 0px 0px 0px;
margin:auto;
}







