@charset "UTF-8";

/* ---------- reset ---------- */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.2em;
	color: #000000;
}

a:link, a:visited {
	color: #d64010;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #d64010;
}
table {
	font-size: 14px;
}
img {
	border: none;
}


/* ---------- body ---------- */
body {
	text-align: left;
	margin-left: 20px;
}

dl {
	width: 495px;
	margin: 0px 10px 20px;
}
dt {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
dd {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 0px 5px
}
dd img {
	margin: 3px 10px;
}

.page_next {
	float: right;
	display: inline;
	margin-right: 10px;
	font-size: 12px !important;
	margin-bottom: 20px;
}
.page_prev {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-bottom: 20px;
		font-size: 12px !important;
}



/* ---------- main ---------- */
#main_container {
	width: 730px;
	text-align: left;
	background: #ffffff url("img/side_bg.jpg") repeat-y left top;
}



/* ---------- header ---------- */
#header {
	width: 730px;
	height: 65px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	background: #ffffff url("img/recruit_header.jpg") no-repeat left top;
	border-bottom: 10px solid #333399;
}
#header h1 {
	width: 195px;
	height: 65px;
}
#header a:link, #header a:visited {
	width: 195px;
	height: 65px;
	display: block;
	text-indent: -5000px;
}
#header a:active, #header a:hover {
	background: transparent;
	text-decoration: none;
}



/* ---------- main_contents ---------- */
#main_contents {
	float: right;
	display: inline;
	width: 515px;
	margin: 0px 10px 50px;
	text-align: left;
	overflow: hidden;
}



/* --- 共通スタイル --- */
#main_contents h2 {
	width: 515px;
	height: 164px;
	margin-bottom: 20px;
}
#main_contents h3 {
	width: 505px;
	height: 50px;
	margin-bottom: 10px;
	text-indent: -5000px;
}
#main_contents h4 {
	width: 515px;
	height: 164px;
	margin-bottom: 5px;
	text-indent: -5000px;
}
#main_contents h5 {
	width: 515px;
	height: 100px;
	margin-bottom: 20px;
	background: url("img/tit_spirit.jpg") no-repeat left top;
	text-indent: -5000px;
}
#main_contents div {
	font-size: 14px;
	line-height: 1.5em;
}
#main_contents p {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
#main_contents ul {
	padding: 0px 5px 20px;
}
#main_contents ul li {
	list-style-type: disc;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
#main_contents ol {
	margin: 5px 10px 20px 10px;
}
#main_contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 25px;
	font-size: 14px;
	line-height: 2em;
}

#main_contents table {
	margin-bottom: 20px;
	border-top: 1px solid #0033cc;
	border-left: 1px solid #0033cc;
}
#main_contents th {
	padding: 3px 5px;
	border-right: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
	white-space: nowrap;
	background-color: #ccddff;
}
#main_contents td {
	padding: 3px 5px;
	border-right: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
}

.navi {
	width: 505px;
	text-align: center;
	font-size: 12px !important;
}


/* ---------- sidebar ---------- */
#sidebar {
	float: left;
	display: inline;
	width: 175px;
	margin: 0px 10px 50px;
	overflow: hidden;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url("img/sprit.jpg") no-repeat left top;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	width: 175px;
	height: 50px;
	display: block;
	text-indent: -5000px;
}
#sidebar h2 a:active, #sidebar h2 a:hover {
	text-decoration: none;
	background: none;
}

#sidebar h3 {
	margin-top: 10px;
	background: url("img/link_hp.jpg") no-repeat left top;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
	width: 175px;
	height: 50px;
	display: block;
	text-indent: -5000px;
}
#sidebar h3 a:active, #sidebar h3 a:hover {
	text-decoration: none;
	background: none;
}

#sidebar ul {
}
#sidebar li {
	list-style: none outside;
	background: url("img/menu_bg.gif") no-repeat 3px 7px;
	border-top: 2px dotted #666666;
	padding: 3px 5px 10px 15px;
	line-height: 1em;
}
#sidebar li a:link, #sidebar li a:visited {
	font-size: 14px;
	color: #333399;
	font-weight: bold;
	line-height: 1em;
}
#sidebar li a:active, #sidebar li a:hover {
	color: #ff6666;
	text-decoration: underline;
	background: none;
	position: relative;
		top: 1px;
		left: 1px;
}



/* ---------- footer ---------- */
.footer {
	width: 730px;
}
.footer p {
	margin-left: 195px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}
.footer em {
	display: inline;
	padding: 3px 10px;
	width: 345px;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	background-color: #333399;
}



/* ---------- top_main ---------- */
.top_main {
	margin-bottom: 10px;
}

.top_main h2 {
	width: 515px !important;
	height: 240px !important;
	margin-bottom: 20px !important;
	background: url("img/top_main.jpg") no-repeat left top !important;
	text-indent: -5000px;
}

.top_main p {
	font-size: 14px !important;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: normal !important;
	color: #000000 !important;
}
.top_main span {
	color: #029582;
}



/* --- qa --- */
.qa {
	padding: 0px 10px;
}
.qa h3 {
	background: url("img/tit_qa.gif") no-repeat left top;
}
.qa ul {
}
.qa_q, .qa_a {
	list-style: none outside !important;
	margin-left: 0px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 1.2em;
}

.qa_q {
	color: #000066;
	background: url("img/q.gif") no-repeat left top;
}
.qa_a {
	background: url("img/a.gif") no-repeat left top;
	margin-bottom: 12px;
}

.qa a:link, .qa a:visited {
	color: #6666cc;
	text-decoration: underline;
}
.qa a:active, .qa a:hover {
	color: #ff6666;
	background: none;
}

.qa hr {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}
.qa div {
	margin: 0px 5px 10px;
}



/* --- saiyo_entry --- */
.saiyo_entry {
	padding: 0px 10px;
}
.saiyo_entry h3 {
	background: url("img/tit_entry.gif") no-repeat left top;
}
.saiyo_entry div {
	margin: 0px 5px 10px;
}



/* --- kojin --- */
.kojin {
	padding: 0px 10px;
}
.kojin h3 {
	background: url("img/tit_kojin.gif") no-repeat left top;
}
.kojin div {
	margin: 0px 5px 10px;
}



/* --- saiyo_jisseki --- */
.saiyo_jisseki {
	padding: 0px 10px;
}
.saiyo_jisseki h3 {
	background: url("img/tit_jisseki.gif") no-repeat left top;
}



/* --- boshu --- */
.boshu {
	padding: 0px 10px;
}
.boshu h3 {
	background: url("img/tit_bosyu.gif") no-repeat left top;
}



/* --- fukuri --- */
.fukuri {
	padding: 0px 10px;
}
.fukuri h3 {
	background: url("img/tit_fukuri.gif") no-repeat left top;
}
.fukuri strong {
	color: #006633;
}
.fukuri div {
	margin: 0px 5px 10px;
}
.fukuri img {
	margin-top: 14px;
}



/* --- career --- */
.career {
	padding: 0px 10px !important;
	line-height: 1em !important;
}
.career h3 {
	background: url("img/tit_career.gif") no-repeat left top;
}
.career div {
	margin: 0px 5px 10px;
}
.carrer em {
	display: block;
}

