@charset "EUC-JP";

/* *********************************************
Print CSS Menu
************************************************
LAST UPDATE:07.04.20

01.Reset & Default Setting
02.Display None
03.Base Layout Setting
03-1 Header Section
03-2 Footer Section
************************************************ */


/* 01.Reset & Default Setting
================================ */

body{
color:#000;
text-align:center;
}
#container{
width:640px;
margin:0 auto;
border:none;
text-align:left;
}
#contents{
margin-bottom:30px;
background:none;
}
#contentsBody{
margin:20px 0 0 0;
background:none;
}
hr{
display:block;
}
#container #contents h1{
width:auto;
height:auto;
background:none;
font-size:16px;
text-indent:0;
}
#mainContents{
float:none;
margin:0 auto 20px;
}

/* 02.Display None
================================ */

#globalNavi,
#topicPath,
#sidebar,
.pagetop{
display:none;
}
#companyIndex #businessSection #bsLast{
background:none;
border-bottom:none;
}
#companySection.oneLayout p{
float:none;
}
#sitemapSection ul#sitemapLeft{
width:290px;
}
#sitemapSection ul#sitemapRight{
width:290px;
margin-left:20px;
}
#englishIndex #header{
margin-bottom:10px;
border-bottom:none;
}
/* 03.Base Layout Setting
================================ */

/* ==== 03-1 Header Section ==== */
#header p#logo{
position:absolute;
top:20px;
left:0;
}
#header ul#rightBt{
display:none;
}

/* ==== 03-2 Footer Section ==== */
#footer{
padding:10px 15px;
background:#FFF;
}
#footerNavi,
#footer{
display:none;
}
#copyright{
padding:3px 15px 3px 3px;
background:#FFF;
color:#333;
font-size:1.2em;
text-align:right;
}
