body{ font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
           margin:30px;
                     }

#container{width:600px;
                                                       }


/*ヘッダー部分*/

#header {background-image:url(http://narutoya-tenzo.com/info/header.gif);
                  background-repeat: no-repeat;
                  width:600px;
                  height:94px;
                  }
        
#header h1{display:none;}

#header p{color:#FFFFFF;
                    font-size: 10px;
                    position:relative;
                    top:70px;
                    left:500px;}
                    

#header p a{color:#FFFFFF;
                       text-decoration: none;
}

#header p a:hover{color:#FF0000;
}



/*エントリー部分*/
#content-backgroud{
background-image:url(http://narutoya-tenzo.com/info/contents-back.gif);
background-repeat: repeat-y;
margin:0px;

}

#content{padding-top: 20px;
                 margin-left: 30px;
                 margin-right: 30px;}

#content h3{font-size:13px;
                      color:#000000;}

#content p{font-size:11px;
                    color:#666666;
                    line-height:160%;}

#content img.float-right{float:right;}

#content h2 {font-size:10px;
                       color:red;}

.float-right{float:right;
margin-left:5px;
margin-bottom:5px}

.float-left{float:left;
margin-right:10px;
margin-bottom:10px}

/*フッター部分*/
#footer{
background-image:url(http://narutoya-tenzo.com/info/footer.gif);
background-repeat: no-repeat;
              padding-top:3px;
              margin-right:10px;
width:600px;
                  height:30px;
             }

#footer p{font-size:9px;
                 margin-top:3px;
margin-left:10px;
                 margin-bottom:0;
                 color:#999999;
                  }


