


/*---------- index.html ----------*/

.index01{
	width: 640px;
	height: auto;
	overflow: hidden;
}
.index01left{
	float: left;
	width: 352px;
	height: auto;
}
.index01right{
	float: right;
	width: 272px;
	height: auto;
}


/*---------- performance.html ----------*/

.perbox01{
	width: 600px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-color: #E1E6E2;
	margin-bottom: 30px;
}

/*---------- inq.html ----------*/

#indata{
	height: 640px;
    width: 952px;
	padding-left: 75px;
}

#form{
    color: #ffffff;

}

.inqtext{
    width: 640px;
	height: auto;
	padding-bottom: 15px;
}