@charset "utf-8";

/* 각 서브 메뉴 style */

html, body {
    background-color: #c43a96;
}

#topMenu ul {
    background: url(/img/tf_top_menu_bar.gif) repeat-y left top;
}

#topMenu ul li {
    background: url(/img/tf_top_menu_bar.gif) repeat-y right top;
}

#topMenu ul li a {
    color: #521417;
}

#headContainer {
    background: url(/img/tf_top_bg.jpg) no-repeat left top;
}

#home {
    background-image: url(/img/tf_happyteashop_logo.gif);
    background-repeat: no-repeat;
}

#shopMenu {
    background: url(/img/tf_menu_bar.gif) no-repeat left bottom;
}

#shopMenu .depth0 a {
    background-image: url(/img/tf_menu.gif);
    background-repeat: no-repeat;
}

#shopMenu .depth1 li a {
    background-image: url(/img/tf_submenu.gif);
    background-repeat: no-repeat;
}

#bodyContainer h2 {
    background: #ffffff url(/img/tf_title_bg.gif) no-repeat left top;
}

#content {
    background: #ffffff url(/img/tf_center_bg.gif) no-repeat left bottom;
}

#shopInfo {
    color: #521417;
}

#shopInfo a {
    color: #521417;
}

#shopInfo ul li {
    background: url(/img/tf_top_menu_bar.gif) repeat-y right top;
}

#shopInfo ul li a {
    color: #521417;
}


