@charset "euc-jp";

/*
Title: はてなダイアリー
Author: hatena
Access: info@hatena.ne.jp
License: GPL
Comment: はてなダイアリーのテーマ
*/
/*
	Copyright (c) 2002 Junya Kondo, Hatena Co.,Ltd.
*/

/*
はてな独自拡張クラス
*/
a.keyword {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid gray;
}
a.okeyword {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed gray;
}

span.highlight {
	color: black;
	background-color: yellow;
}

img {
    border: 0;
}

img.photo {
	float: right;
	margin: 10px;
	border: 0;
}

img.asin {
	border: 0;
}

h3 span.timestamp {
	font-weight: normal;
	font-size: 100%;
}

table.furigana {
}

td.furigana {
	border: #5279e7 1px solid;
	text-align: center;
	padding: 5px;
}

ul.hatena_photo li {
	display: inline;
}

img.hatena_photo {
	border: 0px;
}

div.ad {
	margin: 0% 5% 0% 5%;
	padding: 4px;
	text-align: left;
}

div.recentitem_diary {
	margin: 2% 5% 0 6%;
	font-size: 100%;
}

/*
独自拡張おわり
*/


body {
	color: black;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
        font-family: 'Lucida Sans Unicode', verdana, arial, helvetica, Sans-Serif;
        border-radius:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}


div.adminmenu {
	font-size: 100%;
	margin: 2% 5% 0% 0%;
	text-align: right
}

span.adminmenu {}

h1 {
	text-align: left;
	font-size: x-large;
	font-weight: nomal;
	border-bottom: 1px dotted #adb2ff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 4px 4px 4px 4px;
}

div.calendar {
	font-size: 100%;
	margin: 1% 5% 0 5%;
	padding: 1%;
	text-align: left;
}

.headline {
	font-size: 100%;
	margin: 0% 10% 0% 10%;
	padding: 2%;
	text-align: left;
	background-color: #ffee99;
}

div.intro{
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
}

div.day {
	margin: 0% 5% 0% 5%;
	padding: 4px;
}


h2, h3, h4, h5, h6 {
    font-size: 120%;
    font-weight: bold;
    padding: 0.15em;
    text-indent: 0.25em;
}

/*
h1, h2, h3 {
    border-style: solid;
    border-color: #8888bb;
    border-width: 0 0 1px 0;
}

*/

h2 span.date {
	color: #000000;
	font-size: 100%;
	font-style: normal;
	margin-left: 2px;
	margin-right: 2px;
}

h2 span.title {
	color: #000000;
	font-size: 100%;
	font-style: normal
}

