@charset "UTF-8";

/* Base setting */
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y scroll;
}
body {
	text-align: center;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
ul,
ol {
	list-style-type: none;
}
li img {
	vertical-align: bottom;
}
a {
	color: #3366CC;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #FF6600;
}
/*#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}*/
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#head-inner {
	text-align: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header .logo {
	margin-left: 3px;
	position: relative;
	padding-top: 14px;
}
#header .logo span {
	margin-left: 13px;
}
#header .logo-txt {
	font-size: 90%;
	position: absolute;
	left: 60px;
	top: 16px;
}
#cts {
	text-align: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#cts .btn_close {
	text-align: right;
}
#cts h1,
#cts h2 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #EEEEEE;
}
#cts h2 {
	margin-top: 20px;
}
#cts .left-blc {
	float: left;
	width: 308px;
	padding-top: 20px;
}
#cts .right-blc {
	float: right;
	width: 308px;
	padding-top: 20px;
}
.motor li,
.inverter li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.motor li p,
.inverter li p {
	float: left;
}
.motor li p.thumb {
	width: 27px;
	margin-right: 15px;
}
.inverter li p.thumb {
	width: 48px;
	margin-right: 15px;
}
.motor li p.txt {
	width: 266px;
	line-height: 1.5em;
}
.inverter li p.txt {
	width: 245px;
	line-height: 1.5em;
}
#footer {
	background: url(../images/footer_bg_border.gif) repeat-x left top;
	margin-top: 25px;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 10px;
}
#foot-inner {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 90%;
}
#footer .copyright {
	position: absolute;
	top: 0px;
	right: 3px;
}

