@charset "utf-8";

/*-----------------------------------------全体設定-----------------------------------------*/
/*ボディ*/
body {
	font-family:Arial;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background-image: url(../img/bg_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EEEEEF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*リンク*/
a {
	color:#005CA7;
}


body#kari {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background-image: url(../img/bg_main_kari.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EEEEEF;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


/*-----------------------------------------レイアウト設定-----------------------------------------*/
/*ヘッダー*/
div#header {
	padding: 0px;
	width: 956px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	text-align:left;
}
div#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#header {
    height: 1em;
    overflow: visible;
}
/**/

/*メニュー*/
div#menu {
	clear:both;
	margin:0;
	padding:0;
}


/*コンテナ（コンテンツ＋右）*/
div#container{
	width:963px;
	margin:-3px auto 0px auto;
	padding:0;
	background-image:url(../img/bg_contents.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}
div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/
html>/**/body div#container{
	margin-top:-1px;
}

/*コンテンツ*/
div#contents {
	float:left;
	width:689px;
	padding:10px 0 10px 0;
	margin:0 0 0 10px;
	text-align:left;
}
html>body div#contents {
	margin:0 0 0 20px;
}

/*右*/
div#right {
	margin-left:715px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding:10px 0 10px 0;
}
/*\*/
* html div#right {
	float:left;
	margin-left:6px;
	background-image:url(../img/bg_side.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding:10px 0 10px 0;
}
/**/

/*フッター*/
div#footer {
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
	text-align:center;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#D2D2D2;
	clear:both;
}

/*\*/
/** html div#footer {
	background-image:url(../img/bg_footer_ie6.gif);
}*/

*+ html div#footer {
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
	text-align:center;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#D2D2D2;
	clear:both;
}
/**/




/*-----------------------------------------ヘッダー設定-----------------------------------------*/
/*ロゴ周り*/
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*上部ボタン周り*/
div#headermenu {
	float:left;
	height:24px;
	margin-left:290px;
}

#headermenu p {
	font-weight:bold;

}



/*-----------------------------------------メニュー設定-----------------------------------------*/
#menu ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li{
	display:inline;
	float:left;
	line-height:0;
	text-decoration:none;
}
#menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
*+html #menu table {
	margin-bottom:3px;
}
* html #menu table {
	margin-bottom:3px;
}


/*-----------------------------------------右設定-----------------------------------------*/
/*下層メニュー囲み*/
div#sidemenu {
	background-image: url(../img/bg_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto 20px auto;
	padding: 0 0 10px 0;
	width: 191px;
	text-align:left;
}

/*下層メニュー親階層*/
#sidemenu h2 {
	background-image: url(../img/bg_midashi_sidemenu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 0px 0px 15px;
	height: 36px;
	width: 176px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

/*下層メニュー項目*/
#sidemenu ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:100%;
}
#sidemenu li {
	background-image:url(../img/bg_sidemenu_off.gif);
	background-repeat:no-repeat;
	height:23px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}
#sidemenu li.two {
	background-image:url(../img/bg_sidemenu_off_2line.gif);
	background-repeat:no-repeat;
	height:33px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}
#sidemenu li.three {
	background-image:url(../img/bg_sidemenu_off_3line.gif);
	background-repeat:no-repeat;
	height:42px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}
#sidemenu a {
	color:#333333;
	text-decoration:none;
}
#sidemenu li#now {
	background-image:url(../img/bg_sidemenu_on.gif);
	color:#2885CA;
}
#sidemenu li#now2 {
	background-image:url(../img/bg_sidemenu_on_2line.gif);
	color:#2885CA;
	height:33px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}
#sidemenu li#now3 {
	background-image:url(../img/bg_sidemenu_on_3line.gif);
	color:#2885CA;
	height:42px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}

/*お問い合わせ囲み*/
div#contact {
	background-image: url(../img/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto 20px auto;
	padding: 0 0 10px 0;
	width: 191px;
	text-align:center;
	font-size:12px;
}

/*お問い合わせ見出し*/
#contact h2 {
	margin:0;
	padding:0;
}

/*お問い合わせテキスト*/
#contact p{
	width:170px;
	margin:0 auto;
	color:#289500;
	text-align:left;
	font-size:12px;
}

#contact a {
	text-decoration:none;
}



/*-----------------------------------------コンテンツ設定-----------------------------------------*/
/*パンくずリスト*/
#breadcrumb2 {
	text-align:left;
	padding-top:10px;
	padding-left:20px;
}
#breadcrumb a,
#breadcrumb2 a{
	color:#333333;
	text-decoration:none;
}

/*本文*/
div.honbun {
	width: 645px;
	margin-left:22px;
}

/*強調*/
/*em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}*/

/*囲み記事*/
p.kakomi {
	background-color: #F4F1E9;
	padding: 5px;
}

/*ページトップ*/
p.pagetop {
	text-align: right;
}
.pagetop a {
	color: #333333;
	text-decoration: none;
}





/*-----------------------------------------フッター設定-----------------------------------------*/
#footermenu a{
	color:#333333;
	text-decoration:none;
}

#footermenu a:hover {
	color:#FF9900;
	text-decoration:underline;
}

