@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	line-height: 180%;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {color:#000;}

body {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../img/list/contents_bg2.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	background-color:#e6e6e6;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.6ex;
	text-align: left;
	color: #000000;
}

.text_space { 
    width:370px;
}

img {
    border: 0px;
}

.abc {
	line-height:0;
	font-size: 0;
	height:0px;
	text-indent: -9999;
}

a:link    {color:#005859;}
a:visited {color:#660000;}
a:active  {color:#0154fd;}
a:hover   {
	color:#005859;
}

.clear {clear: both;}

.nvi {
	margin-left:0px;
	margin-right: 0px;
}

h1 {
    margin:0px;
	padding:0px;
}
h2 {
    margin:0px;
	padding:0px;
}

h3 {
    margin:0px;
	padding:0px;
}

/* 文字装飾
---------------------------------------------------- */
.style1 {color: #FF3300}
.style2 {
	color: #009933;
	font-size:1.5ex;
	font-weight: normal;
}
.style3 {
	color: #FF3300;
	font-size:1.8ex;
	font-weight: normal;
}         

.style4 {
	color: #000000;
	font-size:1.6ex;
	font-weight: normal;
}

.style6 {
	color:#FF33FF;
	font-size: 1.8ex;
}

.style7 {color: #FF6600}


.style8 {
	color: #006600
}
.style9 {
	color: #FF0000
}

/* レイアウト設定
---------------------------------------------------- */
#shadow {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wraper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	height: 85px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background-image:url(../img/common/head.gif);
	background-repeat: no-repeat;

}

body:first-of-type #header {
	height: 85px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background-image:url(../img/common/head.gif);
	background-repeat:no-repeat;
	margin-top:-1px;
}

#logo {
	float: left;
	padding-left: 0px;
	margin-top: 13px;
	height: 71px;
}

#main_img {
	width:1000px;
	height:431px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
}

* html #main_img{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#main_img_2 {
	width:1000px;
	height:200px;
	margin-left: atuo;
	margin-right: auto;
	margin-top: -1px;
	clear:both;
}



/* ヘッダーナビ設定
---------------------------------------------------- */

#headernavi {
	margin-top: 50px;
	float: right;
	width: 456px;
	height: 26px;
}



#headernavi ul {
	font-size:12px;
	color:#333333;
}

#headernavi ul li {
	float:left;
	width: 106px;
	list-style-type: none;
}



/* グローバルナビ設定
---------------------------------------------------- */
#g {
	width:1000px;
	clear: both;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 4px;
}

#g_navi {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height: 50px;
	list-style-type: none;
	background-image:url(../img/common/g_navi_demo.jpg);
	font-size:8px;
}

#g_navi a span {
    display:none;
}

#g_navi li {
    float:left;
	width:100px;
}

#g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 50px;
	padding-top: 50px;
	color: #FFFFFF;
	background-image:url(../img/common/g_navi_demo.jpg);
}

#g_navi a:hover, #g_navi a:visited{
    display:block;
	text-decoration:none;
}
#g_navi a:hover .setumei {
    display:block;
	position:absolute;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:51px;
	width:400px;
	line-height:1.5em;
}
*html #g_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-332px;
	width:400px;
	line-height:1.5em;
}
*+html #g_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-335px;
	width:400px;
	line-height:1.5em;
}



/*　オフマウス時　*/
#nav01 a { background-position: 0      0; }
#nav02 a { background-position: -100px 0; }
#nav03 a { background-position: -200px 0; }
#nav04 a { background-position: -300px 0; }
#nav05 a { background-position: -400px 0; }
#nav06 a { background-position: -500px 0; }
#nav07 a { background-position: -600px 0; }
#nav08 a { background-position: -700px 0; }
#nav09 a { background-position: -800px 0; }
#nav10 a { background-position: -900px 0; }


/*　選択済み　*/
#nav01 a.stay { background-position:  0     -50px; }
#nav02 a.stay { background-position: -100px -50px; }
#nav03 a.stay { background-position: -200px -50px; }
#nav04 a.stay { background-position: -300px -50px; }
#nav05 a.stay { background-position: -400px -50px; }
#nav06 a.stay { background-position: -500px -50px; }
#nav07 a.stay { background-position: -600px -50px; }
#nav08 a.stay { background-position: -700px -50px; }
#nav09 a.stay { background-position: -800px -50px; }
#nav10 a.stay { background-position: -900px -50px; }


/*　オンマウス時　*/
#nav01 a:hover { background-position:  0     -50px; }
#nav02 a:hover { background-position: -100px -50px; }
#nav03 a:hover { background-position: -200px -50px; }
#nav04 a:hover { background-position: -300px -50px; }
#nav05 a:hover { background-position: -400px -50px; }
#nav06 a:hover { background-position: -500px -50px; }
#nav07 a:hover { background-position: -600px -50px; }
#nav08 a:hover { background-position: -700px -50px; }
#nav09 a:hover { background-position: -800px -50px; }
#nav10 a:hover { background-position: -900px -50px; }




