
@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: /* */, "Meiryo", "IPAPGothic", "IPAMonaPGothic", "Verdana", "Arial", "Helvetica", "MS PGothic", sans-serif;
	/* font-size: 16px; */
}

/* rounded corners */
.imBorderTop {background: url(img/dot.gif) 0 0 repeat-x; float:left; background-color: #fff;}
.imBorderBottom {background: url(imgdot.gif) 0 100% repeat-x;}
.imBorderLeft {background: url(img/dot.gif) 0 0 repeat-y;}
.imBorderRight {background: url(img/dot.gif) 100% 0 repeat-y;}
.imCornerBottomLeft {background: url(img/bottomleft.gif) 0 100% no-repeat;}
.imCornerBottomRight {background: url(img/bottomright.gif) 100% 100% no-repeat;}
.imCornerTopLeft {background: url(img/topleft.gif) 0 0 no-repeat;}
.imCornerTopRight {background: url(img/topright.gif) 100% 0 no-repeat; padding: 4px;}

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #fff;
	color: #5f9ea0;
/*	min-width: 640px; */
	max-width: 800px;  /* <- IE 効かないみたい */
	font-family: "メイリオ", "Verdana", "MS PGothic", sans-serif;
}

/* 日記右側（本文） */
div.diary {
/*	margin: 0 0px 0 168px; */
	margin-left: -1px;
	float: right;
	width: 100%;
}

/* メニュー */
div.menu {
	float: left;
	position: relative;
	margin-left: -162px;
	font-size: 70%;
	width: 160px; 
}

.outer {
	margin-left: 170px;	
	height: 0;
}




div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
	display: block;
}

/*
リンク文字列に関する設定
*/
a:link {
	background-color: transparent;
/*	color: #f4a460; */
/*	color: #ff8000; */
	color: #ff8135;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
/*	color: #d2b48c; */
/*	color: #993900; */
	color: #997300;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #009999;
	text-decoration: underline;
}

/*
ページトップ
*/
#header {
	padding: 10px 10px 10px 10px;
	background-color: #b5cba1;
}

#header .headerTitle{
/*	font-size: 300%; */
	font-size: 200%;
	margin-bottom: 10px; 
}

#header #counter
{
	font-size: 60%;
}

#header .searchform
{
	float: right; 
	font-size: 60%;
	margin-top: -18px;
	display: default;
}

#header .searchform br
{
	display: none;
}

#category
{
	clear: both;
	background-color: #8fbc8f;
	padding: 4px 0px 4px 10px;
	margin-bottom: 8px;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 80%;
}

#category ul{
	margin: 0;
}

#category li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#category li.navi{
	float: right;
}

#category a:link, #category a:visited {
	background-color: transparent;
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
}

#category a:hover {
	background-color: transparent;
	color: #009999;
	text-decoration: none;
}

#nucleus_cf_body
{
/*	border: 1px solid #f00; */
/*	width: 590px; */
	width: 100%;
	height: 150px;
}

/* Archive titlelist */
.titlelist {
	margin: 16px 16px 0px 16px;
	padding: 0px 0px 0px 16px;
	font-size: 90%;
	line-height: 150%;
}

.titlelist ul {
	margin: 8px 0em 16px 0em;
	padding: 0em 0em 16px 16px;
}

titlelist li {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 4px 10px;
}

.searchoption {
	font-size: 90%;
}

.searchoption input {
	margin-top: 8px;
}
.subcategory-select {
	margin: 0px;
	font-size: 50%;
}


div.ItemNaviEx {
	font-size: 70%;
	padding: 0px 0px 8px 8px;
}

div.ItemNaviEx br {
	display: none;	
}

div.trackback {
	background-color: #fff;
	color: #000;
	margin: 16px 16px 16px 16px;
	font-size: 70%;
	line-height: 160%;
}

