*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-weight: normal;
	font-family: "Arial";
}

div#mainCanvas{
	width: 800px;
	height: 600px;
	margin: 0 auto;		
}

div#partName{
	position: absolute;
	
	width: 800px;
	height: 100px;
	
	text-align: center;
	line-height: 100px;
	font-size: 60px;
	
	cursor: pointer;
}

/* カラーリング */
span#seriesCode{
	color: #ff9900;
}

span#dimLwCode, div#partWValue, div#partLValue, span#dimLLwCode, div#partLWValue, div#partLLValue, div#partLHValue, div#partRWValue, div#partRLValue {
	color: #cccc00;
}

span#dimHCode, span#appCharCode, div#partHValue{
	color: #33cc00;
}

span#tempCode, span#categoryCode, div#tempCanvas{
	color: #00ccff;
	border-color: #00ccff;
}

span#ratingCode, span#featEleCode, div#rateCanvas{
	color: #6666ff;
	border-color: #6666ff;
}

span#cap2Code, span#cap1Code, span#cap0Code, span#ind2Code, span#ind1Code, span#ind0Code, span#res2Code, span#res1Code, span#res0Code, span#capValue, span#indValue, span#resValue{
	color: #cc00ff;
}

span#toleranceCode, span#tolerance, span#lTolerance, span#rTolerance{
	color: #ff66aa;
}

span#tapeCode, div#tapeCanvas, div#tapeLCanvas, div#tapeRCanvas{
	color: #ff3333;
	border-color: #ff3333;
}

/* 温度------------------- */
div#tempCanvas{
	position: absolute;
	width: 200px;
	height: 270px;
	
	cursor: pointer;
}

div#meterOutline
{
	position: absolute;
	
	margin: 0px 92px;
	width: 14px;
	height: 200px;
	
	text-align: center;
}

div#meterblank{
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	height: 39px;
}

div#tempHigh{
	position: absolute;
	border-bottom: 1px solid;
	top: 15px;
	left: 22px;
	
	width: 70px;
	height: 25px;
	
	font-size: 25px;
}

div#meterHigh{
	height: 120px;
	background-color: #ff0000;
}

div#tempLow{
	position: absolute;
	border-bottom: 1px solid;
	top: 135px;
	left: 22px;
	
	width: 70px;
	height: 25px;
	
	font-size: 25px;
}

div#meterLow{
	height: 40px;
	
	background-color: #ffaaaa;
}

div#meterBottom{
	position: absolute;
	top: 195px;
	
	margin: 0 75px;
	width: 50px;
	height: 50px;
	
	border-radius: 25px;
	
	background-color: #ffaaaa;
}

div#tempTolerance{
	position: absolute;
	top: 250px;
	width: 200px;
	height: 25px;
	
	text-align: center;
	font-size: 25px;
}

/* 部品------------------- */
div.partValue{
	position: absolute;
	left: 50px;
	top: 0px;
	
	width: 294px;
	height: 80px;
	
	text-align: center;
	line-height: 80px;
	font-size: 50px;
}

div#partCanvas, div#partLCanvas, div#partRCanvas{
	position: absolute;
	
	width: 400px;
	height: 400px;
}

div.grmPart{
	width: 100px;
	height: 100px;
	
	background-color: #bbbbbb;
	border-left: 50px solid #cccc99;
	border-right: 50px solid #cccc99;

	border-radius: 10px;
}

div.lqpSidePart{
	width: 190px;
	height: 95px;
	
	background-color: #eeeeee;
	border-top: 5px solid #0088ff;
	border-left: 5px solid #dddddd;
	border-right: 5px solid #dddddd;

	border-radius: 10px;
}

div.lqpTopPart{
	width: 140px;
	height: 100px;
	
	background-color: #0088ff;
	border-left: 30px solid #dddddd;
	border-right: 30px solid #dddddd;

	border-radius: 10px;
}

div.erjSidePart{
	width: 190px;
	height: 95px;
	
	background-color: #eeeeee;
	border-top: 5px solid #111111;
	border-left: 5px solid #dddddd;
	border-right: 5px solid #dddddd;
	
	border-radius: 5px;
}

div.erjTopPart{
	width: 140px;
	height: 100px;
	
	color: #ffffff;
	font-size: 40px;
	
	text-align: center;
	line-height: 100px;
	
	background-color: #111111;
	border-left: 30px solid #eeeeee;
	border-right: 30px solid #eeeeee;

	border-radius: 5px;
}

