body {
	margin: 0px;
	padding: 0px;
	background-color: silver;
	font-size: 10pt;
	font-family: "MS P Gothic", "Sans Serif";
}

img {
	border-style: none;
}

hr {
	width: 95%;
	margin-top: -5px;
	margin-left: 0px;
	color: black;
	height: 1px;
	text-align: left;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 10.5pt;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

address {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
}

p {
	text-indent: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	width: 95%;
	border-collapse: collapse;
	margin: 2px;
}

th {
	width: 25%;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: lightblue;
	text-align: left;
}

td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	background-color: whitesmoke;
}


/* コンテナ */
/* ---------------------------------------------------------------------- */

div#page {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-style: none;
	background-color: white;
}

div#header {
	margin: 0px;
}

div#contents {
	margin: 0px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

div#navigator {
	margin: 0px;
	text-align: right;
}

div#footer {
	margin: 0px;
	text-align: center;
}

div#privacypolicy {
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 10px;
	border: 1px solid silver;
}

div#concept {
	padding: 10px;
	width: 440px;
}

table#top {
	width: 100%;
	border-collapse: collapse;
	margin: 2px;
}

table#sitemap {
	width: 250px;
	border-collapse: collapse;
}

td#top {
	padding: 0px;
	border-style: none;
	background-color: white;
	vertical-align: top;
}
/* ---------------------------------------------------------------------- */




/* タブメニュー */
/* ---------------------------------------------------------------------- */
img#toptab {
	position: absolute;
	top: 118px;
	left: 40px;
}

img#profiletab {
	position: absolute;
	top: 118px;
	left: 160px;
}

img#worktab {
	position: absolute;
	top: 118px;
	left: 280px;
}

img#recruittab {
	position: absolute;
	top: 118px;
	left: 400px;
}

img#accesstab {
	position: absolute;
	top: 118px;
	left: 520px;
}

img#privacytab {
	position: absolute;
	top: 118px;
	left: 640px;
}
/* ---------------------------------------------------------------------- */


h1.privacyheader {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h2.concept {
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Arial", "Sans";
}

p.ceosign {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
