@charset "euc-jp";

* {
	margin: 0;
	padding: 0;
}

/*----- elements -----*/  

body {
	color: #000;
	background: #ccc;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 15px;
}
a:link {
	color: #000;
}
a:visited {
	color: #666;
}
a:hover {
	color: #fff;
	background: #f5005d;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p {
	margin: 1em 0;
}
ul, ol {
	margin: 1em 0 1em 2em;
	padding: 0;
}
li ul, li ol {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0 0 0.5em;
}
dt {
	border-bottom: dashed #000 1px;
	margin: 0.5em 0 0.2em;
	padding: 0 0 0.1em;
}
dd {
	margin: 0 0 0 2em;
}
blockquote {
	border: solid #ddd 1px;
	margin: 1em 0;
	padding: 0.5em 1.5em;
}
blockquote cite {
	display: block;
	font-style: normal;
	text-align: right;
}
q {
	quotes: '"' '"';
	margin: 0 0.2em;
}
cite {
	font-style: italic;
}
pre {
	border: solid #ddd 1px;
	font-family: mono-space;
	overflow: auto;
	margin: 1em 0;
	padding: 1em;
}
code {
	font-family: mono-space;
	margin: 0 0.2em;
}
pre code {
	margin: 0;
}
table {
	font-size: 100%;
}
.day table {
	border: solid #000 1px;
	border-collapse: collapse;
	text-align: left;
	margin: 0.6em 0;
}
.day th {
	color: #ddd;
	background: #000;
	font-weight: bold;
	padding: 0.4em;
}
.day th a:link {
	color: #ddd;
}
.day td {
	border: solid 1px #000;
	padding: 0.4em;
}
del {
	text-decoration: line-through;
	margin: 0 0.2em;
}
ins {
	border-bottom: solid #666 1px;
	text-decoration: none;
	margin: 0 0.2em;
	padding: 0 0 0.1em;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #dd0127;
	font-weight: bold;
}
textarea {
	padding: 0.1em;
}
input {
	padding: 0.1em;
}
a img {
	border: none;
}
br {
	line-height: 1.0;
}



/*----- simple-header ------*/  

#simple-header {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
#simple-header form,
#simple-header input {
	display: none;
}
#simple-header ul.menu {
	list-style: none;
	margin: 0.3em 0 0;
}
#simple-header ul.menu a {
	color: #aaa;
	background: #ccc;
	text-decoration: none;
}
#simple-header ul.menu a:hover {
	color: #fff;
	background: #f5005d;
	text-decoration: none;
}

/* delete default style */  

#simple-header {
	background: transparent;
	padding: 0;
}
#simple-header ul {
	position: static;
}
#simple-header ul li {
	display: list-item;
}
#simple-header img {
	margin: 0;
}



/*----- title -----*/  

h1 {
	color: #fff;
	background: #000 url('20080403104409.jpg') no-repeat center 80px;
	border: solid #000;
	border-width: 0 1px 30px;
	font-size: 160%;
	font-weight: normal;
	text-align: left;
	width: 500px;
	_width: 520px;
	margin: 0 auto;
	padding: 20px 0 260px 20px;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
h1 img {
	vertical-align: middle;
}



/*----- hatena-body -----*/  

.hatena-body {
	background: #fff;
	border: solid #000;
	border-width: 0 1px 1px;
	text-align: left;
	width: 520px;
	margin: 0 auto 2em;
	padding: 0.5em 0 0;
}
.hatena-body:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: solid transparent 1px;
}
#pager-top, #pager-bottom {
	text-align: right;
	margin: 0 20px;
	padding: 0 0 0.5em;
}
.day {
	margin: 0 20px 3em;
}
h2 {
	color: #fff;
	background: #000;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 2em;
	padding: 0.4em 0.5em;
}
.day h2 a {
	color: #fff;
	text-decoration: none;
}
h2 span.date {
	font-size: 110%;
	margin: 0 0.5em 0 0;
}
img.photo {
	float: right;
	margin: 3em 0.4em 1em 1em;
}
.section {
	margin: 2em 0;
}
span.sanchor {
	color: #000;
	font-family: monospace;
	text-decoration: none;
	margin: 0 0.2em 0 0;
}
h3 a:hover span.sanchor {
	color: #fff;
}
.section h3 a {
	text-decoration: none;
}
h3 span.timestamp {
	font-weight: normal;
}
h3.title {
	border-left: solid #000 6px;
	line-height: normal;
	margin: 0;
	padding: 0 0 2px 7px;
}
p.sectionheader {
	border-left: solid #666 6px;
	text-align: left;
	line-height: normal;
	margin: 0;
	padding: 0 0 0 7px;
}
p.sectionheader a {
	text-decoration: none;
}
h3 img,
p.sectionheader img {
	vertical-align: middle;
}
h4 {
	border-left: solid #000 4px;
	font-weight: normal;
	margin: 2em 0 1em;
	padding: 0 0 0 0.5em;
}
h5 {
	border-left: solid #000 2px;
	font-weight: normal;
	margin: 1em;
	padding: 0 0 0 0.5em;
}
h6 {
	font-weight: normal;
	margin: 1em;
}

