@charset "utf-8";
/* 共通設定 */

body {/*ブラウザスタイルの初期化*/
	font: 100%;
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 に */
	padding: 0;/*IE 5* ブラウザではコンテナが中央揃えに。テキストは、#container セレクタの初期設定である左揃えに設定 */
	color: #000000;
	text-align:center;
	letter-spacing:0;/*IE7ページの拡大対策*/
}

br {letter-spacing:0;}/*IE7ページの拡大対策*/

html {/*firefoxで縦スクロールバーを常に表示させて中央揃えの位置がずれるのを防ぐ*/
	overflow-y:scroll;}

img {/*画像の枠線を常に非表示*/
	border:none;
}

div#container {
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	padding: 0;
	background: url(images/container_bg.jpg) repeat-y;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
	width: 780px;
	
}

div#header {
	margin:0;
	padding:0;
	background: url(images/header_bg.jpg) no-repeat;
}
div#top_navi {
	margin:0;
	padding: 5px 15px 3px  0;
	background: #FFFFFF;
	border-bottom:#CCCCCC 1px solid;
	border-right:#FFFFFF 3px solid;
	border-left:#FFFFFF 1px solid;
	font-size: 80%;
	text-align:right;
}
div#top_navi a {
	color: #666666;
	text-decoration:none;
}
div#top_navi a:hover {
	color: #0066FF;
	text-decoration: underline;
}

div#logo_area {
	margin:0;
	padding:10px 6px 0 0;
	height:40px;
}
img.lftfloat {
	float:left;
}
img.rgtfloat {
	float:right;
	margin-left:5px;
}

/*　ナビゲーション部設定　*/

div#r_navi {
	margin:0;
	padding:0;
	height:25px;
	overflow:hidden;
}

#r_navi ul {
	margin: 0;
	padding:0 0 0 1px;
}

#r_navi li {
	margin:0;
	display:inline;
	list-style-type:none;
}

#r_navi li a{
	height:25px;
	display: block;
	float:left;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}
/*------トップナビ  link*/
li#recruit-top- a{ 
	background: url(images/r_navi1-.gif) no-repeat 0 0;
	width:203px;
}
li#company-info- a{ 
	background: url(images/r_navi1-.gif) no-repeat -203px 0;
	width:140px;
}
li#recruit-info- a{ 
	background: url(images/r_navi1-.gif) no-repeat -343px 0;
	width: 130px;
}
li#voice- a{ 
	background: url(images/r_navi1-.gif) no-repeat -473px 0;
	width: 150px;
}
li#inquiry- a{ 
	background: url(images/r_navi1-.gif) no-repeat -623px 0;
	width: 150px;
}
/*------トップナビ（ロールオーバー）link hover*/

li#recruit-top- a:hover{ 
	background: url(images/r_navi2-.gif) no-repeat 0 0;
	width:203px;
}
li#company-info- a:hover{ 
	background: url(images/r_navi2-.gif) no-repeat -203px 0;
	width:140px;
}
li#recruit-info- a:hover{ 
	background: url(images/r_navi2-.gif) no-repeat -343px 0;
	width: 130px;
}
li#voice- a:hover{ 
	background: url(images/r_navi2-.gif) no-repeat -473px 0;
	width: 150px;
}
li#inquiry- a:hover{ 
	background: url(images/r_navi2-.gif) no-repeat -623px 0;
	width: 150px;
}

/*------トップナビlink*/
li#recruit-top a{ 
	background: url(images/r_navi1.gif) no-repeat 0 0;
	width:203px;
}
li#company-info a{ 
	background: url(images/r_navi1.gif) no-repeat -203px 0;
	width:140px;
}
li#recruit-info a{ 
	background: url(images/r_navi1.gif) no-repeat -343px 0;
	width: 130px;
}
li#voice a{ 
	background: url(images/r_navi1.gif) no-repeat -473px 0;
	width: 150px;
}
li#inquiry a{ 
	background: url(images/r_navi1.gif) no-repeat -623px 0;
	width: 150px;
}
/*------トップナビ（ロールオーバー）link hover*/

li#recruit-top a:hover{ 
	background: url(images/r_navi2.gif) no-repeat 0 0;
	width:203px;
}
li#company-info a:hover{ 
	background: url(images/r_navi2.gif) no-repeat -203px 0;
	width:140px;
}
li#recruit-info a:hover{ 
	background: url(images/r_navi2.gif) no-repeat -343px 0;
	width: 130px;
}
li#voice a:hover{ 
	background: url(images/r_navi2.gif) no-repeat -473px 0;
	width: 150px;
}
li#inquiry a:hover{ 
	background: url(images/r_navi2.gif) no-repeat -623px 0;
	width: 150px;
}
.text-hidden {
	visibility:hidden;
}
/*パンくずナビ*/
div#crumb {
	margin:0;
	padding:2px 0 3px 20px;
	font-size:80%;
}
/*メインエリア（sidebar+mainContent外枠）*/
div#main_area {
	margin:0 0 0 1px;
	padding:0;
	background: url(images/main_area_bg2.gif) repeat-y;
	font-size:90%;
	width:780px;
}
div#mainContent {
	font-size:90%;
}
/*sidebar　サイドメニュー設定*/
div#sidebar {
	margin:0;
	padding:0;
	float:left;
	width: 180px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	width:180px;
}

#sidebar li {
	list-style-type:none;
	font-size:90%;
	text-indent:10px;
	width:176px;
}
*html #sidebar li {
	font-size:12px;
}

#sidebar li a{
	color:#333333;
	display:block;
	text-decoration:none;
}

#sidebar li a:visited {
	color:#333333;
}
#sidebar li a:hover {
	color:#990000;
}

li#company {
	padding:4px 2px;
	background: #B9CCEA;
	border-top: #CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#uis_about a {
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#profile a {
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#annual_event a {
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#training-welfare a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#side_recruit_info {
	padding:4px 2px;
	background: #B9CCEA;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;

}
li#hr_needs a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#jinji a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#guidelines a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#schedule a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#faq a{
	padding:4px 2px;
	background: #F6F6F6;
	text-indent:18px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}
li#side_voice a{
	padding:5px 2px;
	background: #B9CCEA;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	width:175px;
}

/*サイドメニュー------link*/
/*li#company {
	background: url(images/sidebar_menu1.gif) no-repeat 0 0;
	width:180px;
}
li#uis_about a {
	background: url(images/sidebar_menu1.gif) no-repeat 0 -22px;
	text-indent:18px;
	width:180px; 
}
li#profile a {
	background:url(images/sidebar_menu1.gif) no-repeat 0 -44px;
	text-indent:18px;
	width:180px;
}
li#annual_event a {
	background: url(images/sidebar_menu1.gif) no-repeat 0 -66px;
	text-indent:18px;
	width:180px;
}
li#training-welfare a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -88px;
	text-indent:18px;
	width:180px;
}
li#side_recruit_info {
	background:url(images/sidebar_menu1.gif) no-repeat 0 -110px;
	width:180px;
}
li#hr_needs a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -132px;
	text-indent:18px;
	width:180px;
}
li#jinji a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -154px;
	text-indent:18px;
	width:180px;
}
li#guidelines a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -176px;
	text-indent:18px;
	width:180px;
}
li#schedule a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -198px;
	text-indent:18px;
	width:180px;
}
li#faq a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -220px;
	text-indent:18px;
	width:180px;
}
li#side_voice a{
	background:url(images/sidebar_menu1.gif) no-repeat 0 -242px;
	width:180px;
}
*/
div#entry_link {
/*  2008.10.22
	margin: 10px 0 10px 2px;
*/	margin: 10px 0 10px 3px;
	background:url(images/entry_link_bg.gif) no-repeat;
  /*2008.10.22*/
	height:137px;
	/*height:267px;(2009.02.23変更）*/
}
img.entry_mynavi {
/*  2008.10.22
	margin: 34px 0 7px 4px;
*/	margin: 27px 0 5px 7px;
}
img.entry_rikunabi {
/*  2008.10.22
	margin: 0 0 0 4px;
*/	margin: 0 0 0 7px;
	}
img.schedule_entry_mynavi {
	margin: 2px 0 6px 20px;
}
img.schedule_entry_rikunabi {
	margin: 2px 0 6px 20px;
	}
p.bkto_pagetop {/*ページトップへ戻る*/
	margin-top:40px;
	text-align:right;
}
p.bkto_pagetop a {
	background: url(images/bkto_pagetop.gif) no-repeat;
	height:12px;
	width:120px;
}
/*フッター設定*/
div#footer {
	clear:both;
	margin:0;
	padding:5px 0 3px 10px;
	background: url(images/footer-bg.gif) no-repeat;
	font-size:80%;
}
div#footer a {
	color: #666666;
	text-decoration:none;
}
div#footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}


address {
	margin:-15px 10px 0 0;
	color:#999999;
	font-style:normal;
	text-align:right;
}
