/*//////////////////////////////////////////////////////////////////////////////// フッター部分メニュー /*/
#footmenu {
	width: 640px;
	margin-bottom: 20px;
	padding: 0 10px;
	}

#footmenu h4 {
	margin: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #5a882d;
	}

.footmenu_browser {
	width: 640px;
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 100%;
	}

.footmenu_browser li {
	margin-right: 10px;
	float: left;
	}

.footmenu_bar {
	width: 640px;
	height: 23px;
	padding: 8px 0 0 20px;
	margin-bottom: 10px;
	background-image: url(../images/bar_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	}

.footmenu_mark {
	width: 630px;
	padding-left: 20px;
	}

.footmenu_mark li {
	margin-bottom: 15px;
	list-style: outside;
	list-style-type: decimal;
	}

/*//////////////////////////////////////////////////////////////////////////////// サイトマップ /*/
.sitemap {
	width: 650px;
	margin-bottom: 20px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 100%;
	}
	
.sitemap h4 {
	font-size: 14px;
	font-weight: bold;
	color: #444;
	}

.sitemap li {
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/arrow02.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	}

.sitemap_sidea {
	width: 325px;
	margin-top: 10px;
	float: left;
	}

.sitemap_sideb {
	width: 310px;
	margin-top: 10px;
	float: left;
	}
	
/*//////////////////////////////////////////////////////////////////////////////// 運営会社 /*/
#company_table {
	width: 640px;
	padding: 0 10px;
	}

#company_table td{
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	border: 1px #a8a8a8 solid;
    border-collapse: collapse;
    border-spacing: 0;
	vertical-align: middle;
	}
	
#company_table strong {
	font-weight: bold;
	color: #444;
	}

#company_table li {
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	list-style: decimal;
	list-style-position: 0;
	}