@charset "utf-8";
/*--body---------------------------------------------------------------------------------------------------*/
body,p,td,tr {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	color: #666666;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/*-background img-----------------------------------------------------------------------------------------*/

/*-txt link-----------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.click {
	color: #333333;
	text-decoration: none;
}
.click:hover {
	color: #990000;
	text-decoration: none;
}
.blue-ck {
	color: #0066CC;
	text-decoration: underline;
}
.green-ck {
	color: #009900;
	text-decoration: underline;
}
.orange-ck {
	color: #FF6600;
	text-decoration: underline;
}
/*--font---------------------------------------------------------------------------------------------------*/
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.brown {
	color: #BA5A10;
}
.blue {
	color: #0066CC;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.blue2 {
	color: #0066CC;
	font-size: 11pt;
	font-weight: bold;
}
.green2 {
	color: #009900;
	font-size: 11pt;
	font-weight: bold;
}
.orange2 {
	color: #FF6600;
	font-size: 11pt;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
.yellow {
	color: #FFFF00;
}
.down {
	font-size: 8pt;
	color: #cccccc;
}
/*--line-------------------------------------------------------------------------------------------------*/
.hr1 {
	border-bottom: 1pt dashed #E2E2E2;
}
/*-------------------------------------------------------------------------------------------------------*/
.bg {
	background-image: url(images/insulation/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
