<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.common_header_bg{
background:#FFFFFF url('../img/bnyes.gif') repeat-x;
height: 95px;
width : 100%;
}
.common_header_bg2{
background:#FFFFFF url('../img/bnno.gif') repeat-x;
height: 62px;
width : 100%;
}

/*header(バナーあり)*/
.common_header_form01{
padding:1px 2px 2px 18px;
background:#FFFFFF url(../img/search.gif) no-repeat;
}
.common_header_input01{
padding:0px;
margin:0px;
width: 105px;
height:15px;
border-width:0px;
font-size:12px;
}

/*header2(バナーなし)*/
.common_header_form02{
padding:3px 3px 2px 18px;
background:#FFFFFF url(../img/search.gif) no-repeat;
}
.common_header_input02{
padding:0px;
margin:0px;
width: 105px;
height:13px;
border-width:0px;
font-size:12px;
}

/* header table centering */

#common_header_centering{
margin : auto;
}

/** CSS hack start**/

/*---ie6用*/
* html .common_header_kensaku { 
margin-bottom:0px;
}
* html .form01 {
_background-attachment: fixed;
}
* html .common_header_form02 { 
margin-bottom:-1px;
}
* html .common_header_menu { 
margin-top:-1px;
margin-bottom:-1px;
}


/*---ie7用*/
*:first-child+html .common_header_kensaku { 
margin-bottom:0px;
}
*:first-child+html .common_header_form02 { 
margin-bottom:-1px;
}
*:first-child+html .common_header_menu { 
margin-top:-1px;
margin-bottom:-1px;
}


/*---firefox用*/
html&gt;/**/body .common_header_form01{
margin-top:1px;
}
html&gt;/**/body .common_header_menu{
margin-top:0px;
}

/*---サファリ用*/
html*.common_header_menu{
margin-bottom:1px;
}
html*.common_header_menu2{
margin-bottom:1px;
}
</pre></body></html>