/*----  INDEX ----*/
.index {
width:950px;
height:472px;
background-color: #ffffff;
background-image: url(/images_en/index/index.jpg);
background-repeat: no-repeat;
color: #000000;
margin:0px 0px 12px 0px;
float:left;
}

.sample {
width:950px;
height:150px;
background-color: #ffffff;
background-image: url(/images_en/index/index_sample_bg.jpg);
background-repeat: no-repeat;
color: #000000;
margin:0px 0px 12px 0px;
float:left;
}

.sample {
width:950px;
height:148px;
margin:0px 0px 4px 0px;
}


#INDEX p a{
display:block;
width:133px;
height:48px;
}

#INDEX p a:hover {
background-color:transparent;
}

#INDEX p a:hover img{
visibility:hidden;
}

#INDEX .index1 {
width:133px;
float:left;
background:url(/images_en/index/index_button_A_f.jpg);
margin:284px 0px 0px 524px;
}

#INDEX .index2 {
width:133px;
background:url(/images_en/index/index_button_B_f.jpg);
float:left;
margin:284px 0px 0px 2px;
}

#INDEX .index3 {
width:133px;
background:url(/images_en/index/index_button_C_f.jpg);
float:left;
margin:284px 0px 0px 2px;
}

/*---- SEARCHBOX Area ----*/
#SEARCH{
float:left;
margin:54px 0px 0px 619px;
}


#SEARCH .text{
width:280px;
float:left;
margin:0px 0px 0px -20px;
}


#SEARCHBOX{
    width: 300px;
    height: 42px;
    float:left;
    margin:0px 0px 0px 0px;
}

#SEARCHBOX .search {
    float:left;
    padding: 0;
    border: 0px solid;
    width: 192px;
    height: 14px;
    background-color: #EDEDED;
    margin:1px 0px 0px 2px;
}


#SEARCHBOX .search:focus {
    background-color: #f2fbfc;
}

#SEARCHBOX .search2 {
    float:left;
    padding: 0;
    border: 0px solid;
    width: 192px;
    height: 14px;
    background-color: #EDEDED;
    margin:22px 0px 0px -192px;
}


#SEARCHBOX .search2:focus {
    background-color: #f2fbfc;
}
#SEARCHBOX .searchsubmit {
    width: 64px;
    height: 23px;
    padding: 0;
    border: 0px solid;
    background-color: #ededed;
    background-image: url(/images_en/index/index_login.jpg);
    background-position: top;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    float:left;
    margin:7px 0px 0px 18px;
}

#SEARCHBOX .searchsubmit:hover {
    background-position: bottom;
}
#SEARCHBOX .searchsubmit:active {
    padding: 1px 0 0 1px;
}

