@charset  "UTF-8";

/* ========デザイン======== */
body{
	width:800px;
	background-color: #A88663;
	padding: 10px;
	margin:0 auto 0 auto;
	font-size:15px;
	color:rgb(39, 58, 56);
	text-align: center;
	font-family:
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	
p,li{
	font-size:17px;
    line-height:1.5em;	
	background-color: #C7DC68;}
	

/* ========ボタンリンク======== */	
#link{
	margin: 0px;
	padding: 8px;
    width: ***;  
	height: 50px;
	text-align:center;}  
      
#link ul{  
    list-style-type: none;  
    margin: 0;  
    padding: 0;}  
      
#link li{
	text-indent: -9999px;
	width: 180px;
	margin: 0;
	padding: 0;
	text-align:center;/*----- ボタン位置 中央に*/
    margin-left:auto;/*----- ボタン位置 中央に*/
    margin-right:auto;}  /*----- ボタン位置 中央に*/
	
#link a{  
    display: block;  
    width: 100%;  
    height: 43px;  
    background-image: url(../images/image_button1.gif);  
    background-repeat: no-repeat;}  
      
#button1 a{
	background-position: 0 0;}  
      
#link a:hover{  
    background-image: url(../images/image_button1.gif);  
    background-repeat: no-repeat;}  
      
#button1 a:hover{
	background-position: 0 -44px;}  



/* ========テーブルカスタマイズ======== */
div#table {
    border:solid #ffffff 3px;
    color: #244822;}
  
th,td {
	width:10%;/*----- テーブルの高さと横の長さ*/
    height:200px;}

th {height:40px;
　　color:#244822;
    background:#d6edaf url(images/image_table1.gif) repeat-x 0 100%;;
	text-align:center;}
		
td {text-align:center;}
	  
.white{background-color:#ffffff;}
 
 
 /* ========フッターリンク======== */	
#footer ul {
   word-spacing:5px;
   float:center;
   margin:0;
   padding:0;}


/* ========文字リンク======== */	
#textlink {
	margin: 0px;  
    padding: 0; }
	  
#textlink ul{list-style-type:none;}

#textlink a {font-size:12pt;}

#textlink a:link{color:#fff;}

#textlink a:visited{color:#06C;}

#textlink a:hover{color:#FF6;}

#textlink a:active{color:#fff;}