@charset "utf-8";

/* main Style
---------------------------*/
#main {
	width: 880px;
	padding: 20px 20px 65px;
}

/* technology Style
---------------------------*/
#technology-box {
	width: 860px;
	height: 100%;
	overflow: auto;
	background: #D4D3C3;
}

#technology-box h2 {
	padding: 15px 0 10px 20px;
	font-weight: bold;
	font-size: 1.3em;
}

#technology-box p {
	float: left;
	width: 400px;
	height: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: -0.02em;
}

.tech-column {
	clear: both;
	width: 880px;
	margin: 20px 0;
}

.tech-box {
	float: left;
	width: 420px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.tech-box h2 {
	padding-top: -5px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 1.3em;
}

.tech-box p {
	padding-bottom: 25px;
	letter-spacing: -0.009em;
}

.tech-box .photo {
	padding: 0px;
}

.tech-box .picture-comment {
	padding-top: 10px;
	text-align: right;
}

.tech-box .use-time {
	padding: 10px;
	background: #ECECEC;
}

.tech-box .use-time dt {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.2em;
}

.tech-box .use-time .caution {
	padding-top: 13px;
}

.tech-box p.mode {
	padding-bottom: 0px;
}

.tech-box p.notes {
	margin-top: -20px;
	text-align: right;
}

.tech-box .memory {
	margin-top: 20px;
	margin-bottom: auto;
	padding: 10px;
	border: 1px dashed #999999;
}

.tech-box .memory dt {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 1.2em;
}

.tech-box .memory dd {
	letter-spacing: 0.1px;
}

.tech-box .caution {
	font-size: 0.8em;
}

.method {
	float: left;
	width: 420px;
	margin-right: 20px;
}

.method thead th {
	border: 1px solid #000000;
	background: #000000 url(../images/tech_solarbattery_table_bg.gif) repeat-x left top;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #FFFFFF;
}

.method tbody {
	text-align: left;
}

.method tbody th,
.method tbody td {
	padding: 3px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight: normal;
}

.method tbody th {
	vertical-align: top;
	border-left: 1px solid #000000;
}

.method ol li {
	padding-bottom: 11px;
	background: url(../images/arrow_bg.gif) no-repeat 0px 14px;
}

.method tfoot td {
	padding-top: 5px;
	font-weight: normal;
	text-align: right;
}

/* spec Style
---------------------------*/
#spec {
	clear: left;
	margin-right: -20px;
}

#spec h2 {
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
}

#spec h3 {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #000000;
	font-size: 1.3em;
}

#spec .spec-box {
	float: left;
	width: 273px;
	padding-right: 20px;
}

#spec .spec-box table th {
	width: 5em;
	vertical-align: top;
	padding-right: 20px;
	font-weight: normal;
}

#spec .spec-box table td#available {
	padding: 20px 0;
}

#method-caution {
	clear: both;
	padding-right: 20px;
	font-size: 0.8em;
	text-align: right;
}

/* lead Style
---------------------------*/
#lead {
	background: url(../../common/images/lead_tech_bg.gif) repeat-y;
}