div.body {
  font-size: 100%;
	border: #5279e7 1px solid;
  font-weight: normal;
	padding: 3px 10px 3px 10px;
  line-height: 1.5;
  border-radius:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.section {
	margin-top: 2%;
	margin-bottom: 5%
}


h3 {
	border-left: #def 2px solid;
	border-bottom: #def 2px solid;
	border-radius: 0px 0px 0px 8px;
}


div.day span.sanchor {
	color: #5279e7;
}

div.day span.canchor {
	color: black;
}

div.day p {
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	text-indent: 1em
}

div.section p {
	padding-top: 0.2%;
	padding-bottom: 0.2%;
}

div.comment {
	font-size: 100%;
	line-height: 1.5;
}

div.comment p {
	margin-left: 0em! important;
	text-indent: 0em
}


div.referer {
	font-size: 100%;
	border-top: #5279e7 1px solid;
	border-bottom: #5279e7 1px solid;
	text-align: right;
	line-height: 1.5;
}

div.refererlist {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

div.refererlist ul {
	background-color: #edf1fd;
	padding: 5px;
	margin: 0;
	list-style-type: circle;
	list-style-position: inside;
}
div.refererlist ul ul {
	background-color: #edf1fd;
	padding: 0;
	margin: 0 0 0 5%;
	list-style-type: disc;
	list-style-position: inside;
}

div.caption {
	margin: 8px 0 0 0;
	border-bottom: #5279e7 1px solid;
}

hr {}

hr.sep { display: none }

.sfooter {}

div.footer {
  font-size:100%;
  text-align:center;
  margin-top:0em;
  clear: both;
}


div.form {
	font-size: 100%;
	line-height: 1.5;
	margin: 1% 5% 1% 5%;
	padding: 1%;
	text-align: center;
}

div.form form {
	width: 100%;
}

input.field {
	color: #06040F;
	background-color: #ffffff;
	border: 1px solid #5279e7;
	text-indent: 0em ! important;

}

input.select { 
	text-indent: 0em ! important;
}

textarea {
	width: 40em;
	height: 50%;
	font-size: 100%;
	color: #06040F;
	background-color: #ffffff;
	border: 1px solid #5279e7;
	text-indent: 0em ! important;
}

p.message {
	color: red;
	background-color: #ffffff;
	font-size: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}

pre {
	background-color: #e7ebff;
	padding: 8px;
	line-height: 1.5em;
        overflow: auto;
}

div.body dl {
	margin-left: 2em;
}

div.body dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}
div.body dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

div.body blockquote {
	color: #333333;
	background-color: #ffffff;
	border: #5279e7 1px solid;
	margin: 1% 2%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
        border-radius:10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

div.section blockquote p {
	margin-left: 0em;
	text-indent: 0em
}



div.contents {
  border: #5279e7 1px solid;
  margin-left: 0px auto;
  margin-right: 0px auto;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 90%;
  text-align: left;
  padding: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div.contents table { 
  margin: 0px auto;
  width: 150px;
}

em {
	background-color: #ffffff;
	color: #2c2400;
	font-style: italic;
	font-weight: normal
}

strong {
	color: #2c2400;
	background-color: #ffffff;
	font-weight: bold
}

.hide {
	color: #000000;
	background-color: #ffffff
}

div.section ul {
   margin-left: 3%;
   list-style-image: url(./images/dot.png);
   padding: 0px 0px 0px 14px;
}

/* calendar2 */
table.calendar {
/*	font-size: 0.8em;*/
	font-size: 100%;
	line-height: 100%;
	background-color: transparent;
	margin: 0;
}

table.calendar td {
	margin: 0;
	padding: 1px 2px 0px 2px;
	text-align: right;
}

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

table.calendar td.calendar-sunday {
	color: red;
}
table.calendar td.calendar-saturday {
	color: blue;
}
td.calendar-day img {
	width: 15px;
	height: 15px;
	border: 0;
}
/*
ツッコミ省略版本文
*/
div.commentshort {
	margin-bottom: 10px;
}

span.commentator {
}

div.commentshort p {
	margin: 0.2em 0 0.2em 0;
	line-height: 1.2em;
}

/*
ツッコミ本体
*/
div.commentbody6c {
	margin: 0.5em;
	line-height: 1.2em;
}

/*
ツッコミした人の情報
*/
div.commentator {
	line-height: 1.5em;
	font-weight: bold;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin: 0.5em;
}

/*
フォームの設定
*/
div.form form {
	margin: 0em;
}

div.field {
	display: inline;
	margin-right: 2em;
}

form.comment input {
	background-color: #ffffff;
	color: #06040F;
}

div.textarea {
	display: block;
	vertical-align: top;
	text-align: center;
}

form.comment textarea {
	display: block;
	background-color: #ffffff;
	color: #06040F;
	width: 30em;
	height: 5em;
	margin-left: auto;
	margin-right: auto;
}

div.button {
	display: block;
}

/*
更新フォーム
*/
form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
	background-color: #ffffff;
	color: #06040F;
}

form.update span.field {
	display: inline;
	margin-left: 0em;
	margin-right: 0.5em;
}

form.update div.field.title {
	display: block;
	margin-top: 1em;
}

form.update div.field.title input {
	margin-left: 0.5em;
}

form.update div.textarea {
	display: block;
	margin-top: 1em;
	text-align: center;
}

form.update textarea {
	display: block;
	margin-bottom: 1em;
	width: 35em;
	height: 15em;
	margin-left: auto;
	margin-right: auto;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}

div.day.update div.comment {
	text-align: center;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form{
	margin-top: 0em;
}

/* sidebar */

div.main {
  width: 70%;
  margin-left: 0.5em;
  padding: 0px;
  float: left;
}


div.sidebar {
  float: right;
  color: #000;
  font-size: 90%
}


/*
div.sidebar {
  overflow: auto;
  zoom: 1;
}
*/

div.sidebar form{
  text-align:center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


div.sidebar a:link;
div.sidebar a:visited;
div.sidebar a:hover;

/* recent_list, title_list */
p.recentitem {
	padding: 1px;
	font-size: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	border-color: #adb2ff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

div.recentsubtitles {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0em;
}

strong {
	color: #2c2400;
	background-color: #ffffff;
	font-weight: bold
}


a:link {
    color: #0000F0;
}

a:visited {
	color: #B3498F;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: underline;
}


ul.mm_footer span.url {
        font-size: 80%;
        color: silver;

}

/* 
Tag Cloud 
http://www.smallstyle.com/20060918.html
*/
.tagcloud .hot a:link,
.tagcloud .hot a:visited,
.tagcloud .old a:link,
.tagcloud .oldest a:link { color: #0000F0; }
.tagcloud a:hover { color: #FFFFFF !important; }





/*
 design for iPhone and other smart phones
 */
@media screen and (max-device-width: 480px) {
	body {
		background-image: url(gustav_back_iphone.jpg);
		background-position: left top;
	}

	div.adminmenu {
		font-size: x-small;
		margin: 0px;
		width: 100%;
	}

	h1 {
		padding-top: 80px;
		height: 50px;
	}

	div.whole-content {
		width: 100%;
	}

	div.main {
		width: 100%;
	}

	div.day {
		margin-right: 0px;
		width: 100%;
	}

	div.day h2 {
		background-color: transparent;
	}

	div.section h3 {
		margin-left: 0px;
		text-indent: 0px;
	}

	div.section img.left,
	div.section img.right,
	div.section img.photo {
		display: block;
		float: none;
		margin: 10px auto;
		max-width: 300px !important;
	}

	div.section img.amazon {
		max-width: 150px !important;
	}

	body.update h1 {
		background-image: none;
		height: auto;
		display: block;
		padding: 0px;
	}

	body.update div.autopagerize_page_element {
		width: 100%;
	}

	div.update {
		width: 100%;
	}

	textarea {
		font-size: 110%;
	}
}



