@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #363636;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #edefe6;
}
p {  }
td {
	line-height: 1.5em;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a:link {
	color: #00F;
}

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#menu p {
	vertical-align: top;
	line-height: 1.5em;
	margin-top: 7px;
	margin-bottom: 3px;
}
#menu a {
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menu ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
	margin-left: 20px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents h4 {
	color: #099;
	font-weight: bold;
	margin-top: 1.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
	padding-left: 5px;
	border-bottom: 1px dashed #00117a;
	clear: both;
	font-size: 1.1em;
}
#contents p {
	margin-top: 7px;
	margin-bottom: 3px;
	border-color: #c4c4c4;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-orange {
	color: #FF601D;
}
.text-pink {
	color: #ff0067;
}
.text-green {
	color: #267507;
}
.text-bluegreen { color: #099; }
.text-blue {
	color: #0745e6;
}
.text-darkblue {
	color: #020169;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-strike {
	text-decoration: line-through;
}
.text-large {
    font-size: 1.25em;
}
.text-waku {
	color: #067a00;
	background-color: #edfee0;
	border: 1px solid #a2b1c8;
	border-radius: 5px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.text-1 { font-size: 10px; }
.text-2 { font-size: 12px; }
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
	margin-left: 20px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-faq1 {
	font-weight: bold;
	background-image: url(../img/faq1.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 0px 12px;
	padding-top: 10px;
}
.text-faq2 {
	font-weight: normal;
	background-image: url(../img/faq2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-position: 0px 2px;
	border-bottom: 1px dashed #a2b1c8;
	padding-bottom: 10px;
}
.more {
	line-height: 1.4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #267507;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-right: 20px;
	color: #FFFFFF;
}
.more a {
	color: #FFFFFF;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}


/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
.rss-box {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: -5px;
	margin-bottom: 0;
	padding: 0px;
	font-size: 0.95em;
}

/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {

}

/* RSSフィード　記事一覧の大枠 */
.rss-items {
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}

/* RSSフィード　記事日付 */
.rss-date {
	color: #F75600;
	font-size: 10px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 14px;
}






/* ########## 599px以下 ########## */

@media (max-width: 599px) {


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#sp-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 320px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0;
	width : 320px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#contents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 95%;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.85em;
	clear: both;
}
#containerbottom {
	clear: both;
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 0.85em;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 320px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/sp/spheadimage3.jpg);
	height: 59px;
	background-position: 0px 0px;
	background-size: 100% 100%;
	border-bottom: 2px solid #08bc01;
}
#h1container {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
}
h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 220px;
	height: 58px;
	outline: none 0;
	margin-left: 0px;
}
#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 220px;
	height: 58px;
	outline: none 0;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu {
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 320px;
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	font-size: 0.85em;
}
#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 320px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }

#global ul li.n01 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_01.jpg);
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/sp/menu_01.jpg);
	background-size: 100% 100%;
}
#global ul li.n02 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_02.jpg);
	float: left;
	width: 106px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 106px;
	height: 40px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/sp/menu_02.jpg);
	background-size: 100% 100%;
}
#global ul li.n03 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_03.jpg);
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/sp/menu_03.jpg);
	background-size: 100% 100%;
}
#global ul li.n04 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_04.jpg);
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/sp/menu_04.jpg);
	background-size: 100% 100%;
}
#global ul li.n05 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_05.jpg);
	float: left;
	width: 106px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 106px;
	height: 40px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/sp/menu_05.jpg);
	background-size: 100% 100%;
}

#global ul li.n06 {
	display: none;
}
#global ul li.n07 {
	display: none;
}
#global ul li.tel {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/sp/menu_tel.jpg);
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#global ul li.tel a {
	display: block;
	float: left;
	width: 107px;
	height: 40px;
	outline: none 0;
}
#global ul li.tel a:hover {
	background-image: url(../img/sp/menu_tel.jpg);
	background-size: 100% 100%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 40px;
	color: #267507;
	background-image: url(../img/sp/sp-h2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#contents h3{
	font-size: 1em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px dashed #325923;
	color: #267507;
}

.text-name {
	color: #267507;
	font-size: 1.5em;
	line-height: 1.8em;
}
.text-1 {
	font-size: 8px;
}

.box1 {
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}

#infobox {
	margin-bottom: -15px;
	padding-bottom: 5px;
	border: 1px solid #a7a7a7;
	padding-top: 0px;
	background-color: #efffed;
	padding-left: 10px;
	margin-top: 15px;
	padding-right: 10px;
	font-size: 0.85em;
}
#infobox .graph-right {
	max-width: 25%;
}
#infobox .graph-left {
	max-width: 25%;
}
td.td-recruitment1 {
	font-size: 1em;
	font-weight: normal;
	background-color: #D9EEFF;
	text-align: center;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 40px;
}
td.td-recruitment2 {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 0.75em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 320px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
	border-top: 1px solid #7c7c7c;
	padding-top: 5px;
}