#pankuzu {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height: 25px;
	list-style-type: none;
	background-repeat: no-repeat;
}

#pankuzu li {
	float:left;
	margin-left:20px;
	margin-top: 10px;
	font-size: 11px;
}


/* サイドナビ設定
---------------------------------------------------- */

/* サイドナビ設定
---------------------------------------------------- */

#s_navi {
	width: 191px;/* ir{bNX */
	height:215px;
	overflow:hidden;
	background-image: url(../img/common/side_nav.gif) repeat-x left top;
	background-repeat: repeat-y;
	margin-bottom: 15px;
	margin-top: 10px;
	text-indent: -9999px;
}

#s_navi ul {
	width:191px;
	height: 36px;
	list-style-type: none;
}
#s_navi li {
	width:191px;
	height:36px;
}
#s_navi li a {
	display: block;
	width: 191px;
	height: 36px!important;
	height /**/: 36px;
	padding-left:191px;
	color: #FFFFFF;
	background-image: url(../img/common/side_nav.gif);
}

/*オフマウス*/
#s_navi01 a { background-position: 0      0; }
#s_navi02 a { background-position: 0 -36px; }
#s_navi03 a { background-position: 0 -72px; }
#s_navi04 a { background-position: 0 -108px; }
#s_navi05 a { background-position: 0 -144px; }
#s_navi06 a { background-position: 0 -179px; }


/*ステイ*/
#s_navi01 a.stay { background-position: -191px  0px; }
#s_navi02 a.stay { background-position: -191px -36px; }
#s_navi03 a.stay { background-position: -191px -72px; }
#s_navi04 a.stay { background-position: -191px -108px; }
#s_navi05 a.stay { background-position: -191px -144px; }
#s_navi06 a.stay { background-position: -191px -179px; }

/*オンマウス*/
#s_navi01 a:hover { background-position: -191px  0px; }
#s_navi02 a:hover { background-position: -191px -36px; }
#s_navi03 a:hover { background-position: -191px -72px; }
#s_navi04 a:hover { background-position: -191px -108px; }
#s_navi05 a:hover { background-position: -191px -144px; }
#s_navi06 a:hover { background-position: -191px -179px; }

/* 2ndページグローバルナビ設定
---------------------------------------------------- */

#p_navi {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height: 37px;
	background:#FFFFFF url(../img/common/g_navi_2.gif) repeat-x left top;
}

#p_navi ul {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	list-style-type: none;
}

#p_navi li {
    float:left;
	width:333px;
}

#p_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 36px;
	padding-top: 36px;
	color: #FFFFFF;
	background-image:url(../img/common/g_navi_2.gif)
}

/*オフマウス*/
#pnav01 a { background-position: 0      0; }
#pnav02 a { background-position: -333px 0; }
#pnav03 a { background-position: -666px 0; }

/*ステイ*/
#pnav01 a.stay { background-position:  0     -36px; }
#pnav02 a.stay { background-position: -333px -36px; }
#pnav03 a.stay { background-position: -666px -36px; }


/*オンマウス*/
#pnav01 a:hover { background-position:  0     -36px; }
#pnav02 a:hover { background-position: -333px -36px; }
#pnav03 a:hover { background-position: -666px -36px; }


/* コンテンツ設定
---------------------------------------------------- */
#main_contents {
	height: auto;
	width: 1000px;
	padding: 0;
	background-color:#FFFFFF;
}

#box {
	height: auto;
	width: 1000px;
	background-repeat: repeat;
}




/* 左コンテンツ設定
---------------------------------------------------- */

#left {
	width:766px;
	height: auto;
	float: left;
	padding: 0;
	margin-left: 21px;
}

*html #left {
	width:766px;
	height: auto;
	float: left;
	padding: 0;
	margin-left: 13px;
}

.login {
    background-color:#FFFFFF;
}



#detail_img {
	float:left;
	width:200px;
	margin-top:15px;
}

#detail_img img {
	border:#26948a solid 1px;
	margin-top:23px;
}

#detail_text {
	float:left;
	width:540px;
	margin:15px 0 0 20px;
	background-image: url(../img/detail/h2/bg.gif);
	background-repeat:no-repeat;
}

#detail_text p {
    font-size:100%;
	color:#000000;
}

#detail_box {
	margin-left:auto;
	margin-right:auto;
	width:530px;
	margin-top:10px;
}

#detail_box2 {
	float:left;
	width:250px;
}

#detail_box3 {
	float:left;
	width:250px;
	margin-left:30px;
}