div#footermenu,
div#copyright {
	width:863px;
	margin:0 auto;
	padding:0;
	text-align:left;
	line-height:180%;
}

/*\*/
*html div#copyright {
	width:863px;
	margin:20px auto 10px;
	padding:0;
	text-align:left;
	line-height:180%;
}





/*-----------------------------------------よくある質問設定-----------------------------------------*/
p.question {
	background-image: url(../img/service/faq/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.question a {
	color: #333333;
	text-decoration: none;
}
p.answertitle {
	background-image: url(../img/service/faq/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
p.answer {
	padding-left: 40px;
	margin-bottom:20px;
}
p.voice {
	margin-left: 258px;
}
p.voicetitle {
	background-image: url(../img/japan/interview/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	border-bottom:1px dotted #EE4A4A;
	font-weight:bold;
}
h3.base {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	display: inline;
}
h2.mainmidashi {
	font-size: 18px;
	background-image: url(../img/bg_midashi.gif);
	height: 43px;
	padding-left: 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
h2.submidashi {
	font-size: 18px;
	background-image: url(../img/bg_submidashi.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-top: 7px;
}
h3.submidashi {
	font-size: 16px;
	background-image: url(../img/bg_submidashi.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-top: 7px;
}
p.midashi{
	font-size: 16px;
	font-weight: bold;
}.catch {
	background-image: url(../img/service/comparison/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-weight: bold;
}
td.ex {
	background-image: url(../img/service/comparison/bg_ex.gif);
	background-repeat: repeat-y;
	padding: 5px 10px;
}
td#ad01 {
	background-image: url(../img/service/advice/bg01.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 57px;
}
td#ad02 {
	background-image: url(../img/service/advice/bg02.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 57px;
}
td#ad03 {
	background-image: url(../img/service/advice/bg03.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 57px;
}
div#ad01-2 {
	background-image: url(../img/service/advice/bg01-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 664px;
	padding-left: 25px;
}
div#ad02-2 {
	background-image: url(../img/service/advice/bg02-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 664px;
	padding-left: 25px;
}
div#ad03-2 {
	background-image: url(../img/service/advice/bg03-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 664px;
	padding-left: 25px;
}
h2#ad {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 70px;
	height: 47px;
}
h2.table {
	font-size: 18px;
	margin:0;
	padding:0 0 5px 10px;
}select#new {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
}
td.newtable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.newtable a {
	text-decoration: none;
}
p#newdate {
	text-align: right;
}
h3#newmidashi {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E90E0E;
	padding-left: 15px;
}
p.newhonbun {
	margin-right: 10px;
	margin-left: 10px;
}
#num {
	font-size: 18px;
	font-weight: bold;
}

#sidemenu li.kanrimenu {
	background-image:url(../img/job/bg_kanrimenu.gif);
	background-repeat:no-repeat;
	height:27px;
	padding-left:40px;
	padding-right:10px;
	padding-top:10px;
}
#sidemenu li#kanri {
	background-image: url(../img/job/bg_kanri.gif);
	background-repeat:no-repeat;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
td.kyujinmenu {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.kyujinmenu a {
	text-decoration: none;
}
#kyujinmenu_last {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td.kyujinichiran {
	background-image: url(../img/job/bg_list.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:10px;
}
.hissu {
	color: #CC0000;
}
td#adtop {
	background-image: url(../img/service/advice/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	height: 24px;
	padding-left: 50px;
	padding-top: 13px;
}
#adlink a {
	color: #333333;
	text-decoration: none;
}

/*-----------------------------------------その他-----------------------------------------*/

.detail2 {
	border-top-color:#CCCCCC; 
	border-top-style:dotted; 
	border-top-width:1px;
	}
	
.detail2 td {
	border-bottom-color: #666666; 
	border-bottom-style:dotted; 
	border-bottom-width:1px;
	}
	
.step_navi {
	margin-top: 30px;
	}

.step_navi img {
	margin-right: 5px;
	}
	
#sitemap a {
	color: #333333;
	text-decoration: none;
}
#sitemap a:hover {
	color:#FF9900;
	text-decoration:underline;
}

.sitemap {
	line-height: 30px;
	}

.final_navi {
	margin-left: 150px;
	margin-bottom: 70px;
	line-height: 40px;
	}

.final_navi img {
	margin-right: 5px;
	}

/*
====== MESSAGE ============================================/
*/
div#message {
	border:2px solid #FFF999;
	background-color: #FFFFDD;
	margin:20px;
	padding:20px;
}

div#err_msg {
	border: 2px solid red;
	margin:20px;
	padding: 20px;
}
/*
====== FORM_ITEM ============================================/
*/
span.required_item {
	color:red;
}
span.error_input {
	color:red;
}
span.error_input input,
span.error_input select,
span.error_input textarea {
	background-color:#FFDDFF;
}


table.working_history_table {

}
table.working_history_table th {
	font-weight: normal;
	background-color: #EAF6E6;
}
table.working_history_table td {
	background-color: #F3FAF1;
}

/*-----------------------------------------新着情報-----------------------------------------*/

td.newtable {
	border-bottom:#999999 dashed 1px;
	padding:10px 0px;
}


