@charset "UTF-8";

/*
*	Title: 転職プラス - ベース用CSS
*	URI: http://www.aaa.a
*	Last Modified: 2008-03-11
*	Description: 各画面で共通の要素を定義する
*/

/*--------------------------------------
	1. 基本定義(1)
---------------------------------------*/
html, 
body {
	height: 100%;
}

/*--------------------------------------
	2. 基本定義(2)
---------------------------------------*/
body {
	background: #f2f2e2;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	Xfont-family: Meiryo,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}

hr {
	display: none;
}

.necessaryTxt {
	color: #cc0000;
}

.cautionTxt {
	color: #cc0000;
}

.errorTxt {
	color: #ff0000;
}

pre {
	overflow: auto;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: pre-wrap;				/* CSS3 */
	word-wrap: break-word;			/* IE6～ */
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/*--------------------------------------
	3. 全体枠
---------------------------------------*/
#wrapper {
	margin: 0 auto;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0;
	width: 948px;
	text-align: left;
}

/*--------------------------------------
	4. リンク要素
---------------------------------------*/
a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	color: #cc0000;
}

/* ----- 4-1. 矢印ボタン付きリンク ----- */
.arw {
	margin: 10px 0;
}

.arw li {
	background: url(../images/icon_arw.gif) no-repeat 0% 50%;
}

.arw a {
	margin-left: 20px;
}

/*--------------------------------------
	5. ヘッダー部
---------------------------------------*/
#header {
	position: relative;
	width: auto;
	Xheight: 105px;
	Xoverflow: hidden;
	background: #cccccc url(../images/bg_header.jpg) no-repeat left top;
	padding: 51px 0 0 0;
}

/* ----- 5-1. ページタイトル ----- */
#header h1,
#header #siteCopy {
	position: absolute;
	left: 201px;
	top: 23px;
	width: 295px;
	height: 22px;
	overflow: hidden;
	font-size: 10px;
}

#header h1 span,
#header #siteCopy span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 295px;
	height: 22px;
	background: url(../images/img_copy.gif) repeat-x left top;
}

/* ----- 5-2. サイトロゴ ----- */
#header #siteLogo {
	position: absolute;
	left: 14px;
	top: 13px;
	width: 173px;
	height: 40px;
	overflow: hidden;
	font-size: 28px;
}

/* ----- 5-3. ヘッダー部リンク ----- */
#header #questionLink,
#header #sitemapLink {
	position: absolute;
	top: 1px;
	display: block;
	width: 78px;
	height: 19px;
	overflow: hidden;
}

#header #questionLink {
	right: 238px;
}

#header #sitemapLink {
	right: 155px;
}

#header #questionLink span,
#header #sitemapLink span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 78px;
	height: 19px;
	cursor: pointer;
}

#header #questionLink span {
	background: url(../images/btn_question.jpg) no-repeat 0 0;
}

#header #sitemapLink span {
	background: url(../images/btn_sitemap.jpg) no-repeat 0 0;
	right: 20px;
}

#header #questionLink:hover span,
#header #sitemapLink:hover span {
	background-position: 0 -19px;
}

/* ----- 5-4. 求人件数 ----- */
#header #jobOpenings {
/*	position: absolute;
	right: 15px;
	top: 51px;
	display: block;
	width: 200px;
	height: 20px;
	overflow: hidden;*/
	Xmargin: 51px 15px 0 0;
	margin: 0 15px 0 0;
	text-align: right;
	font-size: 90%;
}

/*--------------------------------------
	6. ナビゲーション部
---------------------------------------*/
#header #nav {
	position: relative;
/*	position: absolute;
	left: 0;
	top: 70px;*/
	height: 34px;
	margin-top: 2px;
	border-top: 1px solid #999999;
	background: url(../images/bg_navi.jpg) no-repeat left top;
}

#header #nav li {
	float: left;
}

#header #nav li a,
#header #nav li span {
	position: relative;
	display: block;
	width: 158px;
	height: 34px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

