/******************************************/
a:link , a:visited{
	color: #000;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
}
/******************************************/
a:hover , a:active{
	color: #888;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
}
/******************************************/
h2{/*見出しの設定*/
	font-size: 120%;				/*初期値リセット*/
	font-weight:bold;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 0px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:5px;				/*左の余白*/}

.color1{
	color: #687e52;
}

#txt {
	font-size: 80%;
}

.ichi {
	text-align: center;
}
/******************************************/
#tablestyle {
	border: 0px;
	background:url(cork.jpg);
	width: 600px;
		
}
.haba {
	padding: 20px;
			
}


#tablefont {
	font-size:100%; 
	border: 0px;
	line-height: 180%;
	padding: 10px;
	border-spacing: 10px;
	background-color: #ffffff;
}

/******************************************/

/*ライン*/
#image7 {
display:block;
float: left;
width:500px;
height:2px;
background:url(line.gif) repeat-x;
text-decoration:none;
}

/******************************************/

#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによる回り込み解除*/
	text-align: center;		/*フッター文字を中心に配置*/
	color:#888;		    	/*テキスト色*/
	font-size:80%;		/*テキストの大きさ*/
	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;
	}

