@charset "UTF-8";
body {
	font-size: 94%;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap_header {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
#header #h_left {
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #h_right {
	float: right;
	height: auto;
	width: 360px;
	margin-top: 10px;
}
#header #h_right ul {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}
#header #h_right ul li {
	list-style-type: none;
	background-image: url(../common/img/yallow_1.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 3px 5px;
	float: right;
	padding-right: 26px;
	margin-left: 2px;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrap_mainimage {
	margin: 0px;
	padding: 0px;
	background-color: #82c0ff;
}
#mainimage {
	height: 280px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrap_globalnavi {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#globalnavi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 65px;
}
#globalnavi ul {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 137px;
  margin: 0;
  padding: 0;
}
#globalnavi a{
  display: block;
  width: 100%;
  height: 65px;
  background-image: url(http://www.kenjin.or.jp/toyosato/common/img/globalnavi.gif);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -137px 0;}
#menu3 a{background-position: -274px 0;}
#menu4 a{background-position: -411px 0;}
#menu5 a{background-position: -548px 0;}
#menu6 a{background-position: -685px 0;}
#menu7 a{background-position: -822px 0;}

#globalnavi a:hover{
  background-image: url(http://www.kenjin.or.jp/toyosato/common/img/globalnavi.gif);
  background-repeat: no-repeat;
}



#menu1 a:hover{background-position: 0 -65px;}
#menu2 a:hover{background-position: -137px -65px;}
#menu3 a:hover{background-position: -274px -65px;}
#menu4 a:hover{background-position: -411px -65px;}
#menu5 a:hover{background-position: -548px -65px;}
#menu6 a:hover{background-position: -685px -65px;}
#menu7 a:hover{background-position: -822px -65px;}

#menu1on a{background-position: 0 -65px;}
#menu2on a{background-position: -137px -65px;}
#menu3on a{background-position: -274px -65px;}
#menu4on a{background-position: -411px -65px;}
#menu5on a{background-position: -548px -65px;}
#menu6on a{background-position: -685px -65px;}
#menu7on a{background-position: -822px -65px;}
#wrap_subnavi {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnavi {
	padding: 0px;
	height: 140px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#wrap_pagetitle {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8293dc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8293dc;
}

#pagetitle {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}


#wrap_contents {
	margin-top: 30px;
	padding: 0px;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#contents #left {
	float: left;
	height: auto;
	width: 200px;
	font-size: 108%;
}
#menu ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}
#menu li a{
	display: block;
	text-decoration: none;
	color: #333;
	width: 180px;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCCCB;
}

#menu li a:hover{
	background-color: #b6bdea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCCCB;
	color: #FFF;
}
#menu li a.on{
	background-color: #8293dc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8593A9;
	color: #FFF;
}
.line_left_bt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCCCB;
	margin-bottom: 25px;
}
#contents #right {
	float: right;
	height: auto;
	width: 700px;
}
#wrap_detail {
	margin: 0px;
	padding: 0px;
	background-color: #91847d;
}
#detail {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#detail #detailbox {
	float: right;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #FFF;
}


.section {
	margin-bottom: 35px;
}
.section_b15 {
	margin-bottom: 15px;
}
.section_ninchi {
	margin-bottom: 35px;
	border: 1px solid #333;
	padding: 30px;
}
#wrap_topics {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#topics {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topics #topics_left {
	float: left;
	width: 290px;
}
#topics #topics_right {
	float: right;
	width: 635px;
}


#wrap_recruit {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#recruit {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrap_totop {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#totop {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#wrap_btmnavi {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #8293dc;
}

#btmnavi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
.ttl_oshirase {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e41673;
	font-size: 126%;
	padding-left: 8px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	color: #e41673;
}
.space_5 {
	padding-bottom: 5px;
}
.space_8 {
	padding-bottom: 8px;
}

.space_10 {
	padding-bottom: 10px;
}

.space_15 {
	padding-bottom: 15px;
}