#header #nav li a span, 
#header #nav li span span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 158px;
	height: 34px;
	overflow: hidden;
	background: url(../images/btn_navi.jpg);
	background-repeat: no-repeat;
}

#header #nav li a span {
	cursor: pointer;
}

#header #nav .home a span {
	background-position: 0 0;
}

#header #nav .home a:hover span {
	background-position: 0 -34px;
}

#header #nav .home .focus span,
#header #nav .home .focus:hover span,
#header #nav .home span span {
	background-position: 0 -68px;
}

#header #nav .search a span {
	background-position: -158px 0;
}

#header #nav .search a:hover span {
	background-position: -158px -34px;
}

#header #nav .search .focus span,
#header #nav .search .focus:hover span,
#header #nav .search span span {
	background-position: -158px -68px;
}

#header #nav .consul a span {
	background-position: -316px 0;
}

#header #nav .consul a:hover span {
	background-position: -316px -34px;
}

#header #nav .consul .focus span,
#header #nav .consul .focus:hover span,
#header #nav .consul span span {
	background-position: -316px -68px;
}

#header #nav .knowhow a span {
	background-position: -474px 0;
}

#header #nav .knowhow a:hover span {
	background-position: -474px -34px;
}

#header #nav .knowhow .focus span,
#header #nav .knowhow .focus:hover span,
#header #nav .knowhow span span {
	background-position: -474px -68px;
}

#header #nav .service a span {
	background-position: -632px 0;
}

#header #nav .service a:hover span {
	background-position: -632px -34px;
}

#header #nav .service .focus span,
#header #nav .service .focus:hover span,
#header #nav .service span span {
	background-position: -632px -68px;
}

/*--------------------------------------
	7. トピックパス部
---------------------------------------*/
#topicPath {
	background: #778599;
	padding: 0 0 1px 18px;
	color: #ffffff;
}

#topicPath a {
	color: #ffffff;
}

#topicPath a:hover {
	color: #cccccc;
}

/*--------------------------------------
	8. タイトルエリア部
---------------------------------------*/
#titleWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

#titleWrap img {
	vertical-align: bottom;
}

/*--------------------------------------
	9. ヴィジュアルエリア部
---------------------------------------*/
#visualWrap {
	background: url(../../images/index_img_gtop.jpg) no-repeat left top;
}

/* ----- Flashエラー表示枠 ----- */
.flashErrorWrap {
	line-height: 1.4;
	font-size: 120%;
}

.flashErrorWrap p {
	margin-top: 10px;
	font-weight: bold;
}

.flashErrorWrap p a {
}

/*--------------------------------------
	10. 全体コンテナ部
---------------------------------------*/
#container {
	background: #ffffff;
}

#container:after {	/* 子孫セレクタのfloatを回避 */
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.contentTop,
.contentConsul,
.contentKnowhow,
.contentService {
	background-repeat: repeat-y;
	background-position: right top;
}

.contentTop {
	background-image: url(../images/bg_content_top.gif) !important;
}

.contentConsul {
	background-image: url(../images/bg_content_consul.gif) !important;
}

.contentKnowhow {
	background-image: url(../images/bg_content_knowhow.gif) !important;
}

.contentService {
	background-image: url(../images/bg_content_service.gif) !important;
}

/* ----- 10-1. 要素枠 ----- */
#container .inner {
	clear: both;
	margin-bottom: 6px;
	width: auto;
	padding-top: 5px;
}

/* ----- 10-2. ドットライン ----- */
#container .dotLine {
	width: auto;
	background: #ffffff url(../images/bg_kugiri_line.gif) repeat-x left bottom;
	padding-bottom: 20px;
}

/* ----- 10-3. このページの先頭へ ----- */
#container .pageTopWrap {
	text-align: right;
}

/* ----- 10-4. テーブルフォーマット（１） ----- */
#container .cmnTable {
	width: 100%;
}

#container .cmnTable th,
#container .cmnTable td {
	border: 2px solid #999999;
	padding: 8px;
}

