/* 個人情報保護方針
---------------------------------------------------- */
div#conteier_01,
div#conteier_02 {
	width: 860px;
}

div#conteier_01 {
	height: 73px;
	background: url(../img/rental_trunkroom/background_01.jpg) 0 0 no-repeat;
	position: relative;
}

div#conteier_01 h3 {
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 30px;
}

div#conteier_02 {
	margin-bottom: 10px;
	background: url(../img/rental_trunkroom/background_02.jpg) 0 0 repeat-y;
}

div#conteier_02 div,
table {
	width: 800px;
}

div#conteier_02 div {
	margin-left: 30px;
}

div#conteier_02 div img,
div#conteier_02 div p {
	margin-bottom: 15px;
}

div#conteier_02 div h4 {
	margin-top: 10px;
}

table {
	margin-bottom: 5px;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

table th,
table td  {
	border: 1px solid #CCCCCC;
	text-align: center;
}

table th {
	height: 39px;
	background: #E5F5FA;
}

table td  {
	height: 35px;
	font-size: 12px;
}




