@charset "utf-8";


/* ================================================================================= */
/*  reset.css                                                                        */
/* ================================================================================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
a:active{outline:none;}
body{line-height:1;color:#000000;background:#ffffff;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}


/* ================================================================================= */
/*  Common                                                                           */
/* ================================================================================= */
html   {overflow-y:scroll;height:100%;color:#333333;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
a      {color:#005aaa;text-decoration:none;}
a:hover{color:#ff0000;text-decoration:none;}
a.BtnImg img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
a.BtnImg:hover img{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}
.BtnImgDead{filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;}
img    {border:0;}
p      {line-height:150%;}
.spacer{clear:both;margin:0;}
.BreadNavi a{color:#000000;text-decoration:none;}
.BreadNavi a:hover{color:#ff0000;}

/* ================================================================================= */
/*  Styles                                                                           */
/* ================================================================================= */
p.IndentP{margin-left:1em;text-indent:-1em;}
.ColorRed{color:#ed1c24;}
.ColorBlue{color:#005aaa;}
.ColorGray{color:#b4b4b4;}
.ColorGreen{color:#b4b4b4;}
body{
	font-size:13px;
	height:100%;
	background-color:#ffffff;
}
.mainBodyContainer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.mainBodyLeftContainer{
	float:left;
	width:160px;
	margin-top:0px;
	margin-left:0px;
}
.mainBodyRightContainer{
	float:left;
	width:780px;
	margin-top:0px;
	margin-left:40px;
}
.ContentsMainTitle{
	margin-top:20px;
	margin-bottom:5px;
}
.RecruitmentAnc{
	display:block;;
	color:#60b44f;
	width:150px;
	background-image:url(./img/arrow_blue_bk.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:10px;
}


.LeftMenuTop{
	border-bottom:1px #e1e1e1 solid;
}
.LeftMenuBtn1on{
	display:block;
	width:160px;
	height:40px;
	background-color:#e3f7df;
	border-left:1px #e1e1e1 solid;
	border-right:1px #e1e1e1 solid;
	border-bottom:1px #e1e1e1 solid;
	display:table-cell;
	vertical-align:middle;
	color:#000000;
	padding-left:8px;
}
.LeftMenuBtn1on:hover{
	color:#000000;
}
.LeftMenuBtn1on p{
	background-image:url(./img/arrow_blue.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
.LeftMenuBtn1off{
	display:block;
	width:160px;
	height:40px;
	background-color:#ffffff;
	border-left:1px #e1e1e1 solid;
	border-right:1px #e1e1e1 solid;
	border-bottom:1px #e1e1e1 solid;
	display:table-cell;
	vertical-align:middle;
	color:#000000;
	padding-left:8px;
}
.LeftMenuBtn1off:hover{
	background-color:#e3f7df;
	color:#000000;
}
.LeftMenuBtn1off p{
	background-image:url(./img/arrow_blue.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
.LeftMenuBtn2on{
	display:block;
	width:160px;
	height:35px;
	background-color:#fce981;
	border-left:1px #e1e1e1 solid;
	border-right:1px #e1e1e1 solid;
	display:table-cell;
	vertical-align:middle;
	color:#000000;
	padding-left:8px;
}
.LeftMenuBtn2on:hover{
	color:#000000;
}
.LeftMenuBtn2on p{
	padding-left:15px;
}


.LeftMenuBtn2off{
	display:block;
	width:160px;
	height:35px;
	background-color:#ffffff;
	border-left:1px #e1e1e1 solid;
	border-right:1px #e1e1e1 solid;
	display:table-cell;
	vertical-align:middle;
	color:#000000;
	padding-left:8px;
}
.LeftMenuBtn2off:hover{
	background-color:#fce981;
	color:#000000;
}
.LeftMenuBtn2off p{
	padding-left:15px;
}


.StrT1{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px #000000 dotted;
	border-bottom:1px #000000 dotted;
}
.StrT2{
	color:#60b44f;
	margin-top:10px;
}
.StrT3{
	color:#60b44f;
	padding-bottom:10px;
	margin-top:25px;
	border-bottom:1px #bebebe solid;
}
.StrT4{
	padding:2px;
	border:1px #bebebe solid;

}
.StrT4 p{
	padding:10px;
	background-image:url(./img/dot_blue2.gif);
	background-repeat:repeat-y;
}



.formBtn{
	border:1px #005aaa solid;
	background-color:#005aaa;
	color:#ffffff;

}







.ScheduleTable{
	width:780px;
	border-collapse:collapse;
	margin-top:20px;
}
.ScheduleTable td{
	border:1px #bebebe solid;
	padding:5px;
}


.Btn01On{
	display:block;
	height:30px;
	border:1px #004787 solid;
	background-image:url(./img/btnbg02.gif);
	background-repeat:repeat-x;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
}
.Btn01Off{
	display:block;
	height:30px;
	border:1px #d1d1d1 solid;
	background-image:url(./img/btnbg03.gif);
	background-repeat:repeat-x;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}


.StaffBoxR{float:left; width:373px; margin-left:10px; padding:5px; border:1px #e1e1e1 solid;}
.StaffBoxL{float:left; width:373px; margin-left:0px; padding:5px; border:1px #e1e1e1 solid;}
.StaffBoxFace{float:left; width:88px;}
.StaffBoxName{float:left; width:285px;}
.StaffStr1{margin-top:5px;}
.StaffStr2{margin-top:5px; color:#60b44f;}
.StaffStr3{margin-top:5px;}
.StaffStr4{margin-top:5px; border-top:1px #000000 dotted;}
.StaffStr5{margin-top:5px; color:#60b44f; margin:12px 0px; }
.StaffStr5 p{ font-size:14px; }
.StaffStr5 a{ color:#60b44f; }
.StaffStr5 a:hover{color:#ff0000;text-decoration:none;}



/* ================================================================================= */
/*  Header                                                                           */
/* ================================================================================= */
.HeadContainer{
	display:table;
	width:980px;
	height:60px;
	position:relative;
}
.HeadLogoBox{
	position:absolute;
	top:0px;
	left:0px;
	width:407px;
	height:60px;
}
.HeadAdrsBox{
	position:absolute;
	top:0px;
	left:407px;
	width:364px;
	height:60px;
}
.HeadAdrsBox p{
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	line-height:120%;
	width:364px;
	height:60px;
}
.HeadAccessBox{
	position:absolute;
	top:30px;
	left:781px;
	width:93px;
	height:30px;
}
.FontSizeBtnBox{
	position:absolute;
	top:0px;
	left:887px;
	width:93px;
	height:60px;
}
.FontSizeTitle{
	width:93px;
	height:30px;
}
.FontSizeBtnN{
	float:left;
	width:46px;
	height:30px;
}
.FontSizeBtnL{
	float:left;
	width:47px;
	height:30px;
}
.HeadMenuContainer{width:980px;height:44px;}
.HeadMenuBox01{float:left;width:160px;height:44px;margin-left:0px;}
.HeadMenuBox02{float:left;width:162px;height:44px;margin-left:2px;}
.HeadMenuBox03{float:left;width:162px;height:44px;margin-left:2px;}
.HeadMenuBox04{float:left;width:162px;height:44px;margin-left:2px;}
.HeadMenuBox05{float:left;width:162px;height:44px;margin-left:2px;}
.HeadMenuBox06{float:left;width:162px;height:44px;margin-left:2px;}


/* ================================================================================= */
/*  Footer                                                                           */
/* ================================================================================= */
.FooterContainer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.PageTopBtn{
	clear:both;
	padding-top:30px;
	text-align:right;
	background-color:#ffffff;
}
.FooterMainBox{
	width:980px;
	height:75px;
	background-color:#60b44f;
	position:relative;
}
.FootBox1{
	position:absolute;
	top:0px;
	left:0px;
	width:70px;
	height:75px;
}
.FootBox2{
	position:absolute;
	top:0px;
	left:75px;
	width:97px;
	height:35px;
}
.FootBox3{
	position:absolute;
	top:0px;
	left:172px;
	width:132px;
	height:35px;
}
.FootBox4{
	position:absolute;
	top:0px;
	left:304px;
	width:121px;
	height:35px;
}
.FootBox5{
	position:absolute;
	top:45px;
	left:75px;
	width:580px;
	height:20px;
}
.FootBox6{
	position:absolute;
	top:25px;
	left:655px;
	width:205px;
	height:40px;
}
.FootBox7{
	position:absolute;
	top:25px;
	left:872px;
	width:93px;
	height:29px;
}


/* ================================================================================= */
/*  Home                                                                             */
/* ================================================================================= */
.HomeVisualContainer {width:980px;height:204px;position:relative;}
.HomeVisualDefault   {width:980px;height:204px;position:absolute;top:0px;left:0px;}

.HomeVisualHiddenMask{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;background-color:#000000;}
.HomeVisualCloseBtn  {width:25px;height:25px;position:absolute;top:5px;left:950px;}
.HomeVisualCloseBtn:hover{cursor:pointer;}

.HomeVisualHidden01{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;}
.HomeVisual01Box{
	width:480px;
	height:194px;
	position:absolute;
	top:10px;
	left:153px;
	background-image:url(../img/home_mainbg01.gif);
	background-repeat:no-repeat;
}

.HomeVisualHidden02{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;}
.HomeVisual02Box{
	width:630px;
	height:194px;
	position:absolute;
	top:10px;
	left:92px;
	background-image:url(../img/home_mainbg02.gif);
	background-repeat:no-repeat;
}

.HomeVisualHidden03{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;}
.HomeVisual03Box{
	width:630px;
	height:194px;
	position:absolute;
	top:10px;
	left:255px;
	background-image:url(../img/home_mainbg03.gif);
	background-repeat:no-repeat;
}

.HomeVisualHidden04{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;}
.HomeVisual04Box{
	width:480px;
	height:194px;
	position:absolute;
	top:10px;
	left:345px;
	background-image:url(../img/home_mainbg04.gif);
	background-repeat:no-repeat;
}

.HomeVisualHidden05{width:980px;height:204px;position:absolute;top:0px;left:0px;display:none;}
.HomeVisual05Box{
	width:880px;
	height:194px;
	position:absolute;
	top:10px;
	left:50px;
	background-image:url(../img/home_mainbg05.gif);
	background-repeat:no-repeat;
}

.HomeMenuContainer{width:980px;height:44px;}
.HomeMenuBox00{float:left;width:160px;height:44px;margin-left:0px;}
.HomeMenuBox01{float:left;width:162px;height:44px;margin-left:2px;}
.HomeMenuBox02{float:left;width:162px;height:44px;margin-left:2px;}
.HomeMenuBox03{float:left;width:162px;height:44px;margin-left:2px;}
.HomeMenuBox04{float:left;width:162px;height:44px;margin-left:2px;}
.HomeMenuBox05{float:left;width:162px;height:44px;margin-left:2px;}

.HomeMainBtn11{width:140px;height:90px;position:absolute;top:74px;left:20px;}
.HomeMainBtn12{width:140px;height:90px;position:absolute;top:74px;left:170px;}
.HomeMainBtn13{width:140px;height:90px;position:absolute;top:74px;left:320px;}
.HomeMainBtn21{width:140px;height:90px;position:absolute;top:74px;left:20px;}
.HomeMainBtn22{width:140px;height:90px;position:absolute;top:74px;left:170px;}
.HomeMainBtn23{width:140px;height:90px;position:absolute;top:74px;left:320px;}
.HomeMainBtn24{width:140px;height:90px;position:absolute;top:74px;left:470px;}
.HomeMainBtn31{width:140px;height:90px;position:absolute;top:74px;left:20px;}
.HomeMainBtn32{width:140px;height:90px;position:absolute;top:74px;left:170px;}
.HomeMainBtn33{width:140px;height:90px;position:absolute;top:74px;left:320px;}
.HomeMainBtn34{width:140px;height:90px;position:absolute;top:74px;left:470px;}
.HomeMainBtn41{width:140px;height:90px;position:absolute;top:74px;left:20px;}
.HomeMainBtn42{width:140px;height:90px;position:absolute;top:74px;left:170px;}
.HomeMainBtn43{width:140px;height:90px;position:absolute;top:74px;left:320px;}
.HomeMainBtn51{width:105px;height:105px;position:absolute;top:62px;left:25px;}
.HomeMainBtn52{width:105px;height:105px;position:absolute;top:62px;left:145px;}
.HomeMainBtn53{width:105px;height:105px;position:absolute;top:62px;left:265px;}
.HomeMainBtn54{width:105px;height:105px;position:absolute;top:62px;left:385px;}
.HomeMainBtn55{width:105px;height:105px;position:absolute;top:62px;left:505px;}
.HomeMainBtn56{width:105px;height:105px;position:absolute;top:62px;left:625px;}
.HomeMainBtn57{width:105px;height:105px;position:absolute;top:62px;left:745px;}

.HomeNewsHead{
	background-image:url(./img/dot_blue.gif);
	background-repeat:repeat-y;
	padding:5px;
}
.HomeNewsContainer{
	float:left;
	width:620px;
	margin-left:0px;
	border:1px #e1e1e1 solid;
	padding:15px;
}
.HomeNewsDate{
	clear:both;
	float:left;
	width:105px;
	margin-left:0px;
	margin-top:5px;
}
.HomeNewsIcon{
	float:left;
	width:40px;
	margin-left:0px;
	margin-top:5px;
}
.HomeNewsTitle{
	float:left;
	width:475px;
	margin-left:0px;
	margin-top:5px;
}
.HomeNews{
	display:block;;
	width:150px;
	background-image:url(./img/arrow_blue.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:10px;
	color:#000000;
}
.BannerContainer{
	float:left;
	width:301px;
	margin-left:25px;
}




/* ================================================================================= */
/*  senmon                                                                           */
/* ================================================================================= */
.senmonTab{
    float:left;
    width:85px;
    margin-top:20px;
}
.senmonBox01{
    float:left;
    width:670px;
    border:1px #bebebe solid;
    margin-top:20px;
    padding:10px;
}
.senmonBox01 > .TLT{
    font-size:28px;
    margin-bottom:15px;
    color:#60b44f;
}
.senmonBox01 > .staffBox{
    float:left;
    width:200px;
    margin-left:0px;
}
.senmonBox01 > .staffBox > .Box_TL{
    border:1px #bebebe solid;
    padding:5px;
    text-align:center;
}
.staffBox > p{
    float:left;
    width:100px;
    margin-top:10px;
}
.ConteBox{
    float:left;
    width:270px;
    margin-left:30px;
}
.ConteBox_TL{
    border:1px #bebebe solid;
    padding:5px;
    text-align:center;
}
.ConteBox> p{
    margin-top:10px;
}
.senmonLinkBox{
    float:left;
    width:140px;
    margin-left:30px;
}
