@charset "UTF-8";


.allcolum{
	width:980px;
	margin: 10px 0px 0 0;
	position: relative;
	line-height: 160%;
}


/* baseonecolum
===============================================================*/
.baseonecolum {
	float: left;
	width: 980px;
	margin: 10px 0 20px 0;
	height:auto;
	overflow: hidden;
}



.baseonecolum .sectionR {
	float: right;
	width: 570px;
}

.baseonecolum .sectionLhalf {
	float: left;
	width: 400px;
}

.baseonecolum .imgRight {
	float: right;
}

.baseonecolum .imgLeft {
	float: left;
	padding-right:10px;
}

.baseonecolum .sectionhalf {
	float: left;
	width: 485px;
	margin: 5px 0 5px 0;
	height: auto;
}

.baseonecolum .sectionhalf_right {
	float: right;
	width: 490px;
	margin: 5px 0 5px 0;
	height: auto;
}

.columBreaker{
	clear:both;
}

/* ph1004Navigation
===============================================================*/
div.ph1004navi{
	margin:0px auto;
	float:left;
	}
	
	
/* font
===============================================================*/
.columtitle {
	font-weight: bolder;
	font-size:13px;
	color:#50ABB4;
	margin:5px 0 5px 0;
}

table.columhalfTable td{
	font-size:12px;
	text-align:left;
	vertical-align: top;	
}

.ph1004title{
	margin:10px 0 10px 0;
}
	

/* specTable
===============================================================*/
table.specTable{
	width:900px;
	border-collapse:separate;
	_border-collapse:collapse;
	border-spacing:0;
	border:solid #999999;
	border-width:1px 0 0 1px;
	margin:40px;
}

*:first-child+html table.specTable{
	border-collapse:collapse;
}


table.specTable th{
	padding:4px;
	font-size:12px;
	background:#dee6ea;
	border-collapse:collapse;
	border:solid #999999;
	border-width:0 1px 1px 0;
	font-weight:normal;
	text-align:left;
}

table.specTable th.model{
	background:#0068b3;
	border-right-color:#ffffff;
	color:#ffffff;
	text-align:center;
}

table.specTable th.modelR{
	background:#0068b3;
	border-right-color:#999999;
	color:#ffffff;
	text-align:center;
}

table.specTable th.rowHeader{
	background:#f1f1f1;
	text-align:center;
}

table.specTable td{
	padding:3px 10px 3px 10px;
	border-collapse:collapse;
	border:solid #999999;
	border-width:0 1px 1px 0;
	text-align:left;
	font-size:12px;
}

table.specTable .verticalWriting{
	width:1.2em;
	line-height:120%;
	text-align:center;
}


.specNotes{
	margin:3px 0 0 0;
}

.specNotes span{
	margin:-1.6em 0 0 0;
	padding:0 0 0 3.0em;
	display:block;
}

.speccolum {
	float: left;
	width: 900px;
	margin: 0px 40px 10px 40px;
	padding: 0;
}

/* specTable
===============================================================*/
table.specSmall{
	font-size:12px;
	width:490px;
	color:#000000;
	background-color:#f0f0f0;
	border-collapse:separate;
	border-spacing:1px;
	text-align:center;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

table.specSmall th{
	line-height:2em;
	background-color:#dee6ea;

}	

table.specSmall td{
	line-height:2em;
	padding-left:1em;
	background-color:#ffffff;
	border-top:1px solid #999999;
	
}	

table.specSmall tr.evenCell td{
	 background-color:#F5F5E8;
} 


