@charset "UTF-8";
/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #000000;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address,em {
	font-style: normal;
}

* html body {
	font-size: 75%;
}
*:first-child + html body {
	font-size: 75%;
}


/* 基本タグ -------------------- */

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #FFFFFF;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #000000;
}


/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* -------------------------------------------------------------------
 フォームサイズ
------------------------------------------------------------------- */

input.form_80{
	width: 80px;
}

input.form_120{
	width: 120px;
}

input.form_150{
	width: 150px;
}

input.form_200{
	width: 200px;
}

input.form_280{
	width: 280px;
}


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

div#wrap {
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

div#wrap_inner{
	padding: 5px;
}

div#ct-area {
	width: 720px;
	margin: 10px 0px 0px 0px;
}
div#ct-area-regist {
	width: 750px;
	margin: 10px 0px 0px 0px;
}


div#ct-left {
	width: 476px;
	float: left;
}

div#ct-right {
	width: 234px;
	float: right;
}

div#ct-left2 {
	width: 350px;
	float: left;
}

div#ct-right2 {
	width: 350px;
	float: right;
}


/* -------------------------------------------------------------------
 ヘッダー(INDEX基本)
------------------------------------------------------------------- */

div#hd {
	width: 720px;
	height: 54px;
}

#hd .Catch {
	font-size: 11px;
	position: absolute;
	top: inherit;
	left: inherit;
}

div#hd h1{
	width: 335px;
	position: absolute;
	float: left;
	height: 40px;
	top: 20px;
	left: inherit;
}

div#hd .title {
	width:335px;
	float:left;
}

div#hd .login_box{
	width: 344px;
	height: 40px;
	float: right;
	background: url(../image/hd_login_bg.gif) no-repeat;
	position: relative;
	border: none;
	margin: 5px 0px 5px 0px;
}

div#hd .login_box table{
	margin: 2px 0px 0px 40px;
}

div#hd .login_box table th{
	text-align: left;
	padding-bottom: 2px;
}

div#hd .login_box table td{
	padding-left: 5px;
	padding-bottom: 2px;
}

div#hd .login_box p.btn_login{
	position: absolute;
	right: 40px;
	bottom: 0px;
}

*html div#hd .login_box p.btn_login{
	position: absolute;
	right: 40px;
	bottom: 3px;
}

div#hd .logout_box{
	width: 100px;
	height: 40px;
	float: right;
	position: relative;
	border: none;
}

div#hd .logout_box p.btn_logout{
	position: absolute;
	right: 40px;
	bottom: 0px;
}

*html div#hd .logout_box p.btn_logout{
	position: absolute;
	right: 40px;
	bottom: 3px;
}

/* -------------------------------------------------------------------
 グローバルメニュー（ログイン前、ログイン後）
------------------------------------------------------------------- */
div#gl_menu{
	width: 720px;
	/* border-bottom: 6px solid #FF0000; */
	border-bottom: 6px solid #E60012;
}

div#gl_menu ul{
}

div#gl_menu li{
	float: left;
	margin-right: 1px;
	width: 102px;
	height: 48px;
}

div#gl_menu li.end{
	margin-right: 0px;
}

div#gl_menu li span{
	text-indent: -9999px;
	display: block;
	width: 102px;
	height: 48px;
}

div#gl_menu li a{
	text-indent: -9999px;
	display: block;
	width: 102px;
	height: 23px;
	margin-top: 25px;
}

