﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
	}
html {
	background-color:#EFEFE7;
	}
body {
	background-image:url("/img/back_base.png");
	background-repeat:repeat-y;
	background-position:center;
	}
img {
	border:0;
	vertical-align:middle;
	}
object {
	border:0;
	vertical-align:middle;
	}
address {
	font-style:normal;
	}

/* base */
div#base {
	position:relative;
	margin:0 auto;
	border-left:#B6B6B6 1px solid;
	border-right:#B6B6B6 1px solid;
	overflow:hidden;
	background-color:#FFFFFF;
	width:700px;
	line-height:1.5em;
	color:#333333;
	font-size:small;
	font-family:osaka,"MS Pゴシック",arial,helvetica,sans-serif;
	}

/* header */
div#header {
	margin-top:55px;
	margin-bottom:10px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:2em;
	}
div#header h1 {
	margin:10px;
	color:#000099;
	font-size:medium;
	}
div#header p {
	margin:10px;
	color:#000099;
	font-size:x-small;
	}
div.header_index {
	background-image:url("/img/back_header_index.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
div.header_index h1 {
	display:none;
	}
div.header_index p {
	padding:80px 10px 25px 325px;
	}
div.header_jobs {
	background-image:url("/img/back_header_jobs.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:10px 300px 10px 10px;
	}
div.header_company {
	background-image:url("/img/back_header_company.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	padding:25px 350px 25px 10px;
	}

/* contents */
div#contents {
	}
div#contents h2 {
	margin:15px;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background-image:url("/img/back_h2.png");
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
	color:#CC0000;
	font-size:small;
	}
div#contents h2 span {
	font-weight:normal;
	}
div#contents h3 {
	margin:15px;
	font-size:medium;
	}
div#contents h4 {
	margin:15px;
	font-size:small;
	}
div#contents p {
	margin:15px;
	}
div#contents table {
	margin:15px;
	line-height:1.3em;
	}
div#contents table ul {
	list-style:none;
	}
div#contents table dl {
	margin:0;
	}
div#contents ol {
	margin:15px;
	}
div#contents ol li {
	margin-left:30px;
	}
div#contents dl {
	margin:15px;
	}
div#contents dl dd {
	margin-left:15px;
	}
table.list {
	margin:15px;
	border:#CCCCCC 1px solid;
	border-collapse:collapse;
	background-image:url("/img/list_background.png");
	background-repeat:repeat-x;
	background-position:bottom;
	width:668px;
	text-align:left;
	}
table.list thead th {
	padding:15px;
	padding-bottom:0;
	}
table.list thead th a {
	text-decoration:none;
	color:#FF6600;
	font-size:medium;
	}
table.list thead th span {
	color:#AAAAAA;
	font-size:x-small;
	font-weight:normal;
	}
table.list tbody p.next a {
	background-image:url("/img/list_marker.png");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:16px;
	}
table.list tbody th {
	vertical-align:top;
	padding:15px;
	padding-right:0;
	width:200px;
	}
table.list tbody td {
	vertical-align:top;
	line-height:1.5em;
	}
table.list tbody td p {
	margin:15px;
	}
table.list tbody td p strong {
	font-size:medium;
	}
table.list tbody td dl {
	padding:15px;
	}
table.data {
	width:670px;
	}
table.data th {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	background-color:#EFEFE7;
	padding:10px;
	}
table.data td {
	border-top:#EEEEEE 1px solid;
	border-bottom:#EEEEEE 1px solid;
	padding:10px;
	}
table.data thead td {
	font-weight:bold;
	}
table.data tbody th {
	width:100px;
	}
table.entry {
	width:670px;
	}
table.entry caption {
	margin:15px;
	}
table.entry th {
	border-top:#CCCCCC 1px solid;
	border-left:#FF6600 5px solid;
	border-bottom:#CCCCCC 1px solid;
	background-color:#EFEFE7;
	padding:10px;
	width:95px;
	}
table.entry td {
	border-top:#EEEEEE 1px solid;
	border-bottom:#EEEEEE 1px solid;
	padding:10px;
	}
table.entry thead td {
	color:#FF6600;
	}
table.entry tfoot td {
	border-left:#FF6600 5px solid;
	background-color:#EFEFE7;
	text-align:center;
	}
table.entry tfoot td input[type="submit"] {
	outline:#FF6600 1px solid;
	}
table.contact {
	width:670px;
	}
table.contact caption {
	margin:15px;
	}
table.contact th {
	border-top:#CCCCCC 1px solid;
	border-left:#0080FF 5px solid;
	border-bottom:#CCCCCC 1px solid;
	background-color:#EFEFE7;
	padding:10px;
	width:95px;
	}
table.contact td {
	border-top:#EEEEEE 1px solid;
	border-bottom:#EEEEEE 1px solid;
	padding:10px;
	}
table.contact thead td {
	color:#0080FF;
	}
table.contact tfoot td {
	border-left:#0080FF 5px solid;
	background-color:#EFEFE7;
	text-align:center;
	}
table.contact tfoot td input[type="submit"] {
	outline:#0080FF 1px solid;
	}
ul.linkTest {
	display:none;
	}

/* navigation */
div#navigation {
	clear:both;
	margin:15px;
	}
div#navigation h2 {
	position:absolute;
	top:0;
	left:0;
	background-image:url("/img/back_header.png");
	background-repeat:no-repeat;
	background-position:center;
	width:700px;
	height:55px;
	}
div#navigation h2 a {
	display:block;
	overflow:hidden;
	width:140px;
	height:55px;
	text-indent:-9999px;
	}
div#navigation p {
	text-align:right;
	}

/* footer */
div#footer {
	margin:15px;
	border-top:#CCCCCC 1px solid;
	text-align:right;
	}
div#footer * {
	text-decoration:none;
	color:#666666;
	font-size:x-small;
	font-weight:normal;
	}
div#footer h3 {
	display:inline;
	}
div#footer address {
	display:inline;
	}
