	body         { font-size: 85%; line-height: 150% }



/* フォントサイズ */
	.font10-115-base	{ font-size: 80%; vertical-align: middle }
	.font10-115		{ font-size: 80%; line-height: 115% }
	.font10-125		{ font-size: 80%; line-height: 125% }
	.font10-150		{ font-size: 80%; line-height: 150% }
	.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		{ font-size: 100%; line-height: 125% }
	.line150		{ font-size: 100%; line-height: 150% }



/* リンク */
	A            {text-decoration: none;}
	A:link       { color: #000099; font-weight: bold; text-decoration: underline }
	A:visited    { color: #000099; font-weight: bold; text-decoration: underline }
	A:hover      { color: #cc0000; font-weight: bold; text-decoration: underline }


/* リンク */
	.link_menu:link      { color: #FFFFFF; text-decoration: underline }
	.link_menu:visited   { color: #FFFFFF; text-decoration: underline }
	.link_menu:hover     { color: #FFFF00; text-decoration: underline }



/* 見出し，レベル1(ヘッダー) */
	h1      { color: #000000; 
		  font-size: 80%; 
		  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/menu_back01.gif);
		background-repeat:    no-repeat
		}

/* 背景，ライズについて矢印1 */		
	.back01   {
		background-image:     url(images/rise_back01.gif);
		background-repeat:    no-repeat
		}

/* 背景，ライズについて矢印2 */		
	.back02   {
		background-image:     url(images/rise_back02.gif);
		background-repeat:    no-repeat
		}
