﻿/***********************************************************************************/
/****** obj photo list **************************************************************/
/***********************************************************************************/

#objListPhoto {
	float: left;
	display: inline;
	margin: 0 5px;
	padding-top: 3px;
	background-color: #fafafa;
	width: 548px; /*** must be (560-[this.marginLeft & marginRight]-[this.border]) ***/
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.objListPhotoBox {
	float: left;
	display: inline;
	margin: 0;
	padding: 3px;
}
.objListPhoto_table {
	height: 160px;
	width: 130px;
	border-collapse: collapse;
	border: 0;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
}
.objListPhoto_tdl {
	width: 9px;
	background-image: url('../2aImages/objList/obj_l.png');
}
.objListPhoto_tdr {
	width: 4px;
	background-image: url('../2aImages/objList/obj_r.png');
}
.objListPhoto_captd {
	width: 117px;
	height: 27px;
	background-image: url('../2aImages/objList/obj_t.png');
	text-align: center;
	font-weight: bold;
}
.objListPhoto_pictd {
	width: 117px;
	height: 85px;
	text-align: center;
}
.objListPhoto_pictd img {
	width: 100px;
	height: 75px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}
.objListPhoto_btmtd {
	height: 16px;
	font-size: 12px;
	line-height: 16px;
}

/***********************************************************************************/
/****** content table **************************************************************/
/***********************************************************************************/

.tab { /* div of table for content */
	float: left;
	display: inline;
	margin: 0 5px;
	padding: 0;
	background-color: #fafafa;
	width: 548px; /*** must be (560-[this.marginLeft+this.marginRight]-[this.border])=548px ***/
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}
/****** 1 column ******/
.header_1c { /* div of header for 1 column */
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	width: 100px;
	height: 25px;
	border-top: 1px solid #bbbbbb;
	border-left: 5px solid #2992f7;
	border-right: 1px solid #bbbbbb;
	border-bottom: 3px solid #999999;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}
.header_1c1 { /* div of header for 1 column */
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 10px;
	width: 100px;
	height: 25px;
	border-bottom: 2px solid #75b7f7;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}
.header_1c1 div { /* class of header for 1 column */
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	width: 10px;
	height: 15px;
	background-color: #2992f7;
}
.row_1c { /* div of row for 1 column */
	display: inline;
	float: left;
	margin: 0 30px;
	padding: 0;
	width: 488px;
	height: 25px;
	border-bottom: 1px dotted #bbbbbb;
	line-height: 25px;
}
.row_1cText { /* div of text row for 1 column */
	display: inline;
	float: left;
	margin: 5px 0 0 30px;
	padding: 0;
	width: 488px;
	border-bottom: 1px dotted #bbbbbb;
	vertical-align: top;
}
.row_1cText ul{ /* ul of text row for 1 column */
	margin: 0 0 5px 20px;
	padding: 0;
}

/****** 2 column ******/
.row_2c { /* div of row for 2 column */
	display: inline;
	float: left;
	margin: 0 30px;
	padding: 0;
	width: 488px;
	height: 25px;
	border-bottom: 1px dotted #bbbbbb;
	line-height: 25px;
}
.row_2cL { /* left div for 2 column */
	display: inline;
	float: left;
	width: 244px;
}
.row_2cR { /* right div for 2 column */
	display: inline;
	float: right;
	width: 244px;
}
/************************************/
.row_bg1 { /* bg-color in rowcolor1 */
	background-color: #fafafa;
}
.row_bg2 { /* bg-color in rowcolor2 */
	background-color: #efefef;
}
.row_last { /* div of last row */
	clear: both;
	height: 10px;
	background-color: #fafafa;
}
