body {
    margin:0;  
    padding:0; 
	font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-family:"FB Miller Display Roman", "A1 Mincho";
	color:#666;
	background-image: url("img/plustop_03.png");
 	background-repeat: repeat-x;
	background-color:#009090;
	font-size:16px;
	text-align: center;  
}

p    {  
	color: #ffffff;
	}

h1    {  
	margin:0;  
    padding:0; 
    float: left;  
    text-align: center;  
}  

img {
   /* ▼行全体の下端に揃える */
   vertical-align: bottom;
}

#wrapper {  
    width: 950px;  
    margin: 0 auto;  
    text-align: left;  
	background-color:#fff;
}  

ul,li   {  
    margin:0;  
    padding:0;  
    list-style: none;  
}  

.navi   {  
	margin:15px 0 0 0;  
    margin-left:210px;
    width: 640px;  
	height: 60px;
}  

.navi li    {  
    float: left;  
    text-align: center;  
}  


   /* ▼ナビゲーションのマウスオーバー */
#home-b {
    background: url(img/plustop_07_o.png) no-repeat;
    width: 80px;
    height: 60px;
}
#home-b a{
    display: block;
}
#home-b img{
    border: none;
}
#home-b a:hover{
    background: none;
}
#home-b a:hover img{
    visibility: hidden;
}

#works-b {
    background: url(img/plustop_08_o.png) no-repeat;
    width: 75px;
    height: 60px;
}
#works-b a{
    display: block;
}
#works-b img{
    border: none;
}
#works-b a:hover{
    background: none;
}
#works-b a:hover img{
    visibility: hidden;
}

#service-b {
    background: url(img/plustop_09_o.png) no-repeat;
    width: 85px;
    height: 60px;
}
#service-b a{
    display: block;
}
#service-b img{
    border: none;
}
#service-b a:hover{
    background: none;
}
#service-b a:hover img{
    visibility: hidden;
}

#company-b {
    background: url(img/plustop_10_o.png) no-repeat;
    width: 100px;
    height: 60px;
}
#company-b a{
    display: block;
}
#company-b img{
    border: none;
}
#company-b a:hover{
    background: none;
}
#company-b a:hover img{
    visibility: hidden;
}

#contact-b {
    background: url(img/plustop_11_o.png) no-repeat;
    width: 90px;
    height: 60px;
}
#contact-b a{
    display: block;
}
#contact-b img{
    border: none;
}
#contact-b a:hover{
    background: none;
}
#contact-b a:hover img{
    visibility: hidden;
}


   /* ▼TOPへ戻る */
.pagetop {
 display: none;
 position: fixed;
 bottom: 40px;
 right: 60px;
}

.pagetop a {
 display: block;
 width: 50px;
 height: 50px;
 background-color: #333;
 text-align: center;
 color: #fff;
 font-size: 24px;
 text-decoration: none;
 line-height: 50px;
}