div.list iframe {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.list br {
	display: none;
}


/*
カレンダーの設定
*/
table.calendar{
	font-size: 90%;
	text-align: center;
/*	color: #999; */
	margin: 1em 0.4em 0em 0em;
	border: 1px solid #8fbc8f;
}

table.calendar caption {
	font-size: 90%;
	margin: 10px 0px 10px 0px;
	width: 100%;
}

table.calendar caption a {
	margin: 0px 2px 0px 2px; 
	padding: 10px 6px 10px 6px;
	color: #fff;
	background-color: #8fbc8f;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: #fff;
	color: #999999;
	border: 1px solid #8fbc8f;
	margin: 0em 0em 0px 0.5em;
	padding: 0em 0em 16px 0em;
}

/*
タイトル行全体の設定
*/
h2 {
	background-color: #EDF2E3;
	color: #5f9ea0;
	margin: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

/*
日付の設定
*/
h2.date {
	margin: 0em 0em 0.5em 0em;
	padding: 10px 0em 0.5em 1em;
/*	font-size: large; */
	font-size: 120%;
}

/*
タイトルの設定
*/
div.title {
	color: #486;
	font-size: 130%;
	margin: 16px 0px 4px 16px;
	font-weight: bold;
/*	border: 1px solid #8fbc8f; */
	valign: top;
}

/*
ポストした時間
*/
div.postdate {
	color: #777;
	font-size: 70%;
	margin: 0px 16px 0px 16px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #8fbc8f;

}


/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color: #fff;
	color: #000;
	margin: 8px 16px 8px 16px;
/*	font-size: 80%; */
	font-size: 12pt; 
	line-height: 20pt;
/*	border: 1px solid #8fbc8f; */
}

div.body p {
	margin: 0px 0px 16px 0px;
/*	font-size: 13px; */
}

div.body img {
	position: relative;
	border: 1px solid #b3b3b3;
	float: left;	
	margin: 5px 10px 10px 0px;
	padding: 5px;

	-moz-border-radius: 6px;
/*
	display: block;
	background: url(img/bottomright.gif) no-repeat bottom right;
*/
}

div.body ul, div.body ol {
	margin: 0px 0px 16px 32px;
	
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
/*
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	margin-right: 1em;
	margin-left: 3em;
*/
	color: #000000;
}

/*
サブタイトルの設定
*/
h3.subtitle {
	color: #6f8c6f; 
	font-size: medium;
}

/*
日記の本文(段落)の設定
*/
div.section p {
/*
	background-color: transparent;
	color: #778899;
	margin: 0.5em 1em 0.7em 3em;
	line-height: 1.5;
*/
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	font-size: x-small;
	border-style: solid;
	border-color: #8fbc8f;
	border-width: 0px 0px 1px 0px;
	margin: 1em;
}

/*
ツッコミ欄全体の設定
*/
div.read-all{
	font-size: 90%;
	color: #777777;
	margin-top:12px;
	text-align: right;
}

div.day p {
}

div.comment {
	font-size: 90%;
	color: #777777;
	margin-top: 16px;
/*	padding-bottom: 30px; */
	text-align: right;

	clear: both;
}

div.comment {
	font-size: 90%;
	color: #777777;
	margin-bottom: 1.0em;
}

h2.comments {
	font-size: 110%;
	border-style: dotted;
	border-color: #8fbc8f;
	border-width: 1px;
	margin: 16px 0px 8px 8px;
	padding: 8px 0px 8px 16px;
	background-color: transparent;
}

h3.comment {
	margin: 8px 0px 6px 0px;
	font-size: 100%;
}

h3.related {
	font-size: 100%;	
}


div.comment-msg {
	font-size: 90%;
	margin: 10px 0px 10px 0px;
/*	padding 10px 0px 10px 0px; */
}


/*
ツッコミ省略版本文
*/
div.commentshort {
	margin-left: 1em;
}
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	font-size: x-small;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	line-height: 1.4em;
}

/*
ツッコミ本体
*/
div.commentbody {
	background-color: #fff;
	color: #000;
	margin: 8px 16px 8px 16px;
	font-size: 10pt;
	line-height: 14pt;
}