.footertext {
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	background-color: #08bc01;
}

}



/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#pc-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodybox {
	min-width: 900px;
	overflow: hidden;
}
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0;
	width : 900px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
#box:after {
	content: "";
	display: block;
	clear: both;
}
#contents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 630px;
	float: right;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 0.85em;
}
#containerbottom {
	clear: both;
	margin: 0;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 0.85em;
	width: 880px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
	vertical-align: top;
	height: 130px;
	padding: 0;
	margin: 0px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/pcheadimage.jpg);
	height: 130px;
	background-position: 0px 0px;
}
#h1container {
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0px;
	background-image: url(../img/h1container-bg.gif);
	background-repeat: repeat-y;
	background-position: center 0%;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 380px;
	height: 70px;
	outline: none 0;
	margin-left: 10px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 350px;
	height: 70px;
	outline: none 0;
	margin-left: 530px;
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu {
	line-height: 1.6em;
	vertical-align: top;
	width: 200px;
	float: left;
	padding-top: 246px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
	font-size: 0.8em;
	text-align: left;
	background-image: url(../img/menu/hour3.gif);
	background-repeat: no-repeat;
}

#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.tel {
	display: none;
}
#global ul li.n01 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_01.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n01 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/menu/menu_01a.gif);
	background-repeat: no-repeat;
}
#global ul li.n02 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_02.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n02 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/menu/menu_02a.gif);
	background-repeat: no-repeat;
}
#global ul li.n03 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_03.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n03 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/menu/menu_03a.gif);
	background-repeat: no-repeat;
}
#global ul li.n04 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_04.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n04 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/menu/menu_04a.gif);
	background-repeat: no-repeat;
}
#global ul li.n05 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_05.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n05 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/menu/menu_05a.gif);
	background-repeat: no-repeat;
}
#global ul li.spblog {
	display: none;
}
#global ul li.n06 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_06.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n06 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n06 a:hover {
	background-image: url(../img/menu/menu_06a.gif);
	background-repeat: no-repeat;
}
#global ul li.n07 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_07.gif);
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 6px;
}
#global ul li.n07 a {
	display: inline;
	float: left;
	width: 200px;
	height: 45px;
	outline: none 0;
}
#global ul li.n07 a:hover {
	background-image: url(../img/menu/menu_07a.gif);
	background-repeat: no-repeat;
}
#global ul li.sphome {
	display: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 55px;
	color: #267507;
	text-shadow: 1px 1px 2px #FFFFFF;
	background-image: url(../img/h2.gif);
	height: 33px;
}
#contents h3{
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px dashed #325923;
	color: #267507;
}

.text-name {
	color: #267507;
	font-size: 1.8em;
	line-height: 1.8em;
}

.text-1 { font-size: 10px; }


.box1 {
	line-height: 1.5;
	width: 300px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.box2 {
	width: 300px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}

#infobox {
    margin-bottom: 2px;
    padding-bottom: 20px;
    border: 1px solid #a7a7a7;
    padding-top: 15px;
    background-color: #efffed;
    padding-left: 20px;
    margin-top: 25px;
    padding-right: 20px;
}
td.td-recruitment1 {
	font-size: 1em;
	font-weight: normal;
	background-color: #D9EEFF;
	text-align: center;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 80px;
}
td.td-recruitment2 {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #3435cd;
	border-bottom: 1px solid #3435cd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
td.td-gikou1 { font-size: 12px; font-weight: normal; background-color: #d9eeff; text-align: left; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou1b { font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: left; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou2 { font-size: 12px; font-weight: normal; background-color: #effffb; text-align: center; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou3 { font-size: 12px; font-weight: normal; background-color: #d9eeff; text-align: left; width: 165px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou3b { font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: left; width: 165px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou4 { color: #3435cd; font-size: 12px; background-color: #d9eeff; text-align: center; width: 16px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }
td.td-gikou4b { color: #ff0084; font-size: 12px; font-weight: normal; background-color: #ffeffb; text-align: center; width: 16px; padding: 2px; border-right: 1px solid #3435cd; border-bottom: 1px solid #3435cd; }

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	font-size: 0.85em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
	background-position: center 0%;
	width: 900px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	width: 540px;
	text-align: right;
	background-position: left top;
	padding-left: 340px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-top: 10px;
}

.footertext {
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	background-color: #08bc01;
}

}