#container .cmnTable th {
	white-space: nowrap;
	background-color: #ececfd;
	font-weight: normal;
	text-align: left;
}

#container .cmnTable td input {
	margin-right: 4px;
	vertical-align: middle;
}

#container .cmnTable td label {
	margin-right: 5px;
	vertical-align: middle;
}

/* ----- 10-5. テーブルフォーマット（２） ----- */
#container .cmnTable02 {
	width: 100%;
}

#container .cmnTable02 th,
#container .cmnTable02 td {
	border: 1px solid #999999;
	padding: 8px;
}

#container .cmnTable02 th {
	background-color: #ececfd;
	font-weight: normal;
	vertical-align: middle;
}

#container .cmnTable02 td input {
	margin-right: 4px;
	vertical-align: middle;
}

#container .cmnTable02 td label {
	margin-right: 5px;
	vertical-align: middle;
}

/* ----- 10-6. テーブルフォーマット（３） ----- */
#container .inlineTable {
	width: 100%;
}

#container .inlineTable th {
	padding: 0 8px 0 0 !important;
	background: transparent !important;
	border-width: 0 !important;
	vertical-align: middle !important;
}

#container .inlineTable td {
	padding: 0 8px 0 0 !important;
	border-width: 0 !important;
	vertical-align: middle !important;
}

/* ----- 10-7. float解除 ----- */
#container .clear {
	clear: both;
}

#container .clearfix:after {	/* 子孫セレクタのfloatを回避 */
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*--------------------------------------
	11. メインコンテナ部(1)
---------------------------------------*/
#contents {
	float: left;
	width: 598px;
	padding: 10px 13px 55px 18px;
}

/* ----- 11-2. 中見出し ----- */
#contents h1,
#contents h2 {
	margin-bottom: 6px;
}

/* ----- 11-3. 一覧部（テーブル組） ----- */
#contents .inner .infoList,
#contents .inner .infoList02 {
	width: 100%;
}

#contents .inner .infoList td,
#contents .inner .infoList02 td {
	vertical-align: top;
	padding: 2px 0;
	background: #ffffff url(../images/bg_infoList.gif) no-repeat left bottom;
}

#contents .inner .infoList .date {
	width: 86px;
	text-align: left;
	white-space: nowrap;
}

#contents .inner .infoList02 .date {
	width: auto;
	text-align: left;
	white-space: nowrap;
}

#contents .inner .infoList .icon {
	width: 70px;
	text-align: center;
}

#contents .inner .infoList02 .icon {
	width: 46px;
	text-align: center;
}

#contents .inner .infoList .icon img {
	margin-top: 3px;
}

#contents .inner .infoList02 .icon img {
	margin: 3px 12px 0 1px;
}

#contents .inner .infoList .text,
#contents .inner .infoList02 .text {
	width: auto;
}

/* ----- 11-4. フィールドセット（枠囲い）部 ----- */
#contents .inner .filedset {
	width: 600px;
	height: auto;
	background: #ffffff url(../images/bg_fieldset.gif) no-repeat left top;
	padding-top: 12px;
}

#contents .inner .filedset:after {	/* 子孫セレクタのfloatを回避 */
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/* 画像なしパターン */
#contents .inner .filedset .all {
	margin-left: 12px;
	margin-right: 12px;
}

#contents .inner .filedset .left {
	float: left;
	display: inline;
	margin-left: 12px;
	margin-right: 10px;
	width: 120px;
	height: auto;
	overflow: hidden;
	line-height: 1.2;
	font-size: 90%;
}


#contents .inner .filedset .leftGrandTop {
	float: left;
	display: inline;
	margin-left: 12px;
	margin-right: 10px;
	width: 120px;
	height: auto;
	overflow: hidden;
	line-height: 1.2;
	font-size: 90%;
}

#contents .inner .filedset .left .image {
	border: #666666 solid 1px;
	height: 100px;
}

#contents .inner .filedset .left .image2 {
	border: #666666 solid 1px;
	width:  115px;
}