div.commentbody p {
	margin: 0px 0px 16px 0px;
}

div.commentbody img {
	position: relative;
/*	border: 1px solid #b3b3b3; */
	float: left;	
	padding: 0px 5px 0px 0px;
/*
	margin: 5px 10px 10px 0px;
	padding: 5px;

	-moz-border-radius: 6px;
*/
/*
	display: block;
	background: url(img/bottomright.gif) no-repeat bottom right;
*/
}

div.commentbody ul, div.commentbody ol {
	margin: 0px 0px 16px 32px;
	
}
/*
div.commentbody {
	font-size: 100%;
	margin: 1em;
	line-height: 1.4em;
}
*/
/*
ツッコミした人の情報
*/
div.commentator {
	line-height: 1.5em;
}

/*
ツッコミ本文
*/
div.commentbody p {
/*	margin: 1em; */
	margin-left: 2em;
}
/*
フォーム全体を囲む枠の設定
*/
div.form {
background-color: transparent;
color: #999999;
padding: 2px;
margin: 0.5em 1em 0.5em 2em;
}

/*
フォームの設定
*/
div.form form {
margin: 0em 0em 0em 2em;
}

div.form form.comment {
font-size: 90%;
}

div.field {
display: inline;
margin-right: 2em;
}
form.comment input {
background-color: #eef;
color: #000;
margin-left: 1em;
}

div.textarea {
display: block;
vertical-align: top;
}
form.comment textarea {
display: block;
background-color: #eef;
color: #000;
margin-left: 3em;
*width: 30em;
height: 5em;
}

div.button {
display: block;
margin-left: 3em;
}

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
text-align: right;
font-size: 90%;
color: #999999;
background-color: #EDF2E3;
padding: 2px;
padding-bottom: 1px;
margin: 0.5em 1em 0em 2em;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
color: #999999;
background-color: #EDF2E3;
padding: 2px;
padding-bottom: 1px;
margin-top: 0.5em;
margin-left: 2em;
margin-right: 1em;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
font-size: 90%;
margin: 0.5em 1em 0.5em 3em;
line-height: 1.2em;
}

/*
罫線の設定
*/
hr {
/*	border-style: none; */
	border-style: solid;
	border-width: 2px;
	color: #8fbc8f;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	clear: both;
	background-color: #fff;
	font-size: 90%; 
	text-align: right;
	margin-top: 8px;
	font-style: italic; 
}

div.footer-address {
	clear: both;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
	margin-top: 0em;
	font-style: italic;
}

div.footer #version
{
	margin-right: 8px;
}

/*
更新フォーム
*/
form.update {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
background-color: #eef;
color: #000;
}

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;
}
form.update textarea {
display: block;
margin-left: 3em;
margin-bottom: 1em;
width: 35em;
height: 15em;
}

form.update span.checkbox.hidediary {
margin-left: 1em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
margin-top: 0em;
}

