﻿@charset "utf-8";


/*----------------------------------------------------------------------
for printing ---------------------------------------------------------*/

*{
color:#000000 !important;
}

a:link {
color: #404040;
text-decoration: underline !important;
}


/*---------------------------------------------------
body */

body{
background:#ffffff;
}

#body{
background: none;
}


/*---------------------------------------------------
header */

#header{
width:auto;
height:100px;
margin:0 0 20px 0;
}

#logo a{
top:2px;
left:2px;
}

#company dl dt{
display:block;
background:url(../img/logo_happycom.gif) center no-repeat;
width:148px;
height:54px;
position:absolute;
right:152px;
top:6px;
}
#company dl dd{
display:block;
background: url(../img/tel_happycom.gif) center no-repeat;
width:148px;
height:54px;
position:absolute;
right:8px;
top:4px;
}

#company ul{
display:none;
}

#globalNavigation{
position:absolute;
right:8px;
top:74px;
}


/*---------------------------------------------------
footer */

#globalNaviF ul,
#remoteNavigation ul {
width:auto;
}

#globalNaviF{
display:none;
}

#remoteNavigation{
display:none;
}

#copyright{
clear:both;
margin:20px 0 0 0;
background:none;
border-top: solid 1px #cccccc;
}
#copyright span{
width:auto;
height:auto;
}

/*---------------------------------------------------
main contents */

#main{
width:auto;
}

h2{
height:54px;
border-bottom: solid 3px #dc6488;
margin:0 0 14px 0;
}

#mainTop #contentsSide{
display: inherit;
}


#main #contentsSide{
display:none;
}