#contents .inner .filedset .left img {
	margin-bottom: 3px;
}

/* 左に画像ありパターン */
#contents .inner .filedset .shortLeft {
	float: left;
	width: 455px;
}

/* 右に画像ありパターン */
#contents .inner .filedset .shortRight {
	float: left;
	display: inline;
	width: 448px;
	margin-left:12px;
}

/* 左右に画像ありパターン */
#contents .inner .filedset .shortAll {
	float: left;
	display: inline;
	width: 320px;
}

#contents .inner .filedset .right {
	float: right;
	display: inline;
	margin-right: 12px;
	width: 110px;
	height: auto;
	overflow: hidden;
	line-height: 1.2;
	font-size: 90%;
}

#contents .inner .filedset .right img {
	margin-bottom: 3px;
}

#contents .inner .filedset .textLink {
	display: block;
	margin-top: 12px;
	text-align: right;
}

#contents .inner .filedset .textLink02 {
	display: block;
	margin-top: 22px;
	text-align: right;
}

#contents .inner .filedsetBottom {
	margin-bottom: 8px;
	width: 600px;
	height: 8px;
	overflow: hidden;
	background: url(../images/bg_fieldset_bottom.gif) no-repeat left top;
}

/*--------------------------------------
	12. メインコンテナ部(2)
---------------------------------------*/
.contentsFull {
	padding: 10px 18px 15px 18px;
}

.contentsFull:after {	/* 子孫セレクタのfloatを回避 */
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*--------------------------------------
	13. サイドバー部
---------------------------------------*/
#sideBar {
	float: right;
	width: 316px;
	overflow: hidden;
}

/* ----- 13-0. 共通 ----- */
#sideBar .linkList li {
	padding: 2px 0 1px 11px;
}

#sideBar .linkList li a {
	text-decoration: none;
}

#sideBar .linkList li a:hover {
	text-decoration: underline;
}

.contentTop .linkList .row1 {
	background: #fffeeb;
}

.contentTop .linkList .row2 {
	background: #dbd1d1;
}

.contentConsul .linkList .row1 {
	background: #fffeeb;
}

.contentConsul .linkList .row2 {
	background: #dff4df;
}

.contentKnowhow .linkList .row1 {
	background: #fffeeb;
}

.contentKnowhow .linkList .row2 {
	background: #ffe4b3;
}

.contentService .linkList .row1 {
	background: #fffeeb;
}

.contentService .linkList .row2 {
	background: #d6d6e8;
}

/* ----- 13-1. 転職支援サービス申し込み ----- */
#sideBar #counsellingWrap {
	background: #990000;
	padding: 6px 8px;
	color: #ffffff;
}

#sideBar #counsellingWrap a {
	position: relative;
	display: block;
	width: 300px;
	height: 52px;
	overflow: hidden;
	font-size: 20px;
}

#sideBar #counsellingWrap a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 300px;
	height: 52px;
	background: url(../images/btn_counselling.gif) no-repeat 0 0;
	cursor: pointer;
}

#sideBar #counsellingWrap a:hover span {
	background-position: 0 -52px;
}

#sideBar #counsellingWrap p {
	position: relative;
	margin-top: 10px;
	width: 301px;
	height: 22px;
	overflow: hidden;
	line-height: 1.1;
	font-size: 80%;
}

#sideBar #counsellingWrap p span {
	position: absolute;
	left: 0;
	top: 0;
	width: 301px;
	height: 22px;
	background: url(../images/img_counselling_exp.gif) no-repeat left top;
}

#sideBar #jobUnpeningsWrap {
	background: #e4e4e4;
	padding: 5px 0;
	text-align: center;
	font-size: 90%;
}

#sideBar #jobUnpeningsWrap span {
	font-size: 120%;
	font-weight: bold;
	color: #a32222;
}

/* ----- 13-2. コンサルタント紹介 ----- */
#sideBar #introductionWrap {
	margin-bottom: 3px;
	padding-bottom: 5px;
}

#sideBar #introductionWrap h2 {
	position: relative;
	width: 316px;
	height: 21px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

