/* index */

#ttl {
	background: url(../img/ttlBack.jpg) no-repeat;
	height: 130px;
	text-indent: -99999px;
	margin-bottom: 30px;
}

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	width: 160px;
	text-align: left;
	color: #666;
}

td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.ttl2 {
	background: url(../img/ttlBack2.jpg) no-repeat;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 0 10px;
	margin-bottom: 20px;
}

/* staff */

#ttlStaff {
	background: url(../img/ttlBackStaff.jpg) no-repeat;
	height: 130px;
	text-indent: -99999px;
	margin-bottom: 30px;
}

.staffText {
	width: 462px;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
}

.staff_ttl{
	font-size:14px;
	color:#D70C10;
	padding-bottom:15px;
	line-height: 2.8em;
}

.staff_message{
	line-height:1.8em;
}