@charset "euc-jp";

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background: #553322; /*#e8eecc;*/  
  text-align: center;
}

div.adiary-body{
/*	width:944px;*/
	width:850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  color: #cc2200;
}

a:visited {
  color: #dc8878;
}

textarea, input {
  padding: 3px;
}

input {
 *padding: 0;
 _padding: 0;
  line-height: 1;
}

input[type="button"], input[type="submit"] {
  padding: 1px;
}

div.adminmenu {
  margin: 0 auto;
  line-height: 200%;
  height: 28px;
/*  width: 90%;*/
  width:100%;
  max-width: 850px;
  background: #553322;/*#e8eecc;*/
  font-size: 80%;
  text-align: right;
  border-right: none;/*1px solid #999900;*/
  border-left: none;/*1px solid #999900;*/
}

div.adminmenu a {
  color: #ff6600;
  text-decoration: none;
  margin-right: 5px;
}

div.adminmenu a:hover {
  text-decoration: underline;
}

h1 {
  color: #ffffff;
  margin: 0px auto;
  padding: 5px 0 5px 0;
  background: #664422;/*#ffff55;*/
  text-align: left;
  font-size: 150%;
  text-indent: 0px;
/*  font-family: "times new roman", "geogia", serif;*/
  width: 100%;
  max-width: 850px;
  border:none;
  /*border-top:1px solid #999900;*/
}

