﻿html {
	position: relative;
	min-height: 100%;
	padding-bottom: 312px;
	box-sizing: border-box;
}
body {
	background-color: #f2ffe0;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 312px;
	background-color: #f2ffe0;
}




#head_tit {
	width: 1200px;
	margin: 0 auto;
/*	border-bottom:3px solid #693;*/
}

#head_tit img {
	margin: 40px 0 30px 60px;
}


#main {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
/*	padding: 0 120px 64px 120px;
/*	background-color: rgba(255,255,255,0.8);*/
/*	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;*/
}


#sitemap_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#sitemap_box p {
	font-size: 16px;
	line-height: 20px;
}
.sitemap_tbl {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 150px 50px;
	border-spacing: 4px;
	background-color: #fff;
	border: 1px #c0c0c0 solid;
}


.sitemap_tbl td {
	width: 240px;
	padding: 15px 0 15px 30px;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	color: #333;
}
.sitemap_tbl td a {
	text-decoration: underline;
}
.sitemap_tbl td a:hover{
	text-decoration: none;
	color: #333;
}
.styleA {
	padding: 0 1em 0 0;
	font-size: 20px;
	color: #333;
}
.org_styleB {
	padding: 0 0.8em 0 1em;
	font-size: 18px;
	color: #f30;
}









