/* 全体 */
* {
     text-align: ;
     font-size: 11px;
     }
     
html {
     height: 100%;
     }
     
body {
     background-color: #f4f3ef;
     height: 100%;
     color: #55555;
     max-width: px;
     margin: 0 auto;
     }
     

/* 全体 */    
#wrap {
     max-width: 1000px;
     min-height: 100%;
     margin-left:auto;margin-right:auto;
     position: relative;
     height:　auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     text-align: center;  
     padding: 0px 10px;
     }
      


/* リンク */     
a:link {
     color: #978442;
     font-style: normal;
     text-decoration: none;
     transition: color 0.3s ease 0s;
     } 
a:visited {
     color: #978442;
     font-style:normal;
     text-decoration: none;
     }
a:hover {
     color: #555555;
     font-style:normal;
     text-decoration: none;
     }
a:active {
     text-decoration:none;
     }  


span.aiu {
     color: #cbb467;
     font-family: Georgia;
     font-size: 15px;
     }
     


/* トップ */       
#top {
     text-align: center;
     position: absolute;
     top: 0;
     left: ;
     right: ;
     bottom: 0;
     margin: auto;
     width: 120px;
     height: 220px;
     background-color: rgba( 240,255,255, 0.8)     
     }
     
.top {
     width: 100%;
     margin-top: 0px;
     border: px solid #fff; 
     padding-bottom: 20px;
     }    
     
     
/* ヘッダー */       
#header {
     text-align: center;
     margin-top: 65px;
     margin-bottom: 30px;    
     } 


h1 { 
     font-family: Georgia;
     text-align: left;
     border: 0px solid;
     padding: px 20px;
     color: ;
     font-size: 18px;
     text-transform: uppercase;
     display: ;    
     
     } 
 
h2 {
     color: #555555;
     font-family: Georgia;
     font-size: 17px;
　　　}

.menu {
     color: #555555;
     font-family: Georgia;
     font-size: 17px;
     }
     

h3 {
     color: #b22222;
     font-family: Georgia;
     font-size: 13px;
　　　}


hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e5e1;
  border: 0; 
}
  


#contents {
     margin-top: px;
     margin-left: 0px;
     padding-bottom: 30px;
     font-size: 12px;
     text-align: left;
     }
         
img.contents {
     height: 30px; width: auto ;
     margin-right: 1em; 
     margin-top: 1em; 
     }     
	
	
#mail {
     width: 450px ; height: auto ;
     margin-left: 0px;
     padding-bottom: 50px;
     text-align: left;
     background-color: #f4f3ef;
     } 	
	


/* お知らせ */        
#news {
     margin-top: 0px;
     margin-left: 0px;
     padding-bottom: 30px;
     font-size: 12px;
     text-align: left;
     }
          
span.n {
     color: #b22222;
     font-family: Georgia;
     font-size: 14px;
     font-weight: bold;
     }




/* 情報 */ 

#about {
     float: left ; width: 500px ; height: auto ;
     margin-left: 0px;
     margin-top: 0px;
     padding-bottom: 50px;
     text-align: left;
     }
       
     
/* 仕事 */  
#work {
     float: left ; width: auto ; height: auto ;
     margin-left: 0px;
     margin-top: 10px;
     padding-bottom: 50px;
     text-align: left;
     }
 
img.work {
     float: left ; height: 120px; width: auto ;
     margin-right: 2em; 
     margin-bottom: 1em; 
     }



/* 絵 */  
.yoxview {
      margin: 0px;
      text-align: left;   
      padding-bottom: 50px;
      }
      
img.rollo {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 1;   
     margin-right: 0.5em; 
     margin-bottom: 0.5em; 
     height: 110px;
     border-radius: 0px;
     border:solid px #fff;
     }
     
img.rollo:hover {
     opacity: 0.6;
     }
       
      
img.rollo2 {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 1;   
     margin-right: 0.5em; 
     margin-bottom: 0.5em; 
     height: 70px;
     border-radius: 0px;
     border:solid px #fff;
     }
     
img.rollo2:hover {
     opacity: 0.6;
     }  



 /* コピーライト */       
#copyright {
     width: 100%;
     font-size: 8px;
     text-align: center;
     height: 20px;
     margin-top: 10px;
     position: ;
     bottom: ;  
     }
        