BODY { background-color: #FFFFFF; }
A {text-decoration: none}
/* ====== Bg-COLOR[Basic] ==================== */
.Red {
	background-color: #C71444;
}
.White {
	background-color: #FFFFFF;
}
.lGray1 {
	background-color: #EBEBEB;
}
.lGray2 {
	background-color: #CCCCCC;
}
.lGray3 {
	background-color: #F4F4F4;
}
.Gray1 {
	background-color: #BDBDBD;
}
.Gray2 {
	background-color: #999999;
}
.cGray {
	background-color: #666666;
}

/* =====naviList===== */
div.naviList {
    font-size: 10px;
    margin-left: -18px;
    margin-top: 24px;
    padding: 0;
}
div.naviList ul li {
    background-image: url("/IMAGES/mark_rightarrow.gif");
    background-repeat: no-repeat;
    float: left;
    height: 11px;
    line-height: 11px;
    margin: 0 3px 0 0;
    overflow: hidden;
    padding: 0 0 0 9px;
    vertical-align: baseline;
}
div.naviList ul li.woSeparator {
    background-image: none;
    padding: 0;
}
div.naviList ul li.current {
    color: #c71444;
    font-size: 10px;
}
div.naviList ul li a {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}
div.naviList ul li a:hover {
    color: #c71444;
}




#footerArea ul{
	float:none !important;
}