div#partHValue, div#partLHValue{
	position: absolute;
	left: 0px;
	top: 80px;
	
	width: 100px;
	height: 100px;
	
	text-align: center;
	line-height: 100px;
	font-size: 25px;
	
	cursor: pointer;
}

div#partH, div#partLH, div#partRH{
	position: absolute;
	left: 100px;
	top: 80px;
}

div#partWValue, div#partLWValue, div#partRWValue{
	position: absolute;
	left: 0px;
	top: 260px;
	
	width: 100px;
	height: 100px;
	
	text-align: center;
	line-height: 100px;
	font-size: 25px;

	cursor: pointer;
}

div#partLW, div#partLLW, div#partRLW{
	position: absolute;	
	left: 100px;
	top: 260px;
}

div#partLValue, div#partLLValue, div#partRLValue{
	position: absolute;
	left: 100px;
	top: 360px;
	
	width: 200px;
	height: 40px;
	
	text-align: center;
	line-height: 40px;
	font-size: 25px;

	cursor: pointer;
}

div.dot{
	position: absolute;
	left: 100px;
	top: 180px;
	
	width: 194px;
	height: 80px;

	border-left: 3px dotted #999999;
	border-right: 3px dotted #999999;	
}

span#capValue, span#tolerance, span#indValue, span#lTolerance, span#resValue, span#rTolerance, div#partLH, div#partLLW{
	cursor: pointer;
}

/* レーティング------------------- */
div#rateCanvas{
	position: absolute;
	width: 200px;
	height: 100px;
	
	cursor: pointer;
}

div#leadLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	
	height: 28px;
	width: 30px;
	
	border-bottom: 4px solid;
}

div#batLeft{
	position: absolute;
	top: 0px;
	left: 30px;
	
	height: 60px;
	width: 6px;
	
	border-left: 4px solid;
}

div#batRight{
	position: absolute;
	top: 10px;
	left: 44px;
	
	height: 40px;
	width: 6px;
	
	border-right: 4px solid;
}

div#leadRight{
	position: absolute;
	top: 0px;
	left: 50px;
	
	height: 28px;
	width: 30px;
	
	border-bottom: 4px solid;
}

div#rateValue{
	position: absolute;
	top: 0px;
	left: 80px;
	
	height: 60px;
	width: 100px;
	
	margin-left: 10px;

	line-height: 60px;
	
	font-size: 25px;
}

/* テーピング------------------- */
div#tapeCanvas, div#tapeLCanvas, div#tapeRCanvas {
	position: absolute;
	width: 250px;
	height: 140px;

	cursor: pointer;
}

div.tapeOutline{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 50px;
	height: 140px;
	
	border-left: 2px solid;
	border-right: 2px solid;
}

div.emboss{
	width: 28px;
	height: 13px;
	
	border: 1px solid;
	border-radius: 3px;

	margin: 10px 10px;	
}

div#tapeValue, div#tapeLValue, div#tapeRValue{
	position: absolute;
	top: 0px;
	left: 40px;
	
	width: 196px;
	height: 140px;
	
	margin-left: 30px;
	
	line-height: 140px;
	
	font-size: 25px;
}

/* screenMask */
div#screenMask{
	display: none;
	width: 800px;
	height: 600px;
	
	background-color: #ffffff;
	opacity: 0.6;
	filter:alpha(opacity = 60);
}

/* ボタン------------------- */
div#menuButtonContA, div#menuButtonContB{
	position: absolute;
	display: none;
	
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity;
	
	width: 0px;
	height: 0px;	
}

div.menuButtonA, div.menuButtonB{
	position: absolute;

	width: 140px;
	height: 90px;
	border-width: 5px;
	border-style: solid;

	border-radius: 50px;

	color: #ffffff;

	font-size: 40px;
	text-align: center;
	
	box-shadow: 4px 4px 6px #666666;
	
	cursor: pointer;
}

div.buttonDiscription
{
	font-size: 20px;
}

div#menuButtonADiscription, div#menuButtonBDiscription{
	position: absolute;
	display: block;
	
	width: 340px;
	height: 100px;
	left: -170px;
	top: -50px;

	border-radius: 50px;

	color: #ffffff;

	font-size: 20px;
	line-height: 100px;
	text-align: center;
}
