/* BODY設定 */

	body {background-color: #FFFFFF;
	background-image: url(images/back01.gif);
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


	td         { color: #333333; font-size: 85%; line-height: 115% }



/* フォントサイズ */
	.font10-115-base	{ font-size: 80%; vertical-align: middle }
	.font10px-115		{ font-size: 10px; line-height: 115% }
	.font10-115		{ font-size: 80%; line-height: 115% }
	.font10-125		{ font-size: 80%; line-height: 125% }
	.font10-150		{ font-size: 80%; line-height: 150% }
	.font85-115		{ font-size: 85%; line-height: 115% }
	.font85-125		{ font-size: 85%; line-height: 125% }
	.font11-100		{ font-size: 90% }
	.font12-115		{ font-size: 95%; line-height: 115% }
	.font12-125		{ font-size: 95%; line-height: 125% }
	.font12-150		{ font-size: 95%; line-height: 150% }
	.font14-115		{ font-size: 110%; line-height: 115% }
	.font14-125		{ font-size: 110%; line-height: 125% }
	.font14-150		{ font-size: 110%; line-height: 150% }
	.font16-115		{ font-size: 130%; line-height: 115% }
	.font16-125		{ font-size: 130%; line-height: 125% }
	.font16-150		{ font-size: 130%; line-height: 150% }
	.font18-115		{ font-size: 140%; line-height: 115% }
	.font18-125		{ font-size: 140%; line-height: 125% }
	.font18-150		{ font-size: 140%; line-height: 150% }
	.line125		{ line-height: 125% }
	.line150		{ line-height: 150% }



/* リンク */
	A		{text-decoration: none;}
	A:link		{ color: #000099; text-decoration: underline; font-weight: bold }
	A:visited	{ color: #000099; text-decoration: underline; font-weight: bold }
	A:hover		{ color: #990000; text-decoration: underline; font-weight: bold }


/* リンク */
	.link_menu:link      { color: #FFFFFF; text-decoration: underline; font-weight: normal }
	.link_menu:visited   { color: #FFFFFF; text-decoration: underline; font-weight: normal }
	.link_menu:hover     { color: #FFFF00; text-decoration: underline; font-weight: normal }


/* 見出し，レベル1(ヘッダー) */
	h1      { color: #FFFFFF; 
		  font-size: 85%; 
		  font-weight: lighter; 
		  margin: 0; 
		  padding-left: 0 
		}

/* 見出し，レベル2(フッター) */
	h2      { color: #FFFFFF; 
		  font-weight: lighter; 
		  font-size: 85%; 
		  vertical-align: middle; 
		  clear: both; 
		  margin: 0px; 
		  padding: 0pt 
		 }

/* 見出し，レベル3(ページ内子見出し1) */
	h3      { color: #cc3300; 
		  font-weight: nomal; 
		  font-size: 110%;
		  line-height: 115%;
		  vertical-align: middle; 
		  clear: both; 
		  margin: 0px; 
		  padding: 0pt 
		 }
		 
/* 見出し，レベル4(ページ内子見出し2) */
	h4      { color: #990000; 
		  font-weight: nomal; 
		  font-size: 110%;
		  line-height: 115%;
		  vertical-align: middle; 
		  clear: both; 
		  margin: 0px; 
		  padding: 0pt 
		 }
		 

/* 背景，ヘッダー */		 
	.back   {
		background-image:     url(images/header_back01.jpg);
		background-repeat:    no-repeat
		}
	
	.back02   {
		background-image:     url(images/header_back02.jpg);
		background-position:    right bottom;
		background-repeat:    no-repeat;
		}
		
		
/* 色 */

	.gre{color: #356C19;}