.contentService #introductionWrap h2 {
	background: #9999cc;
}

#sideBar #introductionWrap h2 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}

.contentService #introductionWrap h2 span {
	background-image: url(../images/h_intro_top.gif);
}

/* ----- 13-3. 転職プラスのサービスとは ----- */
#sideBar #serviceWrap {
}

#sideBar #serviceWrap h2 {
	position: relative;
	width: 316px;
	height: 23px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

#sideBar #serviceWrap h2 span {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	width: 316px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}

.contentTop #serviceWrap h2 span {
	background-image: url(../images/h_service_top.gif);
}

.contentConsul #serviceWrap h2 span {
	background-image: url(../images/h_service_consul.gif);
}

.contentKnowhow #serviceWrap h2 span {
	background-image: url(../images/h_service_knowhow.gif);
}

#sideBar #serviceWrap ul {
	width: 314px;
	height: 41px
	overflow: hidden;
	padding: 0 1px;
}

.contentTop #serviceWrap h2,
.contentTop #serviceWrap ul {
	background: #989898;
}

.contentConsul #serviceWrap h2,
.contentConsul #serviceWrap ul {
	background: #95afa2;
}

.contentKnowhow #serviceWrap h2,
.contentKnowhow #serviceWrap ul {
	background: #f3b63d;
}

#sideBar #serviceWrap ul:after {	/* 子孫セレクタのfloatを回避 */
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#sideBar #serviceWrap ul li {
	float: left;
	display: inline;
	width: 98px;
	height: 41px;
	overflow: hidden;
	margin-left: 5px;
}

#sideBar #serviceWrap ul li a {
	position: relative;
	display: block;
	width: 98px;
	height: 41px;
	overflow: hidden;
}

#sideBar #serviceWrap ul li a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 98px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

#sideBar #serviceWrap ul li a:hover span {
	background-position: 0 -41px;
}

#sideBar #serviceWrap ul .reason a span {
	background-image: url(../images/btn_service_reason.gif);
}

#sideBar #serviceWrap ul .mechanism a span {
	background-image: url(../images/btn_service_mechanism.gif);
}

#sideBar #serviceWrap ul .flow a span {
	background-image: url(../images/btn_service_flow.gif);
}

/* ----- 13-4. 企業の採用担当者様へ ----- */
#sideBar #chargeWrap {
	margin-bottom: 8px;
	padding-left: 11px;
	padding-bottom: 5px;
}

#sideBar #chargeWrap:after {	/* 子孫セレクタのfloatを回避 */
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.contentTop #chargeWrap {
	background: #989898;
}

.contentConsul #chargeWrap {
	background: #95afa2;
}

.contentKnowhow #chargeWrap {
	background: #f3b63d;
}

#sideBar #chargeWrap li {
	float: left;
}

#sideBar #chargeWrap li a {
	position: relative;
	display: block;
	height: 21px;
	overflow: hidden;
}

#sideBar #chargeWrap .reference a {
	width: 90px;
}

#sideBar #chargeWrap .charge a {
	width: 130px;
}

#sideBar #chargeWrap li a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 21px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.contentTop #chargeWrap li a span {
	background-image: url(../images/lnk_charge_top.gif);
}

.contentConsul #chargeWrap li a span {
	background-image: url(../images/lnk_charge_consul.gif);
}

.contentKnowhow #chargeWrap li a span {
	background-image: url(../images/lnk_charge_knowhow.gif);
}

#sideBar #chargeWrap .reference a span {
	width: 90px;
	background-position: 0 0;
}

#sideBar #chargeWrap .reference a:hover span {
	background-position: 0 -21px;
}

#sideBar #chargeWrap .charge a span {
	width: 130px;
	background-position: 0 0;
}

#sideBar #chargeWrap .charge a:hover span {
	background-position: 0 -21px;
}

/* ----- 13-5. バナー ----- */
#sideBar #bunnerWrap {
	padding: 0 7px 5px;
	line-height: 1;
}

