@charset "utf-8";

/* contents
=========================================*/
#wrapper {
	background: #FFF;
}

h3#forstaff {
	margin: 12px auto 0;
	width: 692px;
	height: 100px;
	background: url(../baseimg/title_forstaff.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#contents h4 {
	height: 35px;
	text-indent: -9999px;
}
#contents h4#kisokutitle {
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -490px;
}
#contents h4#fukurititle {	
	background: url(../baseimg/h4midashi.gif) no-repeat 0 -525px;
}

#contents p {
	padding: 10px; 
	font-size: 90%;
	text-align: justify;
	line-height: 1.6;
}

/**************************************
ログイン*/

#login {
	margin: 0 auto 20px;
}

#login #loginbox {
	text-align: center;
	width: 400px;
	margin: 10px auto;
	padding: 10px;
	border:#666 1px solid;
	background: #eee;
	line-height: 2;
}

/**************************************
就業規則*/
#kisoku {
	height: 200px;
	overflow:auto;
	margin: 10px 10px 20px;
	border: #bbb 1px solid;
}
#kisoku p {
	margin-left: 1em;
}
#kisoku p .bold {
	font-weight: bold;
}
#kisoku h5 {
	list-style: none;
	margin: 10px 20px 15px 10px;
	padding-left: 15px;
	font-size: 110%;
	font-weight: bold;
	/*color: #f57700;*/
	background: url(../baseimg/ya_orange.gif) no-repeat left 0.5em;
	border-bottom: #f57700 1px dotted;
}
#kisoku ol {
	list-style: decimal;
	margin: 0 0 2em 3em;
}
#kisoku ol li {
	list-style: decimal;
	margin: 0 20px 0.7em 1em;
	font-size: 90%;	
}
#kisoku ul {
	list-style: disc;
	margin: 0 0 2em 1em;
}
#kisoku ul li {
	list-style: disc;
	font-size: 90%;
	margin: 0 20px 0.7em 1em;
}

#kisoku ul.inlist {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}
#kisoku ul.inlist li {
	list-style: disc;
	font-size: 100%;
	margin: 0.5em 20px 0 0;
	padding-left: 0;
}

#kisoku ol li table {
	border: 1px solid #000;
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
#kisoku ol li table caption {
	font-weight: bold;
}
#kisoku ol li table th {
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
}
#kisoku ol li table tr td {
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;

}





/**************************************
福利厚生*/
#fukuri {
	margin: 0 auto 50px;
}
#fukuri h5 {
	list-style: none;
	margin: 0 20px 15px 0;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
	background: url(../baseimg/ya_orange.gif) no-repeat left 0.5em;
	border-bottom: #f57700 1px dotted;
}

#fukuri ul {
	list-style: none;
	margin-bottom: 2em;
}
#fukuri ul li {
	list-style: none;
	margin: 0 20px 0.2em 1em;
	font-size: 90%;	
}