.td_1 {
    border-bottom:dotted #999999 1px;
	width:120px;
	padding-left:10px;
	font-size:80%;
}

.td_1b {
    border-bottom:dotted #999999 1px;
	width:120px;
	padding-left:10px;
	font-size:80%;
	background-color:#d2f2ef;
}

.td_2 {
	border-bottom:dotted #999999 1px;
	width:120px;
	font-size:80%;
}

.td_2b {
	border-bottom:dotted #999999 1px;
	width:120px;
	font-size:80%;
	background-color:#d2f2ef;
}

.td_3 {
    border-bottom:dotted #999999 1px;
	width:35px;
	padding-left:10px;
	font-size:70%;
	vertical-align:top;
}

.td_4 {
    border-bottom:dotted #999999 1px;
	width:205px;
	font-size:70%;
}

.td_5 {
	border-bottom:dotted #999999 1px;
	width:120px;
	font-size:80%;
	text-align:center;
}

.td_5b {
    border-bottom:dotted #999999 1px;
	width:120px;
	font-size:80%;
	text-align:center;
	background-color:#d2f2ef;
}




/* カレンダーレイアウト
---------------------------------------------------- */

#care {
	width:540px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}

#care table {
    background-color:#00b0a2;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}

#care td {
	background-color:#edfdfb;
	text-align:center;
	height:43px;
	width:100px;
	vertical-align:middle;
}

#care th {
	background-color:#d7f6f3;
	text-align:center;
	height:25px;
	width:75px;
}

.bg_red {
    background-color:#ff6666;
}

.status {
    background-color:#edfdfb; 
	text-align:center; 
	padding:10px 0;
}

.day {
    border-bottom:#3fb1a9 dotted 1px; 
	text-align:center;
}

.doyo_day {
    background-color:#56c1b7;
    border-bottom:#3fb1a9 dotted 1px; 
	text-align:center;
}


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

#right {
	width:191px;
	height: auto;
	float: left;
	padding: 0;
	margin-left: 16px;
}

*html #right {
	width:191px;
	height: auto;
	float: left;
	padding: 0;
	margin-left: 15px;
}

.login {
    background-color:#FFFFFF;
}

.qr {
	height:330px;
	background-repeat:no-repeat;
	background-image:url(../img/index/qr_bg.gif);
	background-color: #FFFFFF;
	margin-top:10px;
}

.qr p {
	font-size:70%;
	padding:0 10px 0 10px;
	line-height:110%;
}







/* フッター設定
---------------------------------------------------- */

#footer {
	height: auto;
	width: 100%;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(../img/common/foot_bg.gif);
	height:94px;
	clear: both;
}

#footbox {
   width:1000px;
   margin-left:auto;
   margin-right:auto;
}

#footernavi {
	width:809px;
	float: left;
	height:94px;
}

#footernavi ul li {
	background-image:url(../img/common/foot_point.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding-left:20px;
	list-style:none;
	margin:10px 0 10px 13px;
}

#footernavi ul li a {
    color:#FFFFFF;
}

#re_top {
	width:191px;
	float:left;
	text-align: center;
	margin-top: 25px;
	height:auto;
}


#copy {
	font-size:10px;
	padding-top:33px;
	text-align:left;
	float:left;
	width:500px;
	margin-left:20px;
	color: #FFFFFF;
}

/* Pager Styles
-----------------------------------------------------------------------------  */
.lineup_l {
    width:375px;
	float:left;
	height:auto;
	margin-top:15px;
	background-color:#edfffd;
}
	
.lineup_r {
    width:375px;
	float:left;
	height:auto;
	margin-left:16px;
	margin-top:15px;
	background-color:#edfffd;
}

*html .lineup_r {
    width:375px;
	float:left;
	height:auto;
	margin-left:8px;
	margin-top:15px;
	background-color:#edfffd;
}

.car_title {
    width:375px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	padding:1px;
	color:#FFFFFF;
	text-align:center;
	height:40px;
	font-size:120%;
	font-weight:bold;
	line-height:80%;
}

*html .car_title {
    width:375px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	padding:5px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	height:35px;
	font-size:120%;
	font-weight:bold;
}


.title_sub {
    text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

.line {
    border-bottom:#2b998e dotted 1px;
	width:375px;
}


	
/* お問い合わせフォーム
---------------------------------------------------- */
#contact {
	width:540px;
	float:left;
	margin:15px 0 0 0;
}


#form {
     padding:20px 10px 20px 20px;
}

.table {
	margin-left:5px;
	width:530px;
}

.form_title {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333333;
	font-size:0.9em;
	background-color:#d2f2ef;
}

.form_title_sub {
	padding-left: 10px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333333;
	font-size:0.9em;
	background-color:#d2f2ef;
}