h1 a, h1 a:visited {
  color: #ffffff;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

.hatena-body {
  margin: 0 auto;
  background: #fff;
  text-align: left;
  zoom:1;
  width: 100%;
  max-width: 850px;
  line-height: 1.5;
  border:none;
  padding-bottom:0px;
/*  
  border-right: 1px solid #999900;
  border-left: 1px solid #999900;
*/
}

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

.main {
  text-align: left;
  background: #fff;
  float: left;
  width: 100%;
}

.sidebar {
  line-height: 1.5;
  width: 220px;
  float: right;
  margin-left: -221px;
 _margin-left: -220px;
 *margin-left: -220px;
  border-left: 1px solid #999900;
  border-bottom: 1px solid #999900;
  overflow: hidden;
}

a.keyword {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
}

a.okeyword {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #dedede;
}

.main div.calendar, .main div.day{
  margin-right: 235px;
} 

div.calendar {
  padding: 15px 20px 0 20px;
  font-size: 90%;
  line-height: 150%;
  text-align: right;
}

.day {
  padding: 0 15px 2em 20px;
  clear: both;
}

.day h2 {
  margin: 0 0 10px 0;
  font-size: 130%;
/*  font-family: "times new roman", "geogia", serif;*/
  padding: 25px 0.5em 0.2em 0;
  line-height: 100%;
  color: #d69776;
  border-bottom: 1px solid #b7bca5;
}

.day h2 a {
  color: #d69776;
  text-decoration: none;
}

.day h2 .edit {
  font-size: 75%;
  font-weight: normal;
  margin-left: 5px;
}

.day h2 .title {
  margin-left: 0.5em;
}


.day h2 span.title input , .day h2 span.date input {
  border: 1px solid #532;/*#ccc;*/
}

.day .photo {
  float: right;
  margin: 0.8em 0 1em 1em;
}

.body {
/*  padding-bottom: 0.3em;*/
  padding-bottom:0px;
  margin-bottom:10px;
  width: 100%;
  overflow: hidden;
}

.body h3 {
  font-size: 100%;
  margin: 0.4em 0 1em 0;
}

.body h3 .timestamp {
  font-weight: normal;
  font-size: 80%;
  margin-right: 2px;
}

.body h3 a {
  text-decoration: none;
}

.body h3 a .sanchor {
  color: #d69776;
  padding-right: 0.3em;
}

.body h3 a.sectioncategory {
  color: #333;
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
}

.body h3 img {
  vertical-align: middle;
  margin-bottom: 5px !important;
}


.body h4 {
  border-bottom: 1px dotted #b7bca5;
  padding: 3px;
  margin:1em 0 0.5em 0;
}

.body h5 {
  margin: 0.5em 0;
  font-size: 100%;
}

.body .section {
  margin: 0;
  padding-bottom: 1em;
}

.body .section p {
  margin:0.6em 0 0.6em 0;
}

.body .section ul, .body .section ol {
}

.body .section ul li, .body .section ol li {
}

.body .section pre {
  font-size: 90%;
  background: #e9eff8;
  border: 1px solid #d2deee;
  padding: 0.5em 0.8em;
  color: #555;
 _width: 100%;
 *width: 100%;
  overflow: auto;
  overflow-y: hidden;
}

.body .section blockquote {
  border: 1px solid #d2deee;
  margin: 1em 0;
  padding: 0.5em;
}

.body .section blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.body .section blockquote cite {
  margin-top: 0.5em;
  margin-bottom: -0.3em;
  display: block;
  font-size: 90%;
}

.body .section table {
  border-collapse: collapse;
  font-size: 90%;
  margin: 1em 0;
}

.body .section table td, .body .section table th {
  padding: 5px;
}

.body .section table th {
  background: #e9eff8;
  border: 1px solid #d2deee;
}

.body .section table td {
  border: 1px solid #d2deee;
}

.body .section table.hatena-question-detail {
  margin-top: 0;
  width: 560px;
}

.body .section table.hatena-question-detail td.hatena-question-detail-label {
  width: 250px;
}

.body .section table.hatena-question-detail td.hatena-question-detail-value {
  white-space: nowrap;
}

.body .section .hatena-asin-detail {
  margin: 1em 0;
  font-size: 90%;
  padding: 0.8em 0.6em;
  border: 1px solid #d2deee;
}

.body .section .hatena-asin-detail .hatena-asin-detail-image {
  float: left;
  margin-right: 15px;
}

.body .section .hatena-asin-detail .hatena-asin-detail-title {
  margin-top: 0;
  font-weight: bold;
}

.body .section .hatena-asin-detail p {
  text-indent: 0;
}

.body .section .hatena-asin-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.body .section dl {
  margin: 1em 0;
}

.body .section dt {
  font-weight: bold;
  padding-bottom: 3px;
}

.body .section dd {
  padding-bottom: 6px;
  margin-left: 1em;
}

.ad {
  padding: 15px;
}

.body .ad {
  padding: 0;
}

.highlight {
  background: #fff06e;
  padding: 0 0.3em;
}

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

.body .sectionfooter {
  text-align: right;
  clear: both;
} 

.body textarea {
  width: 100%;
  border: 1px solid #532;/*#ccc;*/
  height: 28em;
}

.body input, .body select {
}

.keywordcloud {
  margin: 0;
  padding: 0;
}

.sidebar table.calendar {
  font-size: 90%;
  width: 198px;
  border-collapse: collapse;
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.sidebar table.calendar td {
  text-align: center;
  padding: 2px;
  border: 1px solid #e5ebfa;
  background: #fff;
}

.sidebar table.calendar td a {
  text-decoration: none;
}

.sidebar table.calendar td a:hover {
}

.sidebar table.calendar td img {
  width: 15px;
  height: 15px;
}

.sidebar table.calendar td.calendar-prev-month, .sidebar table.calendar td.calendar-next-month, .sidebar table.calendar td.calendar-current-month {
  padding: 4px 0;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.sidebar table.calendar td.calendar-prev-month a, .sidebar table.calendar td.calendar-next-month a, .sidebar table.calendar td.calendar-current-month a {
}

.sidebar table.calendar td.calendar-prev-month {
  text-align: right;
}

.sidebar table.calendar td.calendar-next-month {
  text-align: left;
}

.sidebar table.calendar td.calendar-weekday {
  background: #e9eff8;
}

.sidebar table.calendar td.calendar-sunday {
  background: #f9eded;
}

.sidebar table.calendar td.calendar-saturday {
  background: #e9f7fd left;
}

.sidebar table.calendar td.calendar-day a {
  display: block;
}

.sidebar table.calendar td.day-today {
  background: #e5ebfa;
}

.sidebar table.calendar td.day-selected {
  font-weight: bold;
}


.hatena-module {
}

.hatena-module .hatena-moduletitle {
  padding: 3px 0.5em 3px 0.7em;
/*  font-family: "times new roman", "geogia", serif;*/
  color: #ffffff;
  font-weight: bold;
  font-size: 100%;  
  background: #b7bca5;
  text-align: center;
}

.hatena-module .hatena-moduletitle a {
  color: #ffffff;
}


.hatena-module .hatena-modulebody {
  padding: 7px;
  zoom:1;
}

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

.hatena-module ul, .sidebar .hatena-module ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%;
}

.hatena-module ul.keywordcloud {
  margin-left: 0;
}

.hatena-module ul li, .hatena-module ol li{
  padding-bottom: 3px;
  padding-left: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e5ebfa;
  line-height: 1.3;
}

.hatena-module ul li a,.hatena-module ol li a {
  text-decoration: none;
}

.hatena-module ul.hatena-photo {
  margin: 0;
  padding: 0;
}

.hatena-module ul.hatena-photo li {
  display: inline;
  border-bottom: 0;
}

.hatena-module ul.hatena-photo li img {
  margin: 2px 2px 4px 2px;
  vertical-align: middle;
}

.hatena-module dl {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.3;
}

.hatena-module dl a {
  text-decoration: none;
}

.hatena-module dt {
  padding-left: 3px;
}

.hatena-module dd {
  margin-left: 0;
  margin-bottom: 5px;
  padding-bottom: 6px;
  padding-left: 3px;
  border-bottom: 1px solid #e5ebfa;
}

.hatena-module p {
  margin: 0;
}

.hatena-module .hatena-profile {
  font-size: 90%;
  line-height: 135%;
}

.hatena-module .hatena-profile .hatena-profile-id {
  padding-bottom: 0.2em;
  font-weight: bold;
}

.hatena-module .hatena-profile .hatena-profile-id a {
/*  font-family: "times new roman", "geogia", serif;*/
  text-decoration: none;
}

.hatena-module .hatena-profile-image img {
  float: left;
  margin: 5px 10px 5px 5px;
}

.sidebar .hatena-module form {
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.sidebar .hatena-module form input, .sidebar .hatena-module form select {
  border: 1px solid #532;/*#ccc;*/
  margin: 5px 5px 5px 0;
  vertical-align: middle;
  background: #fff;
}

.sidebar .hatena-module form select {
  margin-right: 0;
}

.recentitem {
  padding: 3px 0.5em 3px 0.7em;
/*  font-family: "times new roman", "geogia", serif;*/
  color: #ffffff;
  font-weight: bold;
  background: #b7bca5;
  text-align: center;
  margin-top: 0;
}

.recentitem a {
  color: #ffffff;
}

.recentsubtitles {
  padding: 0 0 10px 10px;
  margin: 0;
  font-size: 90%;
}

.recentitem_diary {
  padding: 10px 20px;
}

.recentsubtitles img {
  vertical-align: middle;
}

div.comment, div.refererlist {
  margin: 0;
  clear: both;
  border: 1px solid #b7bca5;
  background: #ffffff;
}

.comment .caption, .refererlist .caption {
  margin: 0 0 7px 0;
  padding: 3px 0.5em 3px 0.7em;
  background: #b7bca5;
  color: #ffffff;
}

.comment .caption a, .refererlist .caption a {
  color: #ffffff;
}

.comment .commentshort {
  padding: 0 7px 7px 7px;
}

.comment .commentshort p {
  margin: 0 0 4px 0;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #e5ebfa;
  font-size: 90%;
  line-height: 1.3;
}

.comment .commentshort p a {
  text-decoration: none;
}

.comment .commentshort p .canchor a {
  color: #333;
}

.comment textarea {
  border: 1px solid #532;/*#ccc;*/
  margin: 0.5em 0;
  width: 100%;
}

.comment input.field {
  background: #fff;
  border: 1px solid #532;/*#ccc;*/
}

.comment input#comment-username {
  background: #fff;
  border: 1px solid #532;/*#ccc;*/
}

div.refererlist {
  border-top: 0;
}

.refererlist ul {
  list-style: none;
  margin: 0;
  padding: 0 7px 7px 7px;
  font-size: 90%;
}

.refererlist ul li {
  margin-bottom: 4px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-bottom: 1px solid #e5ebfa;
  line-height: 1.3;
}

.refererlist ul li a {
  text-decoration: none;
}

.refererlist ul li input {
  vertical-align: middle;
  margin-left: 0;
}

.refererlist input {
  margin-left: 10px;
  margin-bottom: 6px;
}

#hatena-about {
}

#hatena-about h2 {
  margin-top: 0;
  padding-top: 1em;
}

