@import url("/css/contents_base.css"); /*header-footer*/
@import url("/products/css/style.css"); /*base*/


/* ------------------------------------------- */
/* ContentsTopArea CSS */
/* ------------------------------------------- */

.ContentsTopArea{
	margin: 0px 0px;
	padding: 10px 0px;
	clear: both;
}
.ContentsTop{
	margin: 0px;
	padding: 5px 0px 1px 33px;
	background: url(../img/CompanyBar.gif) no-repeat 0px 0px;
	height: 24px;
	width: 917px;
	font-size: 18px;
	font-weight: bold;
}
.ContentsTopAreaWrap{
	margin: 0px;
	padding: 0px;
	width: 948px;
	font-size: 14px;
	line-height: 1.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.ContentsTopAreaList{
	margin: 0px;
	padding: 5px 5px 3px 10px;
	height: 25px;
	font-size: 12px;
	clear: both;
}
.Pagelink{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/ListIcon.gif) no-repeat 0px;	
}
.ContactBt{
	float: right;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------- */
/* ContentsRightArea CSS */
/* ------------------------------------------- */

/*----------- ItemArea -----------*/

.TableRap{
	margin: 20px 0px 0px;
	padding: 3px;
	background: #CCCCCC;
	width: 732px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}

.RightBox table.ItemTable01{
	margin: 0px;
	padding: 0px;
	width: 732px;
	background: #ebeaea url(../img/TableBg01.gif) repeat-x 0px 0px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
} 
.RightBox table.ItemTable01 tr{
	margin: 0px;
	padding: 0px;
} 
.RightBox table.ItemTable01 tr th{
	margin: 0px;
	padding: 5px 20px;
	font-weight: bold;	
	border-bottom: 1px dotted #999999;
	text-align: left;
}
.RightBox table.ItemTable01 tr td{
	margin: 0px;
	padding: 5px 20px;
	width: 70%;		
	border-bottom: 1px dotted #999999;	
}

.RightBox table.ItemTable02{
	margin:  20px 0px 10px;
	padding: 0;
	width: 738px;
	border: 1px solid #ff9000;
	text-align: left;	
	border-collapse: collapse;
} 
.RightBox table.ItemTable02 tr{
	margin: 0px;
	padding: 0px;
} 
.RightBox table.ItemTable02 tr th.ItemTitle{
	margin: 0px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	border-top: 1px solid #ff9000;
	border-right: 1px solid #ff9000;
	border-bottom: 2px solid #d20101;
	border-left: 1px solid #ff9000;
	background: url(../img/TitleBg01.gif) repeat-x 0px bottom;
	text-align: left;
	
}
.RightBox table.ItemTable02 tr th.Item{
	margin: 0px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ff9000;
	text-align: left;
}

.RightBox table.ItemTable02 tr td{
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #ff9000;
	width: 50%;		
}

