﻿@charset "UTF-8";

.mainimg{
	margin-bottom:2px;
}

/* mainArea01 thumbnail*/
#mainArea01 ul.thumbnail {
	width: 545px;
	padding-top: 0px;
	overflow: hidden;
}

#mainArea01 ul.thumbnail li{
	width: 185px;
	float: left;
	padding-top: 10px;
	list-style-type: none;
}

#mainArea01 ul.thumbnail li.left {
	width: 175px;
}

#mainArea01 ul.thumbnail li img {
	vertical-align: text-bottom;
	margin-left: 10px;
}

#mainArea01 ul.thumbnail li.left img {
	margin-left: 0;
}

/* mainArea01 csr*/
#mainArea01 .csrEnergy {
	background-image: url(/products/images/csrbg_energy.jpg);
	background-repeat: no-repeat;
	width: 545px;
	margin-top: 26px;
}

#mainArea01 .csrSpace {
	background-image: url(/products/images/csrbg_space.jpg);
	background-repeat: no-repeat;
	width: 545px;
	margin-top: 26px;
}

#mainArea01 .csrAutomobile {
	background-image: url(/products/images/csrbg_automobile.jpg);
	background-repeat: no-repeat;
	width: 545px;
	margin-top: 26px;
}

#mainArea01 .csrEnergy p,
#mainArea01 .csrSpace p,
#mainArea01 .csrAutomobile p {
	text-indent:-9999px;
	float:left;
}

#mainArea01 .csrEnergy .btn,
#mainArea01 .csrSpace .btn,
#mainArea01 .csrAutomobile .btn {
	float:right;
	padding:4px;
}



