@charset "UTF-8";

/*for common layaut
---------------------------------------------------------------*/

*:first-child+html #header #logo { width:120px; float:left; }
* html #header #logo { width:120px; float:left; }

/*for Home
---------------------------------------------------------------*/
*:first-child+html #home #mainArea { position:relative;}
*:first-child+html #home #topInfo { position:absolute; top:0; left:0;}
*:first-child+html #home #topInfo dl { overflow:auto; height:78px; margin:0 0 10px 0; }
*:first-child+html #home #lowerInfo { margin:177px 0 0 0;}

* html #home #mainArea { position:relative;}
* html #home #topInfo { position:absolute; top:0; left:0;}
* html #home #topInfo dl { overflow:auto; height:78px; margin:0 0 10px 0; }
* html #home #lowerInfo { margin:177px 0 0 0;}