#hatena-about h2 a {
  font-weight: normal;
  margin-left: 5px;
}

#hatena-about h3 {
  padding-top: 0.5em;
}

#hatena-about ul {
  margin: 1em;
  padding: 0;
}

#hatena-about .hatena-profile-list {
  margin: 1em 0;
  padding: 0;
}

#hatena-about .hatena-profile-list li {
  display: inline;
}

.sidebar .hatena-clock {
  text-align: center;
  padding: 0.5em;
}

.footer {
  padding: 1em;
  clear: both;
}

div.contents {
  border: 1px solid #DDD;
  margin-top: 1em;
  margin-left: 1em;
  color: #333;
}

div.contents ul {
  list-style: circle;
  margin-bottom: 0.5em;
}

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

a.file {
  padding-left: 17px;
  margin-left: 2px;
  margin-right: 2px;
  background: url("icon-download.gif") 0 50% no-repeat;
}

#simple-header {
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 850px;
  border-right: none; /*1px solid #4a5973;*/
  border-left: none; /*1px solid #4a5973;*/
}

/* mod medento */


ul.main_menu{
	max-width:850px;
	margin: 0px auto 0 auto;
	font-size:90%;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	background:#ffffdd;
	background-image : url("menubtnback.jpg");background-position :top left;
	border:solid 1px #bbbb00;
/*
	border-left:none;
	border-right:none;
*/
}

