/* 共通 */

body{ margin:0px;}

p{ margin:0px;}

.clear{ clear:both}

/*ヘッター*/
#heder, #footer{ width:800px;
                margin-top:0ox; 
                 margin:auto;}


#heder{ height:145px; background-image:url(img/header-main.jpg); 
	    background-repeat:no-repeat; 
		background-position:right;}

.heder-left{ float:left}
.heder-logo{ float:right; 
             padding-top:75px; 
						 padding-right:15px;
			        }


/*メイン*/
#main{width:800px; 
      margin-top:0ox; 
       margin:auto;
      }



#main-left{ float:left;
            width:235px;
						background-image:url(img/bg.jpg); 
						background-repeat:repeat-x}

#main-senter{ float:left;
              width:280px;
							background-image:url(img/bg.jpg); 
						background-repeat:repeat-x}
			  
.tex-box{ margin-top:60px;
         margin-left:0px;}			  


.img-left{ margin-top:0px;
           margin-left:15px;}

#main-right{ float:right;
            width:285px;}

.main-logo{ float:right;
            margin-top:10px;}			

.img-right{ margin-top:0px; 
            margin-right:20px;}
			
