﻿.float_left {
	float: left;
}
.float_right {
	float:right;
}
.float_none{
	float:none;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_none{
	clear:none;
}
.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}
.dashed_under_ff9900 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
.dashed_under_999999 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.dashed_left_999999 {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.alpha90{
	filter: Alpha(Opacity=90);
}
.alpha80{
	filter: Alpha(Opacity=80);
}
.alpha70{
	filter: Alpha(Opacity=70);
}
.alpha60{
	filter: Alpha(Opacity=60);
}
.alpha50{
	filter: Alpha(Opacity=50);
}
.alpha40{
	filter: Alpha(Opacity=40);
}
.space1pix {
	padding: 1px;
}
.space2pix {
	padding: 2px;
}
.space3pix {
	padding: 3px;
}
.space4pix {
	padding: 4px;
}
.space5pix {
	padding: 5px;
}
.space8pix {
	padding: 8px;
}
.space10pix {
	padding: 10px;
}
.img_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #222222;
	border-left-color: #999999;
}
.dsp_no{
	display:none;
}
.line_height100 {
	line-height: 100%;
}
.line_height120 {
	line-height: 120%;
}
.line_height130 {
	line-height: 130%;
}
.line_height140 {
	line-height: 140%;
}
.line_height150 {
	line-height: 150%;
}
.line_height170 {
	line-height: 170%;
}
.line_height200 {
	line-height: 200%;
}

.shadow{
	filter: DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1);
}.line_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.border_999999 {
	border: 1px solid #999999;
}
.border_990000 {
	border: 1px solid #990000;
}