.space_20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space_30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.space_40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.space_50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
p {
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
img {
	border: none;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.h4type1 {
	background-image: url(../common/img/h4_type1.gif);
	background-repeat: no-repeat;
	font-size: 115%;
	background-position: 0px 4px;
	padding-left: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.title_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 45px;
	background-image: url(../common/img/h3.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-top: 8px;
	font-size: 170%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.k_rinen {
	padding: 20px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.checkUl {
	margin: 0px;
	padding: 0px;
}
.checkUlli {
	padding-left: 44px;
	list-style-type: none;
	background-image: url(../gairai/img/checkbox.gif);
	background-repeat: no-repeat;
	background-position: 24px 4px;
	padding-bottom: 5px;
}
.list1Ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.list1UlLi {
	padding: 0px;
	margin: 0px;
}
.dot_line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.kakomi_b {
	border: 1px solid #8293dc;
	padding: 30px;
}
.kakomi_hb {
	padding: 30px;
	background-color: #8293dc;
	color: #FFF;
}
.tbl_topmenu,
.tbl_topmenu td,
.tbl_topmenu th{
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 20px;
}
.tbl_topmenu td,
.tbl_topmenu th{
	padding: 0px;
}
.tbl_topmenu th{
	font-weight: normal;
	background-color: #E4E4E3;
	color: #333;
}
.tbl_topics,
.tbl_topics td,
.tbl_topics th{
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.tbl_topics td,
.tbl_topics th{
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.tbl_topics th{
	font-weight: normal;
	background-color: #E4E4E3;
	color: #333;
}
.tbl_btmnavi,
.tbl_btmnavi td,
.tbl_btmnavi th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
}
.tbl_btmnavi td,
.tbl_btmnavi th{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.tbl_btmnavi th{
	font-weight: normal;
	background-color: #fef7e9;
	color: #333;
}
.tbl_gaiyo,
.tbl_gaiyo td,
.tbl_gaiyo th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.tbl_gaiyo td,
.tbl_gaiyo th{
	padding: 10px;
}
.tbl_gaiyo th{
	font-weight: normal;
	background-color: #fef7e9;
	color: #333;
}
.tbl_enkaku,
.tbl_enkaku td,
.tbl_enkaku th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.tbl_enkaku td,
.tbl_enkaku th{
	padding: 10px;
}
.tbl_enkaku th{
	font-weight: normal;
	background-color: #e8e8f8;
	color: #333;
}
.tbl_time,
.tbl_time td,
.tbl_time th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.tbl_time td,
.tbl_time th{
	padding: 6px;
}
.tbl_time th{
	font-weight: normal;
	background-color: #f7e7c0;
	color: #333;
}
.tbl_tantoui,
.tbl_tantoui td,
.tbl_tantoui th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.tbl_tantoui td,
.tbl_tantoui th{
	padding: 6px;
}
.tbl_tantoui th{
	font-weight: normal;
	background-color: #d5d8f3;
	color: #333;
}
.tbl_active,
.tbl_active td,
.tbl_active th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.tbl_active td,
.tbl_active th{
	padding: 10px;
}
.tbl_active th{
	font-weight: normal;
	background-color: #f7e7c0;
	color: #333;
}
.tbl_link,
.tbl_link td,
.tbl_link th{
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.tbl_link td,
.tbl_link th{
	padding: 10px;
}
.tbl_link th{
	font-weight: normal;
	background-color: #e8e8f8;
	color: #333;
}
.tbl_recruit,
.tbl_recruit td,
.tbl_recruit th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.tbl_recruit td,
.tbl_recruit th{
	padding: 8px;
}
.tbl_recruit th{
	font-weight: normal;
	background-color: #e5f5f9;
	color: #333;
}
#tel_recruit {
	font-size: 110%;
	color: #FFF;
	background-color: #2f7de1;
	margin-top: 20px;
	text-align: center;
	line-height: 1.8em;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
.tbl_recruit_st,
.tbl_recruit_st td,
.tbl_recruit_st th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
	letter-spacing: 0.1em;
}
.tbl_recruit_st td,
.tbl_recruit_st th{
	padding: 4px;
}
.tbl_recruit_st th{
	font-weight: bold;
	background-color: #FFCCCC;
	color: #333;
}
.tbl_kyushin,
.tbl_kyushin td,
.tbl_kyushin th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #999;
}
.tbl_kyushin td,
.tbl_kyushin th{
	padding: 10px;
}
.tbl_kyushin th{
	font-weight: normal;
	background-color: #fef7e9;
	color: #333;
}
.tbl_oshirase,
.tbl_oshirase td,
.tbl_oshirase th{
	border-collapse: collapse;
	margin-bottom: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 0px;
	padding-top: 0px;
}
.tbl_oshirase td,
.tbl_oshirase th{
	padding: 8px;
}
.tbl_oshirase th{
	font-weight: normal;
	background-color: #fef7e9;
	color: #333;
}
#tel_recruit_st {
	font-size: 110%;
	color: #FFF;
	background-color: #2f7de1;
	margin-top: 20px;
	text-align: center;
	line-height: 1.8em;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
.tbl_ninchi,
.tbl_ninchi td,
.tbl_ninchi th{
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #ffb648;
}
.tbl_ninchi td,
.tbl_ninchi th{
	padding: 10px;
}
.tbl_ninchi th{
	font-weight: bold;
	background-color: #ffb648;
	color: #FFF;
	font-size: 22px;
}
.tbl_no,
.tbl_no td,
.tbl_no th{
	border-collapse: collapse;
	border: 1px solid #ffb648;
	margin-bottom: 20px;
}
.tbl_no td,
.tbl_no th{
	padding: 12px;
}
.tbl_no th{
	font-weight: bold;
	background-color: #ffb648;
	color: #FFF;
	font-size: 120%;
}
.icon_m {
	margin-bottom: 5px;
	margin-left: 8px;
}
.side_recruitbox {
	height: auto;
	border: 1px solid #8293dc;
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.h4pink {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff1493;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.h4orange {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff8c00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.h4blue {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4169e1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