/*
エラーメッセージ表示の設定
*/
p.message {
text-align: center;
font-size: 110%;
background-color: #d00;
color: #fff;
padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre
{
	-moz-border-radius: 6px;

	border-top:#DDDDDD 1px solid;
	border-bottom:#888888 1px solid;
	border-left:#DDDDDD 1px solid;
	border-right:#888888 1px solid;
	margin: 8px 0px 16px 16px;
	padding: 16px 0em 16px 8px;
/*	line-height: 70%; */
	white-space:pre;
	color:black;
	background-color: #eef;
}

pre br {
/*
	margin: -1em;
	padding: 0em; 
*/
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
border-style: solid;
border-color: #ddf;
border-width: 2px 2px 2px 2px;
margin-left: 5em;
margin-right: 3em;
padding: 4px 4px 4px 4px;
}
div.body blockquote p {
margin: 0.5em 0em 0.5em 0em;
}
div.body p.source{
margin-top: 0em;
margin-right: 1.5em;
text-align: right;
font-size:90%;
}
/*
箇条書きの設定
*/
div.body ul, div.body ol {
/*margin-left: 6em;
margin-right: 3em;*/
}

/*
項目リストの設定
*/
div.body dl {
margin-left: 5em;
}

div.body dt {
margin-bottom: 0.2em;
font-weight: bold;
}

div.body dd {
margin: 0em 3em 0.5em 1em;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: 100%;
	line-height: 1.4em;
	border-width: 0px;
	margin: 0 0em 2em 0.6em;
	width: 90%;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
text-align: center;
color: #ffffff;
background-color: #8fbc8f;
}

table.calendar td.calendar-prev-month a {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
table.calendar td.calendar-current-month a {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
table.calendar td.calendar-next-month a {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}


/* recent_list */
p.recentitem {
font-size: x-small;
margin-top: 0px;
margin-bottom: 0px;
color: #5f9ea0;
background-color: #8fbc8f;
}
p.recentitem a {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}

div.recentsubtitles {
font-size: x-small;
margin-top: 0px;
margin-bottom: 1em;
margin-left: 1em;
}

/* footnote */
div.body span.footnote {
vertical-align: super;
font-size: xx-small;
}

div.footnote {
font-size: x-small;
border-style: solid;
border-color: #8fbc8f;
border-width: 1px 0px 0px 0px;
padding: 0em;
margin-left: 6em;
}

p.footnote {
margin: 0.5em;
padding: 0em;
}

/* amazon plugin */
img.left {
	position: relative;
	border-width: 1px;
	border-color: #008;
	float: left;
	margin: 0em 1em 1em 0em;
}

img.right {
	border-width: 1px;
	border-color: #008;
	float: right;
}

/*
div.section, div.comment {
clear: both;
}
*/




div.menu h1 {
	font-size: 110%;
	line-height: 1.6em;
}

div.menu h2 {
	background-color: #fff;
	font-size: 90%;
}

div.menu #NewsDate
{
	font-size: 10px;
}

div.menu NewsDate
{
	font-size: 10px;
}

div.menu ul {
	/*margin: 0em 0em 1em 0em;*/
	margin: 0em 0px 1em 0px;
	padding: 0em 0px 1em 16px;
	overflow: hidden;
}

div.menu li {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 4px 0em;
}

div.menu img {
	border: 0;

}

div.menu-comment {
	font-size: x-small;
	line-height: 1.6em;
	margin: 0em 5px 0.5em 0px;

	border: 1px solid #8fbc8f;
	padding: 1em 0.5em 1em 0.5em;

}

div.menu-comment ul {
	margin: 0em 0.4em 1em 1.4em;
	line-height: 1.6em;
}

div.menu-caption {
	font-size: 90%;
/*	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
*/
	margin: 0.2em 0em 0.7em 0em;
}


span.highlight {
	color: black;
	background-color: #c8ffdd;
}

img.photo {
	float: right;
	margin: 10px;
	border: 0;
}
a.keyword {
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.section {
         font-size: 90%;
         line-height: 1.4em;
 }
div.section p {
         color: #000000;
}
div.body {
	/* clear: both; */
}

@media screen and (max-width: 860px) {
	body {
		max-width: 98%;
	}
}

@media screen and (max-width: 700px) {
	body {
		max-width: 98%;
	}
	div.adatitem {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	body {
		max-width: 98%;
	}
	div.menu {
		display: none; 
	}
	.outer {
		margin-left: 0px;	
		height: 0;
	}
}

@media screen and (max-width: 520px) {
	body {
		max-width: 99%;
	}

	/* 日記右側（本文） */
	div.diary {
	/*	margin: 0 0px 0 168px; */
		margin-left: -1px;
		float: left;
		width: 100%;
	}
	div.menu {
		display: none; 
	}
	.outer {
		margin-left: 0px;	
		height: 0;
	}
	div.adatitem {
		display: none;
	}
	#category
	{
		height: 40px;
	}
}

