/*****************************************************************************
  #F01#　フッタ―

  #F02#　サブメニュー
  
  #F03#　住所
  
  #F04#　紹介文
  
  #F05#　コピーライト
  
  #F06#　フッタ―メニュー

*****************************************************************************/


/*****************************************************************************
　　　　　　#F01#　フッタ―
*****************************************************************************/
table#fotter { 
	background-image: url(../image/bottom_line.gif);
	background-position: left top;
	background-repeat: repeat-x;
	width: 752px;
	height: auto;
	}

/*****************************************************************************
　　　　　　#F02#　サブメニュー
*****************************************************************************/
td#submenu_area {
	vertical-align: top;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 8px 0px 8px 10px;
}

ul#txt_menu {
	width: auto;
	height: auto;
	display: inline;
	clear: both;
}

ul#txt_menu li,ul#txt_menu li a {
	background-repeat: no-repeat;
	display: block;
}

ul#txt_menu li {
	font-size: 8pt;
	letter-spacing: 2px;
	line-height: 13px;
	list-style-type : none;
	list-style-position : outside;
	background-image: url(../image/icon_arrow.jpg);
	background-position: 0% 50%;
	width: auto;
	height: 13px;
	margin-right: 1.5em;
	float: left;
}

/*firefox用ハック*/
html>/**/body ul#txt_menu li {
	font-size: 8pt;
	letter-spacing: 1px;
}


ul#txt_menu li a {
	line-height: 1.3em;
	margin-left: 1.5em;
	padding: 0em 1em 0em 0.2em;
	display: block;
}

ul#txt_menu li a:link {
	color: #59493F;
	}

ul#txt_menu li a:visited {
	}

ul#txt_menu li a:hover {
	text-decoration: underline;
}


ul#txt_menu li.um_end {
	background-image: none;
	padding-right: 0em;
}


/*****************************************************************************
　　　　　　#F03#　住所
*****************************************************************************/
h2#address {
	color: #4C4C4C;
	font-size: 7pt;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: right;
	width: auto;
	height: auto;
	margin: 8px 10px 0px 0px;
	}

/*****************************************************************************
　　　　　　#F04#　紹介文
*****************************************************************************/
h2#introduction {
	color: #4C4C4C;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-align: left;
	width: auto;
	height: auto;
	margin: 30px 10px 15px 10px;
	}


/*****************************************************************************
　　　　　　#F05#　コピーライト
*****************************************************************************/
/* コピーライト */
div#copyright {
	color: #7E6B5A;
	line-height: 2em;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0px 0px 3px 0px;
}

div#copyright a:link,a:visited {
	color: #7E6B5A;
	border-bottom: 0px;
	}

div#copyright a:hover {
	color: #5A4838;
	}

/*****************************************************************************
　　　　　　#F06#　フッタ―メニュー
*****************************************************************************/

div#footer_menu {
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: left;
	width: 720px;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
	clear: both;
}

/*firefox用ハック*/
html>/**/body div#footer_menu {
	font-size: 8pt;
	letter-spacing: -1px;
}

div#footer_menu a {
	text-decoration: none;
	padding: 1px;
	margin: 0px 2px;
}

/*firefox用ハック*/
html>/**/body div#footer_menu a {
	padding: 1px 0px;
}

div#footer_menu a:link {
	color: #4C4C4C;
	}

div#footer_menu a:visited {
	color: #4C4C4C;
	}

div#footer_menu a:hover {
	background-color: transparent;
	border-bottom: 1px solid;
	}


