@charset "euc-jp";

body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

body,th,td {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: 0;
	vertical-align: baseline;
}

#simple-header {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 20px;
}

table#banner {
	width: 800px;
	padding-left: 48px;
	padding-right: 8px;
	margin-right: auto;
	margin-left: auto;
}
* html table#banner {
	width: 744px;
	padding: 0;
	margin-left: 40px;
}

.hatena-body {
	position: relative;
	text-align: left;
	width: 480px;
	padding-left: 72px;
	padding-right: 248px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(hatena-body_bg.gif);
	background-repeat: repeat-y;
}
* html .hatena-body {
	width: 800px;
	zoom: 1;
}
.hatena-body:before,.hatena-body:after {
	clear: both;
	content: ".";
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.hatena-body, .hatena-body td, .hatena-body th {
	font-size: 90%;
	line-height: 1.8;
}
div.main {
	width: 480px;
}



/* 本文 */

a {
	color: #B44C97;
}
a:hover {
	text-decoration: none;
}
.hatena-body a:visited {
	color: #06679F;
}
a.keyword {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FBE8EF;
	text-decoration: none;
}
a.keyword:hover {
	border-bottom-color: #B44C97;
	cursor: help;
}
.section a img.hatena-fotolife {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B44C97;
	padding-bottom: 1px;
}
.section a:hover img.hatena-fotolife {
	border-bottom-style: dotted;
}
.section a:visited img.hatena-fotolife {
	border-bottom-color: #06679F;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
ul,ol,dl {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
}
ul ul,ol ol {
	margin-top: 0em;
	margin-bottom: 0em;
}
ul li {
	list-style-image: url(ul-li_bg.gif);
	margin-bottom: 0.25em;
}
dt {
	font-weight: bold;
}
code {
	background-color: #FDF7F9;
	padding: 4px;
}
img.tex {
  background-color: transparent;
}
abbr {
  border: none;
}

.section th {
	color: #B44C97;
	background-color: #FBE8EF;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
.section td {
	background-color: #FEF7F9;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

blockquote {
	margin-left: 20px;
	background-color: #FDF7F9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B44C97;
	border-bottom-color: #B44C97;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
	margin-right: 20px;
	padding-right: 20px;
}

pre {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #06679F;
	line-height: 1.5;
	background-color: #F4F4F9;
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 20px;
	overflow: auto;
}
* html pre {
	width: 480px;
	overflow-y: visible;
	overflow-x: auto;
}


h1 {
	background-image: url(h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	margin-left: auto;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-right: 248px;
	padding-left: 72px;
	padding-top: 86px;
	padding-bottom: 86px;
	text-align: left;
	font-size: 28px;
	line-height: 1;
	min-height: 28px;
}
* html h1 {
	width: 800px;
	height: 200px;
}
h1,h1 a {
	color: #06679f;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 90%;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B44C97;
	margin-bottom: 1em;
	font-weight: bold;
}
h2,h2 a {
	color: #EEA4C0;
	text-decoration: none;
}
h2 a:hover {
	color: #B44C97;
}
h3 {
	margin-top: 0;
	margin-bottom: 1em;
}
h3,h3 a {
	color: #06679F;
}
h3.subtitle {
	margin-bottom: 1em;
}
h3 .sanchor {
	color: #B44C97;
}

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

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


h4 {
	margin-top: 2em;
}
h5 {
	margin-top: 2em;
}

.section {
	margin-bottom: 2em;
	padding-bottom: 1em;
	width: 100%;
	overflow: auto;
}
* html .section {
	overflow-y: visible;
	overflow-x: auto;
}

.sectionfooter {
	clear: both;
	text-align: right;
	font-size: 90%;
}
.timestamp {
	font-size: smaller;
	font-family: "Times New Roman", Times, serif;
}
.day {
	padding-bottom: 1px;
	width: 480px;
	position: relative;
	margin-top: 2em;
}

.highlight {
	background-color: #EDF2F8;
}

img.photo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
}
img.asin {
	clear: right;
	float: right;
	margin-bottom: 8px;
	margin-left: 16px;
}

span.footnote a {
	font-size: xx-small;
	line-height: 1;
	vertical-align: top;
}
span.footnote:before {content: "[";}
span.footnote:after {content: "]";}
span.footnote:before,span.footnote:after {
	font-size: xx-small;
	line-height: 1;
	vertical-align: top;
}

div.comment {
	font-size: 90%;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
}
.comment .caption {
	color: #FFFFFF;
	background: #B44C97;
	padding-left: 0.25em;
	padding-right: 0.25em;
	float: left;
}
.comment .caption a,.comment .caption a:visited {
	color: #FFFFFF;
}
.comment div.commentshort {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B44C97;
	padding-left: 20px;
	position: relative;
	clear: both;
	overflow: auto;
	padding-top: 1px;
	padding-bottom: 1em;
}
* html .comment div.commentshort {
	width: 100%;
	overflow-y: visible;
	overflow-x: auto;
}
.comment span.canchor {
	position: absolute;
	left: 0;
}
.comment img.hatena-id-icon {
	vertical-align: baseline;
}
.comment span.commentator {
	display: block;
	font-weight: bold;
}
#comment-form textarea {
	width: 460px;
}


div.footnote {
	margin-top: 3em;
	margin-bottom: 3em;
	font-size: 90%;
	line-height: 1.5;
	margin-left: 20px;
}
div.footnote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.refererlist {
	font-size: 90%;
	margin-top: 3em;
	margin-bottom: 3em;
	line-height: 1.5;
	padding-left: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FBE8EF;
	width: 100%;
	overflow: auto;
}
div.refererlist ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.refererlist li {
	margin-bottom: 0.25em;
}

div.ad {
	margin-top: 3em;
	margin-bottom: 3em;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0px;
}

.hatena-asin-detail {
	clear: both;
	zoom: 1;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 10px;
	border: 4px solid #EDF2F8;
}
.hatena-asin-detail-image {
	float: right;
	margin-left: 8px;
}
p.hatena-asin-detail-title {
	margin-top: 0;
	font-weight: bold;
}
.hatena-asin-detail-info {

}
.hatena-asin-detail-info ul {
	font-size: 90%;
}
.hatena-asin-detail-info li {
	list-style-image: url(ul-li_bg2.gif);
}
.hatena-asin-detail-label {
	color: #06679F;
	font-weight: bold;
}
.hatena-asin-detail-foot {
	clear: both;
}


.breadcrumbs {
	font-size: 90%;
	line-height: 1.5;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: left;
}
.breadcrumbs a{
	color: #06679F;
	text-decoration: none;
	background-color: #EDF2F8;
	padding: 2px;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
	
div.calendar {
	font-size: 90%;
	line-height: 1.5;
	text-align: right;
	margin-top: 3em;
	margin-bottom: 3em;
}
div.calendar a{
	color: #06679F;
	text-decoration: none;
	background-color: #EDF2F8;
	padding: 2px;
}
div.calendar a:hover{
	text-decoration: underline;
}
#hatena-archive div.calendar {
	text-align: left;
}

.hatena-module {
	margin-top: 2em;
	margin-bottom: 2em;
}
.hatena-moduletitle {
	font-weight: bold;
}
.hatena-modulebody {
	font-size: 90%;
	line-height: 1.4
}
.hatena-modulebody ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.hatena-modulebody ul li {
	margin-bottom: 0.25em;
	list-style-image: url(ul-li_bg2.gif);
}
ul.hatena-profile-list {
	padding-left: 0;
}
ul.hatena-profile-list li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}


/* サイドバー */

.sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	padding-right: 16px;
	padding-left: 32px;
	background-image: url(hatena-body_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
}
* html .sidebar {
	width: 248px;
}
.sidebar,.sidebar td,.sidebar th,.sidebar .hatena-modulebody {
	font-size: 12px;
	line-height: 1.4;
}
.sidebar * {
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar a {
	color: #B44C97;
}
.sidebar .hatena-module {
	background-image: url(hatena-module_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 37px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-left: 32px;
	margin-right: -16px;
	margin-left: -32px;
}
.sidebar .hatena-moduletitle {
	padding-left: 0px;
	padding-right: 56px;
	background-image: url(hatena-moduletitle_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 24px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #B44C97;
	font-weight: bold;
	min-height: 22px;
}
* html .sidebar .hatena-moduletitle {
	height: 46px;
}
.sidebar .hatena-modulebody {
	padding-right: 16px;
	padding-left: 0px;
	background-image: url(hatena-modulebody_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 64px;
}
* html .sidebar .hatena-modulebody {
	height: 80px;
}
.sidebar .hatena-module ul {
	background-image: url(hatena-moduletitle-ul.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
.sidebar .hatena-module ul li{
	margin-bottom: 0.25em;
}
.sidebar table.calendar {
	width: 200px;
	background-image: url(hatena-moduletitle-ul.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.sidebar table.calendar a {
	background-color: #EDD6E7;
	display: block;
	padding: 2px;
}
.sidebar table.calendar .day-selected a{
	background-color: #FFFFFF;
}
.sidebar table.calendar .day-today{
	font-weight: bold;
}
.sidebar .calendar img {
	height: 15px;
	width: 15px;
}
.sidebar .calendar a:hover img {
	height: auto;
	width: auto;
}

.sidebar th,.sidebar td {
	text-align: center;
}

.sidebar .hatena-clock {
	text-align: center;
	padding-right: 16px;
	padding-left: 32px;
	padding-bottom: 8px;
}

.sidebar .hatena-profile-image {
	text-align: center;
}
.sidebar .hatena-profile-id {
	text-align: center;
}

.sidebar .hatena-module ul.keywordcloud {
	margin: 0px;
	padding: 0px;
}
.sidebar .hatena-module ul.hatena-photo {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}
.sidebar .hatena-module ul.hatena-photo li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.hatena-photo img {
	vertical-align: bottom;
	border: 1px solid;
	border-top-color: #FEFBFD;
	border-right-color: #D39AC4;
	border-bottom-color: #D39AC4;
	border-left-color: #FEFBFD;
	margin-bottom: 3px;
}
.hatena-photo a:hover img {
	border-color: #FFFFFF;
}

div.adminmenu {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 16px;
	padding-left: 72px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5;
}

* html div.adminmenu {
	width: 800px;
}


/* カスタマイズ用 */


#tabs * {
	margin: 0px;
	padding: 0px;
}
#tabs {
	font-size: 90%;
	line-height: 1.4;
	margin-bottom: 2em;
}
#tabs ul {
	overflow: hidden;
	zoom: 1;
}
#tabs li {
	list-style-type: none;
	float: left;
	background-color: #B44C97;
	margin-right: 1px;
	padding-right: 0.3em;
	padding-left: 0.3em;
	list-style-image: none;
}
#tabs a {
	color: #FFFFFF;
	text-decoration: none;
}
#tabs a:hover {
	background-color: #06679F;
}

.main ul.hatena-rss {
	margin: 0;
	padding: 0;
}
.main ul.hatena-rss li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
}
.main ul.hatena-rss li a{
	font-weight: normal;
}
.main ul.hatena-rss li a:visited{
	text-decoration: none;
}
.main ul.hatena-rss li a:hover {
	color: #B44C97;
}

/* adsense */

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