/* -------------------------------------------------------------------
 ここから個別ボタン
 現在位置表示は"class名_current"で対応
------------------------------------------------------------------- */
/* トップ -------------------- */
div#gl_menu li a.top{
	background: url(../image/gl_menu_top.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.top{
  background-position:0px -23px;
}

div#gl_menu li a.top_current{
	background: url(../image/gl_menu_top.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* MYトップ -------------------- */
div#gl_menu li a.mytop{
	background: url(../image/gl_menu_mytop.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.mytop{
  background-position:0px -23px;
}

div#gl_menu li a.mytop_current{
	background: url(../image/gl_menu_mytop.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* 企業検索 -------------------- */
div#gl_menu li a.company_search{
	background: url(../image/gl_menu_com_search.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.company_search{
  background-position:0px -23px;
}

div#gl_menu li a.company_search_current{
	background: url(../image/gl_menu_com_search.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* メッセージ -------------------- */
div#gl_menu li a.message{
	background: url(../image/gl_menu_message.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.message{
  background-position:0px -23px;
}

div#gl_menu li a.message_current{
	background: url(../image/gl_menu_message.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* 受信箱 -------------------- */
div#gl_menu li a.receptionbox{
	background: url(../image/gl_menu_receptionbox.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.receptionbox{
  background-position:0px -23px;
}

div#gl_menu li a.receptionbox_current{
	background: url(../image/gl_menu_receptionbox.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* ブックマーク -------------------- */
div#gl_menu li a.bookmark{
	background: url(../image/gl_menu_bookmark.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.bookmark{
  background-position:0px -23px;
}

div#gl_menu li a.bookmark_current{
	background: url(../image/gl_menu_bookmark.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* スケジュール -------------------- */
div#gl_menu li a.schedule{
	background: url(../image/gl_menu_schedule.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.schedule{
  background-position:0px -23px;
}

div#gl_menu li a.schedule_current{
	background: url(../image/gl_menu_schedule.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* myスケジュール -------------------- */
div#gl_menu li a.mySchedule{
	background: url(../image/gl_menu_myschedule.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.mySchedule{
  background-position:0px -23px;
}

div#gl_menu li a.mySchedule_current{
	background: url(../image/gl_menu_myschedule.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}



/* ムービー履歴書 -------------------- */
div#gl_menu li a.history{
	background: url(../image/gl_menu_history.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu li a:hover.history{
  background-position:0px -23px;
}

div#gl_menu li a.history_current{
	background: url(../image/gl_menu_history.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:0px -48px;
}

/* 就職支援 -------------------- */
div#gl_menu li a.support{
	background: url(../image/gl_menu_support.gif) no-repeat;
  background-position:-1px 0px;
}

div#gl_menu li a:hover.support{
  background-position:-1px -23px;
}

div#gl_menu li a.support_current{
	background: url(../image/gl_menu_support.gif) no-repeat;
	margin-top: 0px;
	height: 48px;
  background-position:-1px -48px;
}


/* -------------------------------------------------------------------
 企業詳細ページ　ヘッダー
------------------------------------------------------------------- */
div#hd_detail {
	width: 720px;
	border-bottom: 5px solid #E60012;
}

div#hd_detail h1{
	margin-top: 5px;
	float: right;
	width: 245px;
}

div#gl_menu_detail{
	float: left;
	width: 210px;
}

div#gl_menu_detail ul{
}

div#gl_menu_detail li{
	float: left;
	margin-right: 1px;
	width: 102px;
	height: 41px;
}

div#gl_menu_detail li.end{
	margin-right: 0px;
}

div#gl_menu_detail li span{
	text-indent: -9999px;
	display: block;
	width: 102px;
	height: 41px;
}

div#gl_menu_detail li a{
	text-indent: -9999px;
	display: block;
	width: 102px;
	height: 23px;
	margin-top: 18px;
}

/* -------------------------------------------------------------------
 ここから個別ボタン
 現在位置表示は"class名_current"で対応
------------------------------------------------------------------- */
/* 企業概要 -------------------- */
div#gl_menu_detail li a.outline{
	background: url(../image/gl_menu_outline.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu_detail li a:hover.outline{
  background-position:0px -23px;
}

div#gl_menu_detail li a.outline_current{
	background: url(../image/gl_menu_outline.gif) no-repeat;
	margin-top: 0px;
	height: 41px;
  background-position:0px -57px;
}

/* 採用データ -------------------- */
div#gl_menu_detail li a.careers_data{
	background: url(../image/gl_menu_careers_data.gif) no-repeat;
  background-position:0px 0px;
}

div#gl_menu_detail li a:hover.careers_data{
  background-position:0px -23px;
}

div#gl_menu_detail li a.careers_data_current{
	background: url(../image/gl_menu_careers_data.gif) no-repeat;
	margin-top: 0px;
	height: 41px;
  background-position:0px -57px;
}


/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */
h1.title_bar{
	width: 720px;
	height: 25px;
	line-height: 210%;
	vertical-align: middle;
	text-indent: 20px;
	background: url(../image/title_bar.gif) no-repeat;
}

h2.title_bar{
	width: 476px;
	height: 25px;
	line-height: 210%;
	vertical-align: middle;
	text-indent: 20px;
	background: url(../image/title_bar.gif) no-repeat;
}

h1.notice_bar{
	height: 25px;
	line-height: 210%;
	vertical-align: middle;
	text-indent: 20px;
	background: url(../image/notice_bar.gif) no-repeat;
}

td.logout {
	height: 25px;
	width: 50px;
	background-color:red;
	background: url(../image/hd_login_bg.gif) no-repeat;
}

/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
#footer{
	clear: both;
	width: 720px;
	margin: 30px auto;
	text-align: center;
}

#footer ul{
	clear: both;
}

#footer ul#pr{
	margin: 5px 0;
	font-size: 0.85em;
	line-height: 1.5;
}

#footer ul#pr span{
	letter-spacing: -1px;
}

#footer li{
	display: inline;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid #000000;
	line-height: 1.3em;
}

#footer li.lastItem{
	border-right: none;
}

#footer p{
	clear: both;
	margin: 1em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer img {
	margin-left: 5px;
	vertical-align: middle;
}

div#ft {
	width: 720px;
	height: 80px;
	background: #FFFFCC;
}

#copyright {
	width: 720px;
	margin: 10px auto 0px auto;
	border-top: 1px solid #990000;
	position:relative;
}
#copyright .p1 {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align:left;
	width: 350px;
	margin: 0px;
	position:relative;
	float:left;
	clear:none;
	padding: 0px 0px 0px 10px;
}
#copyright .p2 {
	width: 350px;
	margin: 0px;
	text-align:right;
	position:relative;
	float:right;
	clear:none;
	padding: 0px 10px 0px 0px;
}

/* カラーレッド */
.RED{
	color: #e20505;
}

/* IE6用バグ回避要素 */
.IE6BUG {
	clear: both;
	display: none;
}
.CLEAR {
	float:none;
	clear:both;
	display:block;
	color:transparent;
	height:1px;
	width:1px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-size:1px;
}
#hd_detail .Catch {
	width: 720px;
	font-size: 9px;
	text-align: right;
}
.caption_red {
	color:#FF0000;
	font-size : 90%;
}