/* Layout */

#wrapper {

	float: left;
	margin:0 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 5px;
}
	
#headerleft {
	
	float: left;
	margin-left: 2%;
	background:#FFFFFF url('../images/liveparts_logo.gif') no-repeat left top;
	width: 27%;
	height: 60px;
		  
}

#headerright {
	float: left;
	width: 67%;
	height: 60px;
	text-align: right;
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size:10pt; 
	font-weight:normal; 
	color:#666666; 
	line-height: 60px;
}

#submenu {
	
	clear: both;
	float: center;
	width: 95%;
	min-height: 30px;
	max-height: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px dotted #CCCCCC;
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size:10pt; 
	font-weight:normal; 
	color:#666666; 
	line-height: 30px;
	text-align: left;
}

/*顧客管理サブメニュー*/
#submenu_above_customer {
	
	clear: both;
	float: center;
	width: 95%;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top:1px dotted #CCCCCC;
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size:10pt; 
	font-weight:normal; 
	color:#666666; 
	text-align: left;
}

/*メインメニューサブメニュー*/
#submenu_above_mainmenu {
	
	clear: both;
	float: center;
	width: 95%;
	min-height: 30px;
	max-height: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top:1px dotted #CCCCCC;
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size:10pt; 
	font-weight:normal; 
	color:#666666; 
	line-height: 30px;
}


	
#pagenavi {

	float: left;
	background:#FFFFFF url('../images/green1.gif'); 
	width: 100%;
	min-height: 30px;
	max-height: 100px; 
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size:9pt; 
	
}

#contents {

	float: left;
	width: 100%;
	max-height: 100%;
	min-height: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

#contentsleft {
	clear: both;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#contentscenter {

	float: left;
	width: 300px;
	margin-top: 30px
	margin-bottom: 30px;
}

#contentsright {
	
	float: left;
	width: 300px;
	margin-top: 30px
	margin-bottom: 30px;
}

#footernavi {
	
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	background:#FFFFFF url('../images/green1.gif');
	
}

#footer {
	
	float: left;
	background:#FFFFFF url('../images/produced_by_com-met.gif') no-repeat right top;
	width: 100%;
	height: 30px;
	margin-top: 10px;
}