#sideBar #bunnerWrap li {
	margin: 0 0 1px 1px;
}

html>/**/body #sideBar #bunnerWrap li { /*IE8*/
margin-bottom /***/:4px\9;
}
html>/**/body #sideBar #bunnerWrap li:not(:target) {/*IE9*/
 margin-bottom /***/:4px\9;
}

/* ----- 13-6. 新着転職コラム ----- */
#sideBar #columnWrap {
}

#sideBar #columnWrap h2 {
	position: relative;
	width: 316px;
	height: 21px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

.contentTop #columnWrap h2 {
	background: #999999;
}

.contentKnowhow #columnWrap h2 {
	background: #ffcc66;
}

.contentService #columnWrap h2 {
	background: #9999cc;
}

#sideBar #columnWrap h2 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}

.contentTop #columnWrap h2 span {
	background-image: url(../images/h_column_top.gif);
}

.contentKnowhow #columnWrap h2 span {
	background-image: url(../images/h_column_knowhow.gif);
}

.contentService #columnWrap h2 span {
	background-image: url(../images/h_column_service.gif);
}

/* ----- 13-7. 今週のピックアップ ----- */
#sideBar #pickupWrap {
	position: relative;
	margin-bottom: 8px;
	width: 316px;
	height: 86px;
	background: #dad0cf;
}

#sideBar #pickupWrap h2 {
	width: 316px;
	height: 86px;
	overflow: hidden;
	font-weight: bold;
}

#sideBar #pickupWrap h2 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contentTop #pickupWrap h2 span {
	background-image: url(../images/bg_pickup_top.gif);
}

.contentKnowhow #pickupWrap h2 span {
	background-image: url(../images/bg_pickup_knowhow.gif);
}

.contentService #pickupWrap h2 span {
	background-image: url(../images/bg_pickup_service.gif);
}

#sideBar #pickupWrap .textWrap {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 220px;
	height: 40px;
	overflow: hidden;
	line-height: 1.3;
	font-size: 90%;
}

#sideBar #pickupWrap .textWrap p {
	margin-top: 0;
	font-weight: bold;
}

#sideBar #pickupWrap .textWrap a {
	text-decoration: none;
}

#sideBar #pickupWrap .textWrap a:hover {
	text-decoration: underline;
}

#sideBar #pickupWrap .photoWrap {
	position: absolute;
	right: 13px;
	top: 13px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

/* ----- 13-8. 職務経歴書ガイド ----- */
#sideBar #guideWrap {
	padding-bottom: 8px;
}

#sideBar #guideWrap h2 a {
	position: relative;
	display: block;
	width: 316px;
	height: 21px;
	overflow: hidden;
	font-weight: bold;
}

.contentTop #guideWrap h2 {
	background: #999999;
}

.contentKnowhow #guideWrap h2 {
	background: #ffcc66;
}

.contentService #guideWrap h2 {
	background: #9999cc;
}

#sideBar #guideWrap h2 a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

#sideBar #guideWrap h2 a:hover span {
	background-position: 0 -21px;
}

.contentTop #guideWrap h2 a span {
	background-image: url(../images/h_guide_top.gif);
}

.contentConsul #guideWrap h2 a span {
	background-image: url(../images/h_guide_consul.gif);
}

.contentService #guideWrap h2 a span {
	background-image: url(../images/h_guide_service.gif);
}

#sideBar #guideWrap p {
	background: #fffeeb url(../images/img_guide.jpg) no-repeat right top;
	padding: 8px 120px 15px 8px;
	line-height: 1.3;
	font-size: 90%;
	Xletter-spacing: -1px;
}

/* ----- 13-9. 転職セミナー情報 ----- */
#sideBar #seminarWrap {
	padding-bottom: 8px;
}

#sideBar #seminarWrap h2 a {
	position: relative;
	display: block;
	width: 316px;
	height: 21px;
	overflow: hidden;
	font-weight: bold;
}

.contentTop #seminarWrap h2 {
	background: #999999;
}

