/* Yadda Stylesheet 2005 - Joe[y]
----------------------------------------------- */

body {
  background:#fff;
  width:550px;
  margin:0;
  padding:40px 20px;
/*  font:x-small Georgia,Serif; */
font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Verdana, Helvetica, Arial, sans-serif; 
  text-align:center;
  color:#333;
  font-size:small;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#58a;
  text-decoration:none;
  }
a:hover {
  color:#009966;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }


/* Shadow Border
----------------------------------------------- */

.s1 { border: solid 1px #FDFDFD;
       border-top:none;
	   border-bottom:none;
	   }
.s2 {  border: solid 1px #F4F4F4;
       border-top:none;
	   border-bottom:none;
	   }
.s3 {  border: solid 1px #F0F0F0;
       border-top:none;
	   border-bottom:none;
	   }
.s4 {  border: solid 1px #EBEBEB;
       border-top:none;
	   border-bottom:none;
	   }
.s5 {  border: solid 1px #E5E5E5;
       border-top:none;
	   border-bottom:none;
	   }
.s6 {  border: solid 1px #E0E0E0;
       border-top:none;
	   border-bottom:none;
	   }
.s7 {  border: solid 1px #DCDCDC;
       border-top:none;
	   border-bottom:none;
	   }
.s8 {  border: solid 1px #D0D0D0;
       border-top:none;
	   border-bottom: solid 1px #ccc;
	   }

/* Header
----------------------------------------------- */
#header {
  width:530px;
  margin:0 auto 10px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  }
  
#title {
/*
  text-align: right;
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:0px solid #eee;
  border-width:0px 0px 0;
  */
  font-size:50%;
/*  line-height:1.2em;
*/
  font-weight:normal;
  color:#CCC;
/*
  letter-spacing:.2em;
*/
  }

#description {
  text-align: right;
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:0px solid #eee;
  border-width:0 0px 0px;
  max-width:700px;
  font:78%/1.4em ;
  letter-spacing:.2em;
  color:#999;
  }


/* Layout
----------------------------------------------- */
#content {
  width:520px;
  margin:0 auto;
  padding:10px;
  text-align:left;
  }
#main {
  width:520px;
  padding: 5px;
  float:left;
  }


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em ;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts (from blogger.com layout)
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#009966;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#009966;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em ;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Sidebar
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }
.sidebar-title {
  font-size:110%;
  color:#777;
   line-height:1.5em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:530px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em ;
  letter-spacing:.1em;
  }


