﻿@charset  "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8F8F8;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック" sans-serif;
}

a:link { text-decoration: none; }

a:hover {
	color: #000;
	text-decoration: underline;
}

#main-frame {
	background-color: #FFF;
	border-bottom: 8px #012F77 solid;
	border-right: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;
	width: 720px;
}

.menu {
	width: 640px;
	height: 45px;
	padding-top: 25px;
}

.menu img {
	float: left;
	border: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	background-color: #012F77;
	color: #FFF;
	display: block;
	float: right;
	font-size: 11px;
	text-align: center;
	line-height: 27px;
	height: 27px;
	margin-top: 17px;
	width: 95px;
}

.menu li a {
	color: #FFF;
	background-color: #012F77;
	text-decoration: none;
	display: block;
}

.menu li a:hover {
	color: #012F77;
	background-color: #69C;
	text-decoration: none;
}

#Inner-box1 {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 640px;
}

.notice { width: 500px; }

.notice .side-line {
	background-color: #FAFAFA;
	border-right: 1px #E6E6E6 solid;
	border-left: 1px #E6E6E6 solid;
}

.notice .side-line p {
	font-size: 15px;
	line-height: 1.8em;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0.6em;
}

#Inner-box { width: 640px; }

.index {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #012F77;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #012F77;
	color: #012F77;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 5px;
}

.contents {
	margin: 20px 0px 40px 0px;
	width: 580px;
}

.contents dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
}

.contents dd {
	font-size: 12px;
	text-align: left;
	position: relative;
	top: -1.6em;
	left: 7em;
}

.p13 p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 1em;
}

.p12 p {
	font-size: 12px;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.p10 p {
	font-size: 10px;
	text-align: center;
}

.footer {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px #012F77 solid;
	height: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}

.footer-left { float: left; }

.footer-left a:link {
	color: #012F77;
	text-decoration: none;
}

.footer-left a:visited {
	color: #012F77;
	text-decoration: none;
}

.footer-left a:hover {
	color: #000;
	text-decoration: none;
}

.footer-right {
	float: right;
	color: #999999;
}

/* -----  求人で追加  ----- */
.info {
	width: 500px;
	margin-top: 40px;
}

.info p {
	font-size: 13px;
	text-align: left;
	color: #900;
}

.info p a:link { text-decoration: blink; }

.info p a:hover {
	color: #000;
	text-decoration: underline;
}

.notice .side-line1 {
	background-color: #FAFAFA;
	border-right: 1px #E6E6E6 solid;
	border-left: 1px #E6E6E6 solid;
}

.notice .side-line1 p {
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0.6em;
}

.photo-album {
	display: table;
	margin-top: 40px;
	width: 500px;
}

.photo-album .right {
	float: right;
	width: 240px;
}

.photo-album .left {
	float: left;
	width: 240px;
}

.photo-album p {
	font-size: 9px;
	text-align: left;
	display: block;
	float: left;
	width: 240px;
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.tb {
	border-collapse: collapse;
	width: 580px;
}

.tb .td1 {
	background-color: #F8F8F8;
	border: 1.0px #CCC solid;
	padding: 8px;
	width: 80px;
}

.tb .td2 {
	border: 1.0px #CCC solid;
	padding: 8px;
}

.tb .td1 p {
	font-size: 12px;
	font-weight: bold;
}

.tb .td2 p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px;
}

.tb .td2 span {
	display: block;
	float: left;
	padding-left: 1em;
	width: 7em;
}

.tb .td2 .p-bold {
	font-weight: bold;
	margin-top: 2em;
}

.tb .td2 .p10b {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.tb .td2 .p10 {
	font-size: 10px;
	line-height: 1.5em;
}