.contentKnowhow #seminarWrap h2 {
	background: #ffcc66;
}

.contentService #seminarWrap h2 {
	background: #9999cc;
}

#sideBar #seminarWrap h2 a span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

#sideBar #seminarWrap h2 a:hover span {
	background-position: 0 -21px;
}

.contentTop #seminarWrap h2 a span {
	background-image: url(../images/h_seminar_top.gif);
}

.contentConsul #seminarWrap h2 a span {
	background-image: url(../images/h_seminar_consul.gif);
}

.contentKnowhow #seminarWrap h2 a span {
	background-image: url(../images/h_seminar_knowhow.gif);
}

.contentService #seminarWrap h2 a span {
	background-image: url(../images/h_seminar_service.gif);
}

/* ----- 13-10. 求人メール配信サービス ----- */
#sideBar #mailWrap {
	padding-bottom: 20px;
}

#sideBar #mailWrap p {
	position: relative;
	width: 316px;
	height: 100px;
	overflow: hidden;
}

#sideBar #mailWrap p span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 316px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contentTop #mailWrap p span {
	background-image: url(../images/bg_mail_top.gif);
}

.contentConsul #mailWrap p span {
	background-image: url(../images/bg_mail_consul.gif);
}

.contentKnowhow #mailWrap p span {
	background-image: url(../images/bg_mail_knowhow.gif);
}

.contentService #mailWrap p span {
	background-image: url(../images/bg_mail_service.gif);
}

#sideBar #mailWrap a {
	display: block;
	width: 188px;
	height: 30px;
	overflow: hidden;
	margin-left: 10px;
	text-indent: -9999px;
	background: url(../images/btn_mail.gif) no-repeat 0 0;
}

#sideBar #mailWrap a:hover {
	background-position: 0 -30px;
}

/* ----- 13-11. バナー ----- */
#sideBar #areaWrap {
	padding: 0 19px 15px 19px;
	width: 278px;
	line-height: 1;
}

#sideBar #areaWrap li {
	margin: 2px 0 1px 1px;
}

#sideBar #areaWrap .tokyo a {
	display: block;
	width: 278px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../common/images/img_btn_tokyo.gif) no-repeat 0 0;
}

#sideBar #areaWrap .tokyo a:hover {
	background-position: 0 -46px;
}

#sideBar #areaWrap .nagoya a {
	display: block;
	width: 278px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../common/images/img_btn_nagoya.gif) no-repeat 0 0;
}

#sideBar #areaWrap .nagoya a:hover {
	background-position: 0 -46px;
}

#sideBar #areaWrap .osaka a {
	display: block;
	width: 278px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../common/images/img_btn_osaka.gif) no-repeat 0 0;
}

#sideBar #areaWrap .osaka a:hover {
	background-position: 0 -46px;
}
/*--------------------------------------
	14. フッター部
---------------------------------------*/
#footer {
	position: relative;
	padding: 11px 15px 23px;
	background: #cccccc;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin-right: 8px;
	font-size: 90%;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

#footer p {
	position: relative;
	width: 315px;
	height: 15px;
	overflow: hidden;
	margin: 3px 0 0;
	background: url(../images/img_copyright.gif) no-repeat left top;
	font-family: helvetica, arial, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	text-indent: -9999px;
}

#footer p span {
/*
	position: absolute;
	left: 15px;
	top: 33px;
*/
}

/* ----- 14-1. このページの先頭へ ----- */
#footer .pageTopWrap {
	position: absolute;
	width: 610px;
	height: 40px;
	left: 0;
	top: 0;
	overflow: hidden;
	margin-top: -30px;
	text-align: right;
}

/* ----- 14-2. このページの先頭へ（右ナビ無しver） ----- */
.noNavigation #footer {
	margin-top: 45px;
}

.noNavigation #footer .pageTopWrap {
	width: 930px;
	height: 30px;
	left: 0;
	top: 0;
	margin: -46px 0 0 0;
	background: #ffffff;
	padding: 15px 18px 0 0;
}