.form_title_top {
	padding-left: 10px;
	width: 130px;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #333333;
	border-top-width: 1px;
	font-size:0.9em;
	background-color:#d2f2ef;
}

.form_input {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333333;
	padding: 6px 0 6px 10px;
}

.form_input_top {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #333333;
	padding-left: 10px;
}

.input03 {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	text-align:center;
}

.span_m {
	float:left;
	padding:3px;
	width:80px;
}
	
/* ニュース　新着情報
---------------------------------------------------- */

.news_box {
	margin:0 10px;
	border:#33CCCC dotted 1px;
	background-color:#ebffff;
	height:auto;
}

.news_box p {
    padding-left:10px;
}

.news_titile {
	font-size:120%;
	color:#FF3300;
	font-weight:bold;
	float:left;
	margin-bottom: 5px;
	padding-left:10px;
}

.news_day {
	float:left;
	margin-left:15px;
	margin-bottom: 5px;
}

/* Pager Styles
-----------------------------------------------------------------------------  */
#rs_pager{
	margin:2em 0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	}
#rs_pager a{
	padding:5px 8px;
	border:1px solid #E7E7E7;
	font-size:110%;
	text-decoration:none;
	}
#rs_pager a:hover{
	border:1px solid #DBECFF;
	background: #DBECFF;
	}
#rs_pager b{
	border:1px solid #E7E7E7;
	padding:3px 6px;
	background: #E7E7E7;
	color: #999;
	font-weight:bold;
	}
/* 個人情報保護方針
-----------------------------------------------------------------------------  */

.privacy {
}

.privacy ul li {
    list-style-type:lower-alpha;
	margin-left:30px;
	font-size:90%;
}

/* お問い合わせフォーム
-----------------------------------------------------------------------------  */

.contact_box {
	width:600px;
	padding:30px;
	background-color:#f0ffff;
	border:#6ec3c3 solid 1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

.co_ta {
	margin-left:auto;
	margin-right:auto;
}

.co_ta1 {
    width:23%;
	padding:5px 0 3px 0;
}

.co_ta2 {
    width:5%;
}

.co_ta3 {
    width:70%;
	padding:5px 0 3px 0;
}

.co_ta4 {
    text-align:center;
	padding:5px 0 3px 0;
}

.co {
    font-size:10px;
}

/*サイトマップ
---------------------------------------------------- */

.sitemap_l {
	float:left;
	padding:7px 15px 0px 15px;
	width:45%;
	vertical-align: top;
	font-size: 110%;
	background-color:#f2f1f2;
	border:#2d9b90 solid 1px;
}

.sitemap_l p {
    line-height:300%;
}

.sitemap_l p a {
    line-height:300%;
}

.sitemap_r{
	float:right;
	width:45%;
	padding:7px 15px 0px 15px;
	font-size: 110%;
	background-color:#f2f1f2;
	border:#2d9b90 solid 1px;
}

.sitemap_r p {
    line-height:300%;
}

.sitemap_r p a {
    line-height:300%;
}



.bn_link {
	float:left;
	width:190px;
	padding-left:5px;
}

.center {
	text-align:center;
	font-size:8px;
	width:220px;
}

.center p a {
    text-align:center;
	padding-left:10px;
	padding-right:10px;
}

	
/* 採用情報設定
---------------------------------------------------- */
#rec_g {
	width:740px;
	clear: both;
	margin-left: auto;
	margin-right:auto;
}



#rec_g_navi {
	width:740px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-image:url(../img/recruit/g_navi.gif);
	font-size:8px;
}

#rec_g_navi a span {
    display:none;
}

#rec_g_navi li {
    float:left;
	width:185px;
}

#rec_g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	color: #FFFFFF;
	background-image:url(../img/recruit/g_navi.gif);
}

#rec_g_navi a:hover, #g_navi a:visited{
    display:block;
	text-decoration:none;
}



/*　オフEウス時　*/
#rec_nav01 a { background-position: 0      0; }
#rec_nav02 a { background-position: -185px 0; }
#rec_nav03 a { background-position: -370px 0; }
#rec_nav04 a { background-position: -555px 0; }


/*　選択済み　*/
#rec_nav01 a.stay { background-position:  0    -40px; }
#rec_nav02 a.stay { background-position: -185px -40px; }
#rec_nav03 a.stay { background-position: -370px -40px; }
#rec_nav04 a.stay { background-position: -555px -40px; }


/*　オンマウス時　*/
#rec_nav01 a:hover { background-position:  0    -40px; }
#rec_nav02 a:hover { background-position: -185px -40px; }
#rec_nav03 a:hover { background-position: -370px -40px; }
#rec_nav04 a:hover { background-position: -555px -40px; }


.form_title_r {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_input_r {
	width: 520px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.table_r {
	width:710px;
	margin-left:10px;
}


