/*****************************/
/*****     general       *****/
/*****************************/

*{
  margin: 0px;
  padding: 0px;
}



/***** layout *****/

body{
  text-align: center;
  margin: 0px;
  padding: 0px;
}

div#globalheader-container,
div#container,
div#top-box,
footer#footer{
  width: 850px;
  margin: 0px auto;
  padding: 0px;
}

div#globalheader-container{
  height: 75px;
}

h1#title{
  display: block;
  height: 305px;
}

h2#blog-description{
  display: none;
}

div#content{
  overflow: hidden;
}

aside#box2{
  text-align: left;
  width: 200px;
  float: left;
}

div#main{
  text-align: left;
  width: 649px;
  float: right;
}

footer#footer{

}


/***** image *****/

div#globalheader-container{
  background: URL(http://cdn-ak.f.st-hatena.com/images/fotolife/Y/Yashio/20121111/20121111230748.jpg) no-repeat;
}

h1#title{
  background: URL(http://cdn-ak.f.st-hatena.com/images/fotolife/Y/Yashio/20121111/20121111230747.jpg) no-repeat;
}


/***** color *****/

body{
  background-color: #a4c4bf;
}

div#globalheader-container,
h1#title,
div#top-box,
footer#footer{
  background-color: #f9d8ab;
}

div#main{
  background-color: #f4f1de;
}

div#content{
  background-color: #4d5643;
}



/***** border *****/





/***** margin, padding   *****/

aside#box2,
div#main,
footer#footer{
  padding: 20px 0px;
}


/***** text *****/

body{
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2b2d27;
}

a{
  color: #2b2d27;
  text-decoration: none;
}

a:hover{
  color: #ff8d68;
}

p{
  padding: 0px;
  margin: 0px;
}


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

h1#title{
  text-align: left;
  text-indent: 90px;
  font-size: 40px;
  line-height: 150px;
  letter-spacing: 20px;
}

h1#title a{
  color: gray;
}


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

aside#box2, 
aside#box2 a{
  font-size: 13px;
  line-height: 21px;
  color: #9b9a8f;
}

aside#box2 a:hover{
  color: #ff8d68;
}

div.hatena-module{
  margin: 0px 10px 40px 10px
}

div.hatena-module-title{
  border: solid dimgray;
  border-width: 0px 0px 1px 0px;
  margin-bottom: 10px;
}

div.hatena-module-title, 
aside#box2 div.hatena-module-title a{
  font-size: 14px;
  font-weight: bold;
  color: tan;
}

div.hatena-module-body{
  margin: 0px 10px;
}

div.hatena-module-body ul{
  list-style-type: circle;
  padding: 0px 0px 0px 15px;
  margin: 0px;
}

div.hatena-module-body li{
  margin-bottom: 5px;
}


/***** profile *****/
div.hatena-module-profile img.profile-icon{

}

div.hatena-module-profile span.id{
  display: block;
  float: none;
}

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

.hatena-module select,
form.search-form input{
  background: #9b9a8f;
  padding: 2px;
  border: none;
  border-radius: 2px;
  color: black;
  margin: 5px;
}


/***** calendar *****/

.hatena-module .calendar-sunday,
.hatena-module .calendar-weekday,
.hatena-module .calendar-saturday,
.hatena-module .calendar-day{
  font-weight: normal;
  border: 1px solid #4d5643;
}

.hatena-module .calendar-sunday,
.hatena-module .calendar-weekday,
.hatena-module .calendar-saturday{
  color: black;
  font-size: 10px;
}

.hatena-module .calendar-day{
  color: #222;
  font-size: 12px;
}

.hatena-module .calendar-sunday{
  background-color: #6b5652;
}

.hatena-module .calendar-weekday{
  background-color: #606d55;
}

.hatena-module .calendar-saturday{
  background-color: #536b6c;
}



/*****************************/
/*****       main        *****/
/*****************************/


