/* KHC MAIN_CSS */

* {
padding: 0px;
margin: 0px;
font-size: 10px;
line-height: 200%;
letter-spacing: 1px;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
color: #666666;
}

html, body {
width: 100%;
height: 100%;
position: relative;
}

/* temp_baackground */

body {
background-image: url(../images/base/temp_bg_head.gif);
background-repeat: repeat-x;
}


#background {
width: 100%;
height: 100%;
position: relative;
}


body > #background {
height: auto;
}


#copyright {
width: 800px;
text-align: right;
padding-bottom: 10px;
}

/* table */

table#s01 {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background: white;
}

table#s02 {
border: 1px solid #CCCCCC;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background: white;
}
  
table#s01 tr, table#s01 td {
padding: 5px;
border: 1px dotted #CCCCCC;
}
  
table#s02 tr, table#s02 td {
padding: 5px;
border: 1px dotted #CCCCCC;
}

