body {
	margin:0;
	text-align:center;
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
  }
a:link {
	color:#03C;
	text-decoration:none;
  }
a:visited {
	color:#03C;
	text-decoration:none;
  }
a:hover {
	color:#03C;
	text-decoration:underline;
  }
#sidebar a:link {
	color:#666;
	text-decoration:none;
  }
#sidebar a:visited {
	color:#666;
	text-decoration:none;
  }
#sidebar a:hover {
	color:#666;
	text-decoration:underline;
  }
a img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }


/* Header
----------------------------------------------- */
@media all {
  #header {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 100px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0.25em;
	padding-left: 5px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
#blog-title a {
	color:#333;
	text-decoration:none;
  }
#blog-title a:hover {
	color:#333;
  }
#description {
	max-width:700px;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
	padding:0;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
    }
  #main {
	width:530px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
    }
  #sidebar {
	width:200px;
	float:right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
	float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
	margin:1.5em 0 .75em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
	margin:1.5em 0 .5em;
	color: #000;
	font-size: 10px;
    }
  .post {
	margin:.5em 0 1.5em;
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
	color: #000;
	font-size: 13px;
    }
  }
@media handheld {
  .date-header {
	padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#900;
  }
.post-title a, .post-title a:visited, .post-title strong {
	display:block;
	text-decoration:none;
	color:#900;
	font-weight:normal;
  }
.post-title strong, .post-title a:hover {
	color:#900;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
	padding:4px;
	border:1px solid #CCC;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
	margin:1em 0;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
  }
#comments h4 strong {
	font-size:12px;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
	margin:-.25em 0 2em;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
	float: right;
	margin: 0px 6px 0px 0px;
	font-size: 12px;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#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:#333;
	line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
	margin:0;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 78%;
	line-height: 1.4em;
  }


/* Footer
----------------------------------------------- */
#footer {
	width:1000px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
#footer hr {
  display:none;
  }
#footer p {
	margin:0;
	padding-top:15px;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 78%;
	line-height: 1.6em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }

