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

body {margin: 0;
      background-color:#fff;
      background-image: url(../img/img_head.gif);
	  background-repeat:repeat-x;
	  color:#666;
	  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	  
img {border: 0;}

	
a {color:#902022; text-decoration: none;}

a:hover {color:#6c1318; text-decoration: underline;}
	  
#header {width: auto; height: 110px;
         background-image: url(../img/img_head.gif);
		 background-repeat:repeat-x;
		 background-position: 0px 0px;}
		 
#header-inner {width: 800px; height: 110px; 
               margin: 0; overflow: hidden; position: absolute; top:13px;}

#container {width: 800px; margin: auto;}

#menu {position: absolute;
       top: 53px;}

#content {width:800px;
          margin-top: 30px;
		  margin-bottom: 30px;}
		  
#photo {margin-top: 70px;}

#footer {width: auto; height: 110px;
         background-image: url(../img/img_foot.gif);
		 background-repeat:repeat-x;
		 clear: both;}
		 
#footer-inner {text-align:center;
               font-size: 0.5em;
			   color:#f8dabe;
			   padding-top: 20px;
			   letter-spacing: 1px;
			   margin:0;}

.post {width: 800px; text-align: center; margin-top: 30px;}

.post h2 {font-size: 1em;
          margin: 0;
		  margin-bottom: 20px;}

.posttext {font-size: 0.875em; line-height: 1.5;}

.posttext p {margin: 0; margin-bottom: 20px;}

.posttext small {font-size: 0.8em;}

.posttitle {margin-top:20px; margin-bottom: 30px;}


