/* CSS Document */

/* safariハック top用にヘッダー以下の距離調整*/
html[xmlns*=""] body:last-child #header{
width:806px;
height:auto;
margin-bottom:25px;
background-color:rgb(255,255,255);
}

/* safariハック */
html[xmlns*=""] body:last-child #side-navi{
position:relative;
top:-35px;
}