@charset "utf-8";

#contents .mainArea{
	width: 800px;
	margin: 0px auto;
}

table.tblSearchList{
	margin: 0px auto 1em auto;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #0073FF;
}
table.tblSearchList th{
	background-color: #0073FF;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #0073FF;
	padding: 3px;
	white-space: nowrap;
}
table.tblSearchList td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	border: 1px solid #0073FF;
	padding: 3px;
}
table.tblSearchList td.tdBtn{
	text-align: center;
	vertical-align: middle;
}

table.tblBranchList{
	margin: 0px auto 1em auto;
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #999999;
}
table.tblBranchList th{
	background-color: #666666;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
	white-space: nowrap;
}
table.tblBranchList td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	border: 1px solid #999999;
	padding: 3px;
}

table.tblNormal{
	margin: 0px 0px 1em 0px;
	background-color: #FFFFFF;
	text-align: left;
	/*border-collapse: collapse;
	border: 1px solid #009300;*/
}
table.tblNormal th{
	/*background-color: #EEFFF0;*/
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	/*border: 1px solid #009300;*/
	padding: 2px 10px 2px 0px;
	white-space: nowrap;
}
table.tblNormal td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	/*border: 1px solid #009300;*/
	padding: 2px 3px;
}

.detailNote{
	float: left;
	width: 500px;
	text-align: left;
}
.detailPhoto{
	float: right;
	width: 300px;
	text-align: right;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ old style include */
.bg03 {
	background: url(images/search_bg03.gif) no-repeat;
}
.line {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #1D60BE;
}
.line02 {
	border: 1px solid #CCCCCC;
}
.bgBLUE {
	background-color: #1D60BE;
}

/* table */
table.tblSearch td{
	font-size: 80%;
	line-height: 125%;
}
table.tblSearch td p{
	margin-bottom: 1em;
}