div#main-inner{
  margin: 10px 60px 120px 60px;
}

div.entry-inner{
  margin: 40px 0px 50px 0px;
}

div.entry-content a{
  font-weight: bold;
}

div.entry-content a.keyword{
  font-weight: normal;
}

/***** titles *****/

div.date a{
  color: darkgray;
  font-family: 'Trebuchet MS';
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin: 0px 0px -10px -10px;
}

h1.entry-title{
  display: block;
  width: 450px;
  margin: 20px 0px 0px 0px;
}

h1.entry-title, 
h1.entry-title a{
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}

h2.archive-heading{
  color: darkgray;
  font-size: 15px;
}

div.entry-content h3
div.entry-content h4{
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

div.entry-content h5{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}


/***** section header, footer *****/

div.entry-categories,
div.entry-categories a,
footer.entry-footer,
footer.entry-footer a,
div.entry-header-menu{
  font-size: 12px;
  color: #5c7779;
}

div.entry-categories a:hover,
footer.entry-footer a:hover{
  color: #ff8d68;
}

div.entry-categories,
footer.entry-footer,
div.entry-header-menu,
div.pager{
  margin: 0px 0px 0px auto;
  text-align: right;
}

div.entry-categories{
  margin-bottom: 10px;
  padding-bottom: 5px;
  border: dashed silver;
  border-width: 0px 0px 1px 0px;
}


/***** related-entries *****/

div.hatena-module-related-entries{
  text-align: left;
  font-size: 12px;
}

a.related-entries-title{
  font-weight: bold;
}

div.related-entries-entry-body{
  margin-bottom: 20px;
}

/***** others *****/

div.entry-content li
{
  margin-left: 30px;
}


div.entry-content dd{
  margin-left: 60px;
}

div.entry-content dt{
  margin-top: 10px;
  font-weight: bold;
}

img.photo{
  float: right;
  margin: 3px 3px 15px 15px;
}

img.hatena-fotolife{
  margin: 10px;
  border: black solid 1px;
}

span.highlight{
  background: yellow;
}


/***** blockquote, pre, asin *****/

div.entry-content blockquote,
div.entry-content pre,
div.hatena-asin-detail{
  width: auto;
  margin: 10px;
  padding: 10px;
  background: #d6dbd4;
}

div.entry-content blockquote,
div.entry-content pre,
div.footnote,
div.hatena-asin-detail ul,
div.hatena-asin-detail a{
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0px;
}

div.entry-content table {
  border-collapse: collapse;
}

div.entry-content table th,
div.entry-content table td {
  border: solid 1px black;
}


/***** asin *****/

div.hatena-asin-detail ul{
  list-style-type: none;
  margin-top: 10px;
}

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

div.hatena-asin-detail-info{
  width: 350px;
  margin-left: 10px;
  float: left;
}

p.hatena-asin-detail-title{
  margin-left: 20px;
}

p.hatena-asin-detail-title,
span.hatena-asin-detail-label{
  font-weight: bold;
}

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

img.asin{
  margin: 5px;
  border: 1px solid gray;
}



/*****************************/
/*****      others       *****/
/*****************************/

div.archive-entry-body{
  margin-bottom: 30px;
}




/***** book-list *****/

table.book-list{
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-collapse: collapse;
}

table.book-list td{
  padding: 1px;
  margin: 0px;
  border-width: 0px;
  border-bottom: 1px silver solid;
}

table.book-list thead th{
  padding: 3px;
  margin: 0px;
  border-width: 0px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #ddd;
  background-color: #444;
}

table.book-list tbody td{
  width: 70px;
  font-size: 11px;
  color: gray;
}

table.book-list tbody td + td{
  width: 160px;
  font-size: inherit;
  color: inherit;
}

table.book-list tbody td + td + td{
  width: 275px;
  font-weight: bold;
}

table.book-list tbody td + td + td + td{
  width: auto;
  font-weight: inherit;
}