li.main_menu{
	vertical-align:middle;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline;
	font-size:85%;
	background:#ffffdd;
	background-image : url("menubtnback.jpg");background-position :top left;
	border-right:solid 1px #bbbb00;
	border-left:solid 1px #eeee00;
}

/*リンクボタン*/
a.main_menu{text-decoration: none;color:#333300;vertical-align:middle;padding:5px;margin:0px;background-image : url("menubtnback.jpg");background-position :top left;}
a.main_menu:hover{background-color:#eeee77;color:#444400;background-position :bottom left;}
a.main_menu:link{background-color:#ffffdd;color:#555500;}
a.main_menu:visited{}


/*フッタ用スタイル*/
div.page_footer{
	padding-top:0px;
	width:100%;
	height:200px;
	background-color : #ffffbb;
	text-align:center;
	position:relative;
}

div.footer_Inner{
	text-align :left;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:3px;
	background-color : #ffffee;
	border:solid 1px #bbbb00;
	width :70%;
	height:140px;
}

div.clinic_mini{
	width:46%;
	margin:1px;
	padding:5px;
	border:solid 1px #ffffbb;
	background-color : #fffff8;
}

h2.clinic_mini{
	font-size:120%;
	border:solid 1px #559900;
	color : #004400;
	background-color : #eeffbb;
	text-align:center;
}

p.clinic_mini{
	line-height:120%;
	font-size:80%;
	color : #004400;
	text-align:left;
}

#imaikeCL{
	float:left;
	margin-right:1px;
}

#ginzaCL{
	float:right;
	margin-left:1px;
}
div.day-plural{
	font-size:90%;
}
div.day-single{
	font-size:90%;
}

div.header_menu{
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url("menubtnback2.jpg");
	background-color : #664422;
}

table.mainmenu{
	background-color : #551111;/*#664422;*/
	width:70%;
	border:0;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	cellpadding:0px;
	cellspacing:0px;
}

table.mainmenu td{
	border:0;
	margin:0px;
	padding:0px;
	cellpadding:0px;
	cellspacing:0px;
}

