@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
h2 {background: url(img/title.jpg) no-repeat;}


/* #index
--------------------------------------------------------------------------------------------------------------*/
#index h3 {background: url(img/tit01.gif) no-repeat;}

#index table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 600px;
	margin-bottom: 10px;
}
	#index table th {
		background: #dfdfdf;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 120px;
		padding: 5px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		letter-spacing: 0.1em;
	}
	#index table td {
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 5px 10px;
		vertical-align: top;
	}
	td.w100 {width: 100px;}



/* #recruit
--------------------------------------------------------------------------------------------------------------*/
#recruit h3 {
	background: url(img/tit02.gif) no-repeat;
}
#recruit p.txt {
	margin-top: 20px;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
	color: #c00;
}
#recruit .photo {
	float: left;
	width: 180px;
	margin: 0 20px 20px 0;
}
#recruit .photo img {
	margin: 0 0 10px 0;
}

#recruit dl.info {
	background: url(img/recruit02.jpg) no-repeat left top;
	margin: 20px 0;
	padding: 0 0 0 210px;
}
	#recruit dl.info dt {
		clear: both;
		float: left;
		width: 50px;
		line-height: 1.5;
		text-align: center;
		font-weight: bold;
		color: #f08500;
	}
	#recruit dl.info dd {
		padding: 0 0 10px 60px;
		line-height: 1.5;
	}

#recruit dl.voice {
	margin: 20px 0;
}
	#recruit dl.voice dt {
		line-height: 1.5;
		font-size: 108%;
		font-weight: bold;
		color: #0071bb;
	}
	#recruit dl.voice dd {
		margin: 0 0 20px;
		line-height: 1.5;
	}



/* #privacy
--------------------------------------------------------------------------------------------------------------*/
#privacy h3 {
	background: url(img/tit03.gif) no-repeat;
}
#privacy ol {
	margin-left: 25px;
	list-style: decimal;
}
	#privacy ol li {
		margin: 10px 0;
		line-height: 1.5
	}
		#privacy ol li span {
			font-size: 116%;
			font-weight: bold;
			color: #777;
		}


