
/* ------------------------------------------------------------------------------------ */
/* main表示用見出し */
/* ------------------------------------------------------------------------------------ */
	/*ページのタイトル*/
.b-huge { font-weight: 500; font-size: 24px; margin: 0px; line-height: 26px; font-style: normal;  
		}
	/*見出し*/
.h2_ad { font-weight: 700; font-size: 18px; margin: 0px; line-height: 26px; font-style: normal; color: #ffffff; 
	 border-color: #6699ff #6633ff #6633ff #6699ff;
	 border-width: 1px;
	 border-style: solid;
	 background: #6666ff
		}

	/*小見出し*/ /*上、右、下、左*/
.h3_ad { font-weight: 700; font-size: 14px; margin: 0px; line-height: 16px; font-style: normal; 
	 border-color: #99ccff #99ccff #99ccff #99ccff;
	 border-width: 2px;
	 border-style: solid;
	 background: #99ccff
		}
/* ------------------------------------------------------------------------------------ */
	/*navi用*/ /*上、右、下、左*/
.navi { font-size: 14px; line-height: 20px;
	 margin: 0px 0px 10px 0px;
	 border-color: #ffffff #ffffff #6666ff #ffffff;
	 border-width: 1px;
	 border-style: solid;
	 background: #ffffff
		}

/* ------------------------------------------------------------------------------------ */
/* menu表示用見出し */
/* ------------------------------------------------------------------------------------ */
.menu_md1 { font-weight: 700; font-size: 14px; margin: 0px; line-height: 20px; font-style: normal; color: white; text-align: center; 
	 border-color: #6666ff #6666ff #6666ff #6666ff;
	 border-width: 2px;
	 border-style: solid;
	 background: #6666ff
		}

	/*メニューの見出し*/ /*上、右、下、左*/
.menu_md2 { font-weight: 700; font-size: 14px; margin: 0px; line-height: 16px; font-style: normal; color: black; text-align: center; 
	 border-color: #99ccff #99ccff #99ccff #99ccff;
	 border-width: 2px;
	 border-style: solid;
	 background: #99ccff
		}

	/*メニューのリンク*/ /*上、右、下、左*/
.menu_link_md1 { font-size: 12px; margin: 0px; line-height: 14px; font-style: normal; color: 000000; 
	 border-color: #ffffff #ffffff #ffffff #ffffff;
	 border-width: 0px 5px 8px 0px;
	 border-style: solid;
	 background: #ffffff
		}

	/*メニューのリンク*/ /*上、右、下、左*/
.menu_link_md2 { font-size: 12px; line-height: 12px; font-style: normal; color: 000000; 
	 border-color: #ffffff #ffffff #ffffff #ffffff;
	 margin: 0px 5px 8px 0px;
	 background: #ffffff
		}

	/*メニューのリンク*/ /*上、右、下、左*/
.menu_link_md_2 { font-size: 12px; line-height: 12px; font-style: normal; color: 000000; 
	 border-color: #ffffff #ffffff #ffffff #ffffff;
	 margin: 0px 5px 8px 0px;
	 background: #ffffff
		}

/* ------------------------------------------------------------------------------------ */
/* menu用の表示エリア */
/* ------------------------------------------------------------------------------------ */
	/*表示エリア アウトライン*/ /*上、右、下、左*/
.left_side_outline { 
	 border-color: #666666 #666666 #666666 #666666;
	 border-width: 1px;
	 border-style: solid;
	 background: #ffffff
		}

	/*表示エリア スペース*/ /*上、右、下、左*/
.left_side_space { 
	 border-color: #ffffff #ffffff #ffffff #ffffff;
	 border-width: 5px;
	 border-style: solid;
	 background: #ffffff
		}

/* ------------------------------------------------------------------------------------ */
.b-huge	  { font-weight: 500; font-size: 24px; margin: 0px; line-height: 26px; font-style: normal;  }
.b-big 	  { font-weight: 700; font-size: 18px; margin: 0px; line-height: 20px; font-style: normal;  }
.b-normal { font-weight: 700; font-size: 14px; margin: 0px; line-height: 16px; font-style: normal;  }
.l-normal { font-weight: 400; font-size: 14px; margin: 0px; line-height: 19px; font-style: normal;  }
.normal   { font-weight: 400; font-size: 14px; margin: 0px; line-height: 16px; font-style: normal;  }
.l-small  { font-weight: 400; font-size: 12px; margin: 0px; line-height: 18px; font-style: normal;  }
.small    { font-weight: 400; font-size: 12px; margin: 0px; line-height: 15px; font-style: normal;  }
.l-mini   { font-weight: 400; font-size: 10px; margin: 0px; line-height: 16px; font-style: normal;  }
.mini 	  { font-weight: 400; font-size: 10px; margin: 0px; line-height: 13px; font-style: normal;  }
/* ------------------------------------------------------------------------------------ */
	/*カラー*/
.Fred	{ color: red; }
.Fwhite	{ color: white; }
.Fgray	{ color: #666666; }
.Forenge{ color: #ff9900; }
.Fdgray	{ color: #999999; }
/* ------------------------------------------------------------------------------------ */
	/*訪問済み*/
A:visited { background: none transparent scroll repeat 0% 0%; color: #660099;  text-decoration: underline;}

	/*初期表示*/
A:link,A:active { background: none transparent scroll repeat 0% 0%; color: #0000ff;  text-decoration: underline;}

	/*ホバー*/
A:hover { background: none transparent scroll repeat 0% 0%; color: #0066ff; text-decoration: underline; }

/* ------------------------------------------------------------------------------------ */
	/*訪問済み*/
A.white:visited { background: none transparent scroll repeat 0% 0%; color: #ffffff;  text-decoration: underline;}

	/*初期表示*/
A.white:link { background: none transparent scroll repeat 0% 0%; color: #ffffff;  text-decoration: underline;}
A.white:active { background: none transparent scroll repeat 0% 0%; color: #ffffff;  text-decoration: underline;}

	/*ホバー*/
A.white:hover { background: none transparent scroll repeat 0% 0%; color: #eeeeee; text-decoration: underline; }

/* ------------------------------------------------------------------------------------ */
	/*訪問済み*/
A.black:visited { background: none transparent scroll repeat 0% 0%; color: #000000;  text-decoration: underline;}

	/*初期表示*/
A.black:link { background: none transparent scroll repeat 0% 0%; color: #000000;  text-decoration: underline;}
A.black:active { background: none transparent scroll repeat 0% 0%; color: #000000;  text-decoration: underline;}

	/*ホバー*/
A.black:hover { background: none transparent scroll repeat 0% 0%; color: #ff6600; text-decoration: underline; }
/* ------------------------------------------------------------------------------------ */
	/*訪問済み*/
A.gray:visited { background: none transparent scroll repeat 0% 0%; color: #333333;  text-decoration: underline;}

	/*初期表示*/
A.gray:link { background: none transparent scroll repeat 0% 0%; color: #333333;  text-decoration: underline;}
A.gray:active { background: none transparent scroll repeat 0% 0%; color: #ff6600;  text-decoration: underline;}

	/*ホバー*/
A.gray:hover { background: none transparent scroll repeat 0% 0%; color: #0066ff; text-decoration: underline; }