﻿/* ----------------------------- flatHeights ----------------------------- */
jQuery.event.add(window,"load",function(){
$('.link_group > li').flatHeights();
$('.layset > .ttttext').flatHeights();
});
/* ----------------------------- replace_img ----------------------------- */
$(function(){
$('.header_logo_co > a').replace_img('/common/images/header/header_logo_co.gif', 118, 61);
$('.header_logo_ca > a').replace_img('/common/images/header/header_logo_ca.gif', 274, 61);
});
/* ----------------------------- text display none ----------------------------- */
$(function(){
$('.hide_description').css("display","none");
$('.hide_keyword').css("display","none");
});
/* ----------------------------- css ----------------------------- */
$(function(){
$('.option_table tr th:even').css({
backgroundColor:'#FEF7F3'
});
$('.option_table tr td:even').css({
backgroundColor:'#FFFFFF'
});
});
