@charset "utf-8";

/* style */

.border{
    border:#dedede 1px solid;
}
.tr{
    border-bottom:#dedede 1px solid;
}
.border3{
    border:#000 1px solid;
}

.redbg{
    background-color:#ff99cc;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
.redbg2{
    background-color:#ff99cc;
	border-bottom:#000 1px solid;
}
.greenbg{
    background-color:#ccffcc;
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
.greenbg2{
    background-color:#ccffcc;
	border-right:#000 1px solid;
}
.whitebg{
	border-right:#000 1px solid;
}
.whitebg2{
	border-bottom:#000 1px solid;
	border-right:#000 1px solid;
}
.border4{
    border:#ff66ff 1px solid;
	background-color:#ffccff;
	line-height:22px;
}
.border6{
    border:#feb4fe 1px solid;
	background-color:#ffe4ff;
	line-height:20px;
}
.border5{
    border-top:#ff66ff 1px solid;
    border-bottom:#ff66ff 1px solid;
	line-height:20px;
}

.org_bg {
    background-image:url(../image/org-line.gif);
	background-repeat:repeat-x;
}
.blue_bg {
	background:url(../image/title-blue.gif) no-repeat top;
	height:48px;
	padding:15px 15px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}
.line_hui{
    border-top:#e1e1e1 1px solid;
}
