﻿@charset "utf-8";

.textArea{
	width: 570px;
	margin-bottom: 20px;
}
.photoArea{
	width: 240px;
}
#contents .textArea h3 {
	width: 510px;
}
#contents .textArea table{
	margin-left: 44px;
	width: 490px;
}
#contents .textArea table th{
	width: 25%;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	border-bottom:1px solid #ccc;
}
#contents .textArea table td{
	padding: 5px;
	vertical-align: top;
	border-bottom:1px solid #ccc;
}
#telBox{
	text-align: center;
}

strong.st1{
	color:#990000;
	font-size: 110%;
}

#contents ul.ulRecruit{
	list-style: none;
	padding: 0px 10px 10px 44px;
}
#contents ul.ulRecruit li{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 16px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 1.3em;
}
#contents ul.ulRecruit li strong{
	color: #330000;
}
#contents p.rTitle{
	margin-bottom: 0px;
	font-weight: bold;
}
