@charset "euc-jp";

/* 
 title:20 Panda
 author: 186
 license: GPL
*/

/* start */
body {
  margin: 0 5%;
  padding: 0px;
  background-color: #aaa;
  color: black;
  line-height: 1.4;
  text-align: center;
  font-family: 'Trebuchet MS', 'メイリオ', sans-serif;
  word-break:break-all; /* for IE */  
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

a:link { color: black;}
a:visited { color: #600060;}
a:active { color: red;}
a:hover { color: red;}

img {border: 0px;}

/* -------------------- layout -------------------- */
.body {
  overflow: hidden;
}

table, div#simple-header, h1, .hatena-body {
  _width: 100%;
  *width:100%;
  padding: 0px;
  background-color: white;
  border-left: 2px double #eee;
  border-right: 3px double #ccc;
  text-align: left;
}

table table,
.hatena-body table {
  background-color: transparent;
  border: none;
}

.hatena-body {
  padding-bottom: 20px;
}

h1 {
  height: 60px;
  margin: 0px;
  padding: 150px 300px 150px 100px;
  background: white url("../Java-00_JTable_files/h1.png") right center no-repeat;
  font-size: 200%;
  letter-spacing: 0.5em;
}

h1 a:link, h1 a:visited {
  color: #000;
}

h1 a:hover {
  text-decoration: underline;
}

.main {
  float: left;
  width: 100%;
  margin: 0px;
  margin-right: -290px;
  padding: 0px;
  background-color: white;
}

.sidebar {
  float: left;
  width: 240px;
  padding: 0px;
  margin:0px 0px 10px;
  background-color: white;
}

.hatena-body:after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------- main -------------------- */
.main div.breadcrumbs,
.main div.calendar {
  margin-right: 303px;
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 90%;
}

/* each day */
.main .day {
	margin-right: 20px;
	margin-left: 30px;
}

.day {
  margin-bottom: 50px;
}

.day h2 {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #ddd;
  color: white;
}

.day h2 .title {
  display: none;
}

.day h2 a {
  color: white;
  text-decoration: none;
}

.day h2 .date {
  color: white;
  font-size: 2em;
}

.day h2 a:hover {
  color: red;
}

img.photo {
  float: right;
  margin: 10px;
}

.section:after {
  clear: both;
  content: "";
  display: block;
}

.section {
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 3px double #ddd;
  border-right: 3px double #ccc;
  clear: left;
  zoom: 1;
}

.section h3 {
  margin-left: -40px;
  margin-bottom: 20px;
  font-size: 130%;
}

.body h3.title {
  margin-bottom: 0;
  background:url("../Java-00_JTable_files/sanchor.png") top left no-repeat;
  padding:4px 0 0 38px;
}

.body h3.title a {
  text-decoration: none;
  color: #000;
}

.section .sanchor {
  display: block;
  float: left;
  width: 42px;
  height: 32px;
  padding: 0px;
  background: white url("../Java-00_JTable_files/sanchor.png") left top no-repeat;
  font-size: 0px !important;
}

div.footnote,
div.ad,
div.comment,
div.refererlist {
  margin-left: 52px;
  margin-bottom: 10px;
  font-size: 90%;
}

div.footnote {
  margin-top: 25px;
}


div.commentshort span.commentator {
 display: inline-block;
 padding-bottom: 10px;
 background: transparent url("../Java-00_JTable_files/commentator.png") left bottom no-repeat;
}

div.commentshort span.timestamp {
 display: inline-block;
 margin-left: 1em;
 padding-bottom: 10px;
}

div.commentshort span.commentbody {
 display: block;
 padding: 5px;
 background-color: #ddd;
}

.commentform textarea {
 width: 99%;
}


div.footer {
  padding-top: 2em;
  text-align: center;
}

/* ----- elementary elements ----- */
.section p {
  margin: 0px;
  padding: 0px;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  text-indent: 1em;
}

.section h4 {
  font-size: 120%;
}
.section h5 {
  font-size: 110%;
}
.section h6 {
  font-size: 105%;
}

pre {
  margin: 1em;
  padding: 10px;
  clear: right;
  border: 2px dashed #ccc;
  background-color: #eee;
  color: black;
  font-family: monospace;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

blockquote {
  margin: 1em;
  padding: 10px;
  clear: right;
  border: 1px solid #ccc;
  border-right: 3px double #ccc;
  background: transparent url("../Java-00_JTable_files/blockquote.png") left top no-repeat;
  _background-position: 1px 1px;
}

.section dt {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #ccc;
  border-bottom: 1px solid #fff;
}

.section dd {
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 5px;
  border-left: 5px solid #eee;
  border-bottom: 1px solid #fff;
}

/* ----- table ----- */
.section table {
  width: auto;
  margin: 1em;
  border-collapse: collapse;
}

.section td,
.section th {
  padding: 3px;
  border: 1px solid black;
  background-color: #f0f0f0;
}

.section table thead td,
.section table thead th,
.section table tfoot td,
.section table tfoot th {
  background-color: #e0e0e0;
}

/* ----- 小物 ----- */
span.highlight {
  background-color: yellow;
  padding: 5px;
}

span.footnote,
q cite {
  font-size: 80%;
  vertical-align: super;
}

span.footnote:before,
q cite:before {
  content: "[";
}

span.footnote:after,
q cite:after {
  content: "]";
}

.section ins {
  display: block;
  margin: 1em;
  padding: 5px;
  border: 2px solid #221515;
  text-decoration: none;
}

.section ins:before {
  display: block;
  margin: 0px -5px;
  padding: 0px 5px;
  content: "inserted:" attr(datetime);
  border-bottom: 1px dashed #221515;
  text-align: right;
}

.section * ins {
  display: inline;
  border: 0px;
  text-decoration: underline;
}

.section * ins:before {
  display: none;
}

.section * ins:after {
  display: inline;
  content: "(inserted:" attr(datetime) ")";
}

.section del:after {
  content: "(deleted:" attr(datetime) ")";
}

span.aa, div.aa {
  font-family: "ＭＳ Ｐゴシック", "Mona", "mona-gothic-jisx0208.1990-0";
  line-height: 1.05;
}

div.ascii-art {
  /* base.cssに任せる */
}

/* ----- asin-detail ----- */
.hatena-asin-detail {
  margin: 1em;
  padding-left: 10px;
  border: 1px solid #ccc;
  background: transparent url("../Java-00_JTable_files/asin.png") left top no-repeat;
  _background-position: 1px 1px;
}

.hatena-asin-detail img {
  float: left;
  margin: 10px;
}

.hatena-asin-detail p.hatena-asin-detail-title {
  text-indent: 0em;
  font-weight: bold;
}

.hatena-asin-detail-info {
  margin-left: 10px;
}

.hatena-asin-detail-info ul {
  list-style-type:none;
}

.hatena-asin-detail .hatena-asin-detail-foot {
  height: 1px;
  clear: both;
}

/* ----- question-detail ----- */
/* -- table -- */
table.hatena-question-detail {
  width: auto;
}
th.hatena-question-detail-title {}
th.hatena-question-detail-title a {
  display: block;
  padding: 3px;
  text-decoration: none;
}

td.hatena-question-detail-label {
  width: 40%;
}

td.hatena-question-detail-value {
  width: 60%;
}

/* -------------------- sidebar -------------------- */
.sidebar {
  font-size: 95%;
}

.sidebar h2 {
  display: none;
}

.hatena-module {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 3px double #ddd;
  border-right: 3px double #ccc;
  background-color: white;
  margin-bottom: 10px;
}

.hatena-moduletitle,
.hatena-module h3 {
  margin: 10px 10px 0px;
}

.hatena-modulebody {
  margin: 5px 10px 10px;
}

.hatena-modulebody ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* ----- table.calendar2 ----- */
.sidebar .hatena-module table.calendar {
  width: 200px;
  margin: 0px;
}

table.calendar {
  border-collapse: separate;
  font-size: 90%;
}

table.calendar td {
  text-align: center;
  empty-cells: show;
}

.calendar td a {
  display: block;
}
.calendar td a:visited {
}
.calendar td a:hover {
}

/* ----- table.calendar2phot ----- */
.calendar td a img {
  margin: 0px;
  padding: 0px;
  width: 20px;
}

/* ----- rss ----- */
.sidebar .hatena-module dt {
}

.sidebar .hatena-module dd {
  font-size: 90%;
  margin-left: 0px;
  margin-bottom: 10px;
}

/* -------------------- archive -------------------- */
#hatena-archive {}

#hatena-archive .calendar {
  margin: 0px 50px 10px;
}

#hatena-archive .day {
  margin: 0px 50px 10px;
}

#hatena-archive form input {
  font-size: 90%;
}


/* -------------------- about -------------------- */
#hatena-about {}

#hatena-about .calendar {
  margin: 0px 50px 10px;
}

#hatena-about .day {
  margin: 0px 50px 10px;
}

#hatena-about ul.hatena-profile-list {
  margin: 0px;
  padding: 0px;
}

#hatena-about form input {
  font-size: 90%;
}


/* ---------- for me ---------- */
#my-archive h4 {
  margin-bottom: 0px; 
}

#my-archive li {
  display: inline;
}

.sidebar ul {
  list-style-type: none;
}

/* 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; }


/* ---------- fotolife ---------- */
/* 1column */
div.section img.hatena-fotolife{
  max-width: 96%;
}

/* 2column */
div.main div.section img.hatena-fotolife{
  max-width: 96%;
}