/* comment */  

.comment {
	margin: 2em 0 0;
}
.comment .caption a {
	color: #fff;
	background: #f5005d;
	text-decoration: none;
}
.commentshort p {
	margin: 1em 0;
}
span.commentator {
	margin: 0 0.5em 0 0;
}
span.commentator a {
	text-decoration: none;
}
span.commentator img.hatena-id-icon {
	vertical-align: middle;
	margin: 0 0.4em 0 0;
}
.comment span.timestamp {
	color: #999;
}
.comment span.timestamp a {
	color: #999;
	text-decoration: none;
}
.comment span.timestamp a:hover {
	color: #fff;
}
.comment span.commentbody {
	display: block;
	margin: 0.2em 0 0;
}
p.commentform {
	margin: 1em 0 0.2em;
}
.comment input, .refererlist input, textarea,
.captcha input {
	border: none;
	margin: 0.2em 0;
	border: solid #000 1px;
}
.comment textarea {
	height: 10em;
	width: 90%;
}
.comment input[type="submit"], .refererlist input[type="submit"] {
	color: #fff;
	background: #000;
	border: none;
	padding: 0.1em 0.4em;
}
.comment input[type="submit"]:active, .refererlist input[type="submit"]:active {
	padding: 0.1em 0.3em 0.1em 0.5em;
}
.captcha img.captcha-image {
	margin: 0 0.4em 0 0;
}

/* refererlist */  

.refererlist {
	margin: 2em 0 0;
}
.refererlist ul {
	margin-top: 0.5em;
}

/* footnote */  

span.footnote {
	margin: 0 0.2em;
}
.footnote p {
	margin: 0.3em 0 0.3em 1em;
}



/*----- about, archive -----*/  

#hatena-about,
#hatena-archive {
	background: #fff;
	border: solid #000 1px;
	width: 520px;
}

/* about */  

#hatena-about {
	padding: 2em 0 0;
}
#hatena-about h2 {
	font-size: 140%;
}
h3.subtitle {
	border-left: solid #000 6px;
	padding: 0 0 0 7px;
}
ul.hatena-profile-list {
	margin: 1em 0;
}
ul.hatena-profile-list li {
	display: inline;
	margin: 0 0.2em 0 0;
}

/* archive */  

#hatena-archive {
	padding: 1em 0;
}
#hatena-archive h2 {
	font-size: 120%;
}
#hatena-archive h2 input[type="text"] {
	background: #fff;
	border: none;
	margin: 0 0 0 0.5em;
}
#hatena-archive .calendar {
	margin: 5px 20px;
}
ul.archives  {
	list-style:none;
}
ul.archives ul {
	margin: 0.3em 0 0.3em 3em;
}
li.archive-date {
	margin: 1em 0 0;
}


/*----- others -----*/  

/* highlight */  

span.highlight {
	background: #ff0;
}

/* keyword */  

a.keyword {
	color: #000;
	text-decoration: none;
}
a.keyword:hover {
	color: #fff;
}

/* asin */  

.hatena-asin-detail {
	border: solid #ddd 1px;
	margin: 1em 0;
	padding: 1em;
}
.hatena-asin-detail-image {
	float: left;
	margin: 0 15px 0 0;
}
.hatena-asin-detail-title {
	margin: 0;
}
.hatena-asin-detail ul {
	list-style: none;
	margin: 0.5em 0 0;
}
.hatena-asin-detail-foot {
	clear: left;
}

/* adsense */    

div.ad {
	overflow: auto;
}


/* public design */  

.message{
	width: 330px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

/* ADD HATENA */

div.sidebar {
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
}

div.hatena-module {
  width:230px;
  margin-right:10px;
  margin-bottom:20px;
  float:left;
  overflow:hidden;
}

div.hatena-module div.hatena-moduletitle{
  font-weight:bold;
}

div.hatena-module ul {
  margin:10px 0;
  padding:0;
  list-style:none;
}

div.hatena-module ul.hatena-photo li{
  display:inline;
}

div.hatena-profile {
  zoom:1;
}

div.hatena-profile:after {
  clear:both;
  content:"";
  display:block;
}

p.hatena-profile-image {
  float:left;
  margin-right:10px;
  margin-top:0;
}

div.hatena-module table.calendar {
  width:230px;
  margin-top:10px;
}

div.hatena-module table.calendar td{
  text-align:center;
}

div.adminmenu {
  position:absolute;
  width:200px;
  right:10px;
  top:10px;
  text-align:right;
}

div.adminmenu span {
  display:block;
}

div.adminmenu span a{
  color:#aaa;
  background:#ccc;
  font-size:90%;
}

/* max-width */

div.section img.hatena-fotolife {
  max-width:480px;
}

/* share-button */
.body .section p.share-button {
  margin-top: 2em;
}