/* CSS Document */

/*---- hack--------*/
#header {
overflow: hidden;
}


#header:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#glovalnavi {
overflow: hidden;
}


#glovalnavi:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


#contents {
overflow: hidden;
}


#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/*---- hack fin--------*/
