.fc {
	clear: left;
	clear: right;
}

.text_red {
	color: #CC0000;
	font-size: 100%;
}

.img_left {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.img_right {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}

.hr_dotted {
	width: 530px;
	height: 0px;
	margin: 10px 0px 0px;
	padding: 0px;
	border-top: 1px dotted #999999;
}

.hr_dashed {
	width: 530px;
	height: 1px;
	margin: 10px 0px 0px;
	padding: 0px;
	border-top: 1px dashed #999999;
}

.hr_solid {
	width: 530px;
	height: 0px;
	margin: 10px 0px 0px;
	padding: 0px;
	border-top: 1px solid #999999;
}

.hr_dotted_l2 {
	width: 510px;
	height: 0px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	border-top: 1px dotted #999999;
}

.hr_dashed_l2 {
	width: 510px;
	height: 1px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	border-top: 1px dashed #999999;
}

.hr_solid_l2 {
	width: 510px;
	height: 0px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	border-top: 1px solid #999999;
}

.hx_title {
	background-image: url(images/ico_arrow_l_o.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.ttl1 {
	background-image: url(images/ico_house.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ttl2 {
	background-image: url(images/ico_arw_o.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.ttl3 {
	background-image: url(images/ico_arw_o_s.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.ttl3_l2 {
	background-image: url(images/ico_arw_o_s.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.ttl {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.logo {
	margin: 0px;
	padding: 0px;

}

.listing {
	padding: 0px 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	border: 1px dashed #FFCC66;
}

.listing ul {
	font-size: 100%;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	list-style-type: none;
}

.listing ul li {
	padding: 0px 5px 0px 18px;
	margin: 0px;
	background-image: url(images/ico_arw_o_t.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 150%;
}

.listing p {
	background-color: #FF9900;
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	color: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 3px 5px;
	font-weight: bold;
}

.listing a:link {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.listing a:visited {
	color: #666699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
}

.listing a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.listing a:active {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.text_cost {
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: auto;
	width: auto;
}

.text_cost ul {
	font-size: 100%;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}

.text_cost ul li {
	padding: 0px 5px 0px 22px;
	margin: 0px;
	background-image: url(images/ico_cost_o.gif);
	background-repeat: no-repeat;
	color: #FF3300;
	background-position: left center;
	line-height: 150%;
}

.text_cost p {
	background-color: #FF9900;
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 5px;
	font-weight: bold;
}

.text_cost sup {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.text_customize {
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: auto;
	width: auto;
}

.text_customize ul {
	font-size: 75%;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}

.text_customize ul li {
	padding: 0px 5px 0px 22px;
	margin: 0px;
	background-image: url(images/ico_tool_y_s.gif);
	background-repeat: no-repeat;
	color: #333333;
	background-position: left center;
	line-height: 150%;
}

.text_customize p {
	background-color: #FF9900;
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 5px;
	font-weight: bold;
}

.text_customize sup {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.arrow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #DDEEFF;
	background-repeat: repeat-y;
	height: auto;
	width: 200px;
}

.arrow ul {
	font-size: 75%;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	list-style-type: none;
}

.arrow ul li {
	background-image: url(images/ico_arrow_b.gif);
	background-repeat: no-repeat;
	line-height: 150%;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.arrow a:link {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.arrow a:visited {
	color: #666699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
}

.arrow a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.arrow a:active {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.arrow_k {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	width: 198px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.arrow_k ul {
	font-size: 75%;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	list-style-type: none;
	line-height: 130%;
}

.arrow_k ul li {
	background-image: url(images/ico_arrow_b.gif);
	background-repeat: no-repeat;
	line-height: 150%;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.arrow_k ul li a:link {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.arrow_k ul li a:visited {
	color: #666699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666699;
}

.arrow_k ul li a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.arrow_k ul li a:active {
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.arrow_link {
	padding: 0px 0px 0px 18px;
	margin: 5px 0px 10px;
	background-image: url(images/ico_arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left center;


}

.arrow_text {
	padding: 0px 0px 0px 18px;
	margin: 5px 0px 10px;
}

.grid {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: auto;
	width: auto;
}

.grid table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C8E3FF;
	border-left-color: #C8E3FF;

}

.grid td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C8E3FF;
	border-bottom-color: #C8E3FF;
}

.grid p {
	margin: 0px;
	padding: 0px;
	font-size: 75%;

}

.grid_contact {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: auto;
	width: auto;
}

.grid_contact table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ACACFF;
	border-left-color: #ACACFF;

}

.grid_contact td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ACACFF;
	border-bottom-color: #ACACFF;
}

.grid_contact p {
	margin: 0px;
	padding: 0px;
	font-size: 75%;

}

.bgg {
	background-color: #DDEEFF;

}

.txts {
	font-size: 75%;
}

.comment {
	margin: 10px 0px 0px;
	padding: 0px;
}

