@charset "euc-jp";


html {
	margin:0;
	padding:0;
	border:none;
}

body{ 
	font-size: 80%; 
	/* MacIE5 \*/ 
	letter-spacing: 1px;
	/*  */
	font-family: Verdana, Osaka, sans-serif; 
	line-height: 1.5; 
	color: #000000; 
	background-color: #8AB6F8; 
	text-align: center;
	margin: 0; 
	padding: 0;

	word-break: break-all ;
	word-wrap: break-word ;

}

/********************** header **********************/

table        { 
	background-color : transparent;
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

td 
{
 	background-color : transparent;
}

table table td{
 	background-color : transparent;
}

table table{
	margin: 0;
	padding:0;
	border: none;
	border: 0;
	background-image: none;
	background-color : transparent;
	font-size: 100%;
}

table table td font, 
table table td a{
	border:none;
	color: #ffffff;
	font-size: 100%;
}

table a{
border: none;
}

table input{
	border: 0;
	background-color : #ffffff;
	color: #000000;
}

.day table{
	font-size: 100%;
	width: auto;
	margin: 0;
}

/********************title****************************/

.hatena-body{
	position: relative ;
	width: 735px ;
	max-width: auto ;
	margin: 0 auto;
	padding: 0;

}

.main{
	padding: 0px;
	margin: 0 0 0 195px;
}


h1 {	
	width: 700px;
	font-family: 'Comic Sans MS',sans-serif;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0;
	font-size: 200%;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
}

h1 a{
	border: none;
	color: #ffffff;
}


div.day {
	margin: 0 auto 15px auto;
	padding: 0 0 20px 0;
	width: 540px ;
	background-image: url("waku3.gif");
	background-position: bottom left;
	background-repeat: no-repeat;

}

h2,
h2 a{
	text-decoration: none;
	border: none;
	color: #000000;

}

h2 {
	font-family: 'Comic Sans MS',sans-serif;
	font-size: 120%;
	font-weight:bold;
	margin: 0;
	padding: 12px 12px 6px 12px;
	text-align:left;
	background-image: url("waku1.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

span.date{
	letter-spacing: 0px;

}

span.title{
	font-size: 100%;
	letter-spacing: 1px;
	font-family: Verdana, Osaka, sans-serif; 
	font-weight: bold;
	margin-left: 15px;
}

div.body {
	
	padding: 10px 0 0 0;
	margin:  0;
	text-align: left;
	background-image: url("waku2.gif");
	background-position: top left;
	background-repeat: repeat-y;
	width: 100% ;
	zoom:1;
}

div.body:after {
	content: "";
	clear: both;
	display: block;
}

div.day > div.body {
  	padding-bottom: 1.1em;
}


div.section{
	margin: 0 15px 12px 15px;
	border-bottom: solid 1px #ffffff;
}

.section p {	
	margin: 1em;
	padding: 0;
}

h3 {	
	color: #000000;
	font-size:100%;
   	font-weight: bold;
	margin:0;
	padding: 0;
	text-align:left;

}

h3 a{
	border: none;
}

a.sectioncategory{
	
}

span.sanchor{
	color: #8AB6F8;
	margin:0;
}

span.timestamp{
	font-size:70%;
	font-weight: normal;
	letter-spacing: 0px; 
}

.body h3.title {
	border-left: 6px solid #8AB6F8;
	padding-left: 0.5em;
	margin-bottom:0;
}

.body h3.title a {
  color: #000000;
  text-decoration: none;
}

.section p.sectionfooter {	
	margin: 1em 1em 0.5em 1em;
	text-align: right;
	padding: 0;
	font-size: 90%;
}


.section p.sectionfooter a{	
	border-bottom: dashed 1px #e0e0e0; ;
}

/******************* decoration ************************/

a{
	text-decoration: none;
	color: #000000;
	border-bottom:solid 1px #000000;
}

a.keyword, 
a.okeyword{
	text-decoration: none;
	border-bottom: dotted 1px #d0d0d0;
}


a:link{}
a:visited{}

a:hover,
a:hover font{
	color: #ff8600;
	border-color: #ff8600;
}
a:active{} 

h4 {	
	color: #000000;
   	font-size:100%;
   	font-weight: bold;
	margin: 7px 0;
	padding: 0 0 0 5px;
	border-left: solid 2px #8AB6F8;
	text-align:left;
	word-break:break-all;
}

blockquote{
	border: solid 1px #8AB6F8;
	margin: 1em;
	padding: 7px;
}

.section blockquote p{
	margin: 7px;
	padding: 0;
}

cite{
	font-weight: bold;
	font-style: normal;
}

pre	{
	border: dotted 1px #8AB6F8;
	margin: 1em;
	padding: 1em;
}

font{
	line-height: 1.2;
}

em,
em a{
	font-weight: normal;
	font-style: normal;
	border: none;
	background-color: #8AB6F8;
}

ins,
ins a{
	text-decoration: none;
	border: none;
	color: #666666;
}

/************************* list **********************/

.section ul{

}

.section ul li {

}

.section ul ul{

}

.section ol {

}

.section dl{
	margin: 1em;
}

.section dt{
	font-weight: bold;
}


/********************** img ***************************/

a img{
	border: none;
}

.day img.photo{
	float: right;

	position: relative;
	margin: 0 2em 10px 10px;
	border: 0;
}

.day img.asin{
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	border: 0;
}

/********************* footnote **********************/

span.footnote{
	font-size: 70%;
}

span.footnote a{
	border: 0;
}

div.footnote{
	margin: 1em 2em;
}

p.footnote{
	margin: 0;
	font-size: 90%;
}

/********************** comment ***********************/

div.comment,
div.refererlist{
	background-image: url("waku2.gif");
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 15px 0 15px;
	margin: 0;
}


div.refererlist ul{
	margin: 0 2em;
	padding: 0;
	list-style-type: square;
	font-size: 80%;
	letter-spacing: 0px;
}

form div.refererlist ul{
	font-size: 100%;
	letter-spacing: 1px;
}

div.caption{
	font-size: 80%;
	padding: 0;
	margin: 0;
}

form div.refererlist div.caption{
	font-size: 100%;
	padding: 0 0.5em;
	margin: 0;
}



div.caption a{
        border: none;
}

div.commentshort{
	margin: 0;
	padding: 0;

}
div.commentshort textarea{
	width: 100%;
}

span.canchor{
	display: none;
}

div.commentshort a{
	border: none;
}

span.commentator{
	font-weight: bold;
	display:block;
	margin: 0 0 0 -1em;
}

form span.commentator{
	display: inline;
	margin: 0;
}

div.commentshort P
{
	margin: 5px 0 0 1em;
	font-size: 90%;
	letter-spacing: 0px; 
}


/*************** trackback/comment module ****************/

.hatena-modulebody ul.hatena-recentcomment li a{
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.hatena-modulebody ul.hatena-recentcomment li a:hover{
	width: auto;
	border: none;
}


/******************asin detail***********************/

div.hatena-asin-detail {
	margin: 1em 1em;
	padding: 10px;
	border: solid 1px #8AB6F8;
	_width: 100%;
}

img.hatena-asin-detail-image {
	float: left;
	border: 0;
	margin: 0 10px 0 0 ;
}

div.hatena-asin-detail-info{
	float: left\9;
	margin: 0;
	word-break: break-all;
}

.section p.hatena-asin-detail-title{
	font-weight: bold;
	width: 100%;
	margin: 0;
}

div.hatena-asin-detail-info ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}


div.hatena-asin-detail-info li {
	margin: 0;
	padding: 0;
}


div.hatena-asin-detail p a{
	border: 0;
}

div.hatena-asin-detail-foot {
	clear: left;
}

/*::table::::::::::::::::::::::::::::::::::::::::::::::::::*/


.day td{
	padding: 5px;
	margin: 0;
	border: solid 1px #8AB6F8;
}

.day th{
	padding: 5px;
	margin: 0;
	border: solid 1px #8AB6F8;
	color: #333333;
	font-weight: bold;
}

.day table{
	margin: 1em;
	font-size: 100%;
	border-collapse: collapse;
	text-align: left;
	border: solid 2px #8AB6F8;
}

/*::question-table::::::::::::::::::::::::::::::::::::::::::::::::::*/

th.hatena-question-detail-title{
	border: none;
	padding: 5px;
	margin: 0;
	color: #333333;
	font-weight: bold;
	
	width: auto;
}

th.hatena-question-detail-title a{
	border:none;
	text-decoration:none;
	color: #333333;
}

td.hatena-question-detail-label{
	width: 30%;
}

td.hatena-question-detail-value{
	width: auto;
}

img.hatena-question-image{
}

.day table.hatena-question-detail{
	margin: 1em;
	padding: 0;
	font-size: 100%;
	border: solid 2px #8AB6F8;
	text-align: left;
	table-layout: auto;
}


/************************ form **********************/

form{
	margin: 0;
	padding: 0;
}

form.hatena-searchform{
	margin: 5px 0;
}

div.day form{
	width: 540px;
	margin: 0;
	padding: 0;
}

div.day form div.body{
	margin: 0;
	padding: 0 15px;
}


div.day textarea{
	width: 100%;
}

textarea,
input{
	letter-spacing: 0px;
}

/********************** sidebar ***********************/

.sidebar {
	position: absolute;
	top: 10px; 
	left: 0px;
	width: 180px;
	padding: 0;
	margin: 0 ;
	font-size: 90%;
	text-align: left;
	border: none;
}

.hatena-module{
	margin:0 0 15px 0;
	padding: 0 0 20px 0;
	background-image: url("wakus3.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
	width: 100% ;
}

.hatena-moduletitle,
.hatena-moduletitle a{
	border: none;
	color: #000000;
	letter-spacing: 0px;
	font-weight: bold;
}

.hatena-moduletitle{
	font-family: 'Comic Sans MS',sans-serif;
	font-size: 120%;
	padding: 12px 12px 7px 12px;
	margin: 0px;
	text-align: left;
	background-image: url("wakus1.gif");
	background-position: top left;
	background-repeat: no-repeat;

}

.hatena-modulebody{
	padding: 0px 13px 0 13px;
	margin: 0;
	font-size: 90%;
	width:100%;
	background-image: url("wakus2.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

.hatena-modulebody a{
	border: none;
}

/********************** sideber li **********************/


.hatena-modulebody ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.hatena-modulebody li {

}

.hatena-modulebody li a{

}

.hatena-modulebody li a:hover {

}



/******************* photo module *******************/


ul.hatena-photo{
	padding: 0;
	margin: 0;
	width: auto;
	list-style-type: none;
	text-align: left;
}

ul.hatena-photo li{
	margin: 0;
	display: inline;
	width: none;
	
}

ul.hatena-photo li img{
	
}

ul.hatena-photo li a{
	display: inline;
	width: 48%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

ul.hatena-photo li a:hover{
	width: 48%;
	background-image: none;
}

ul.hatena-photo li a img{
	filter: none;
	border: 1px solid #999999;
}

ul.hatena-photo li a:hover img{
	filter: none;
	border: 1px solid #ff8600;
}


/********************** calender **********************/

div.calendar {
	font-size:80%;
	color: #ffffff;
	margin: 0 ;
	width: 550px;
	padding: 0;
	text-align: right;
}

div.calendar a{
	border: none;
	color: #ffffff;
}

.main div.calendar{
	width: auto;
	text-align: right;
}

.sidebar div.calendar{
	width: auto;
	text-align: left;
}

div.breadcrumbs{
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}

div.breadcrumbs a{
	border: none;
	color: #ffffff;
}


/*::rss:module::::::::::::::::::::::::::::::::::::::::::::::::::*/

dl.hatena-rss{
	margin: 0;
}

dl.hatena-rss dt{

}

dl.hatena-rss dd{
	margin: 0 0 0 0.5em;
	color: #aaaaaa;
}

/*::keyword:cloud::::::::::::::::::::::::::::::::::::::::::::::::::*/

ul.keywordcloud {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
}

ul.keywordcloud li {
  display: inline;
}

a.keywordcloud0 { font-size: 100%; }
a.keywordcloud1 { font-size: 120%; }
a.keywordcloud2 { font-size: 130%; }
a.keywordcloud3 { font-size: 140%; }
a.keywordcloud4 { font-size: 150%; }
a.keywordcloud5 { font-size: 160%; }
a.keywordcloud6 { font-size: 180%; }
a.keywordcloud7 { font-size: 200%; }
a.keywordcloud8 { font-size: 220%; }
a.keywordcloud9 { font-size: 240%; }
a.keywordcloud10 { font-size: 260%; }
a.keywordcloud0, a.keywordcloud1, a.keywordcloud2, a.keywordcloud3, a.keywordcloud4, a.keywordcloud5, a.keywordcloud6, a.keywordcloud7, a.keywordcloud8, a.keywordcloud9, a.keywordcloud10 {
  text-decoration: none;
}


/********************** calendar2 **********************/

div.calendar2{
	padding: 10px 0 0 0;
	text-align: center;
}

table.calendar{
	font-size: 100%;
	letter-spacing: 0px;
	_width: 100%;
	margin: 0 auto;
	padding:0;
	background-color: #ffffff;
	border: none;
	background-image : none;
	background-repeat: no-repeat;
	text-align: right;
	
}

td.calendar-current-month{
	font-weight: bold;
}

td.calendar-prev-month,
td.calendar-current-month,
td.calendar-next-month{
	text-align:center;
}

td.calendar-day {

}
td.calendar-day a{
	border-bottom: 1px solid #000000;
}

td.calendar-weekday,
td.calendar-sunday,
td.calendar-saturday{
	display:none;
}

td.calendar-day img {
	width: 12px;
	height: 12px;
	border: 0;
}


/************************ other ****************************/

div.adminmenu{
	text-align: right;
	width: 710px;
	padding: 0;
	margin: 1em auto;
	font-size: 80%;
	color: #ffffff;
}

div.adminmenu a{
	border: none;
	color: #ffffff;
}

div.hatena-body div.adminmenu{
	text-align: right;
	margin: 0.5em 1em;
	font-size:80%;
}


span.highlight {
	background-color: yellow;
	padding: 1px;
}

div.body {
	clear: both;
}

p.hatena-profile-image , p.hatena-profile-id{
  margin:0;
} 


/* adsense */

.google_color_text { color:#000000; }
.google_color_link { color:#000000; }
.google_color_url { color:#000000; }
.google_color_bg { color:#ffffff; }
.google_color_border { color:#ffffff; }

p.sectionfooter {
  clear:both;
}

/* max-width */

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