@charset "UTF-8";
/* CSS Document */


body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
 {
  padding: 0;
  margin: 0;
 }
 fieldest, img{
   border: 0;
 }
 abbr, acronym{
   border: 0;
 }
 address, caption, cite, code, dfn, em, strong, th, var{
   font-style: normal;
   font-weight: normal;
 }
 h1, h2, h3, h4, h5, h6{
   font-size: 1em;
   font-weight: normal;
   font-style: normal;
 }
 
html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  } 
  
 body {
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
   background-color: #FFFFFF;
   line-height: 1.5em;
   color: #000000;
   font-size: 100%;
   font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3","Times New Roman,Times,serif"
   letter-spacing: normal;
   text-align: center;
 }
    
 a:link {
   color: #999999;
   text-decoration: none;
 }
 a:active {
   color: #000000;
   text-decoration: none;
 }
 a:visited {
   color: #CCCCCC;
 }
 a:hover {
   color: #FF6600;
   text-decoration: none;
 }
 
  #wrapper {
   margin: 0 auto;
   text-align: center;
   width: 816px;
   height: auto;
   background-color: #FFFFFF;
   }
   
 /*Mac IE5には次のスタイルは適用されません　¥*/
 *html div{ height: 1% }
 /*End Commented backslashハック */
 
	  /* MacIE begin ¥*/
       * html #header {
         height: 1%;
      }
       #header {
       display: block;
      }
      /* MacIE end */
	  
 
 
 /* MacIE begin ¥*/
 * html .clear {
   height: 1%;
 }
 .clear {
   display: block;
 }
 /* MacIE end */
 
 
 #header {
   margin: 20px auto 10px auto;
   width: 816px;
   height: 80px;
   color: #999999;
   letter-spacing: 2px;
 }
 #header h1 {
   font-size: 129%;
 }
 #header h2 {
   font-size: 88%;
 }
 
 #main {
   width: 816px;
   height: 440px;
 }
  #main .works {
    margin: 0px auto 10px auto;
    width: 650px;
	height: 430px;
  }
  

 #number {
   margin: 0 auto;
   width: 816px;
   height: 30px;
   text-align: center;
 }  
  #number li {
   margin: 0 7px 0 7px;
   display: inline;
   list-style-type: none;
  }
  #number li a:visited {
    color: #999999;
  } 
  #number .thumbnailBox {
    width: 816px;
	height: 30px;
  } 
  
 #mail {
   width: 816px;
   height: 20px;
 }
  #mail h3 {
    margin: auto 0px 5px 0px;
	text-align: right;
  }
  
 #footer {
   margin: 0 auto;
   width: 816px;
   height: 20px;
   color: #999999;
   font-size: 68%;
   border-top: solid 1px #CCCCCC;
   letter-spacing: 1px;
 }  


