@charset "euc-jp";
/*
ほげほげ
*/


/*
基本ベース
*/

A:link{ 
	color : #0000FF; /*リンク、未アクセスの色*/
}
A:visited{ 
	color : #00FF40; /*リンク、アクセス済みの色*/
}
A:active{ 
	color : #008080; /*アクティブ時の色*/
}
A:hover{ 
	color : #990066; /*ポイント時の色*/
}

body{ 
	background-color : #FFFFFF; 
	background-image : url(body.jpg); 
	background-repeat : no-repeat; 
	background-position : left top; 
	background-attachment : scroll; 
}


h1 {
	height: 80px;
	margin: 0px;
	padding: 100px 0px 0px 0px;
	padding-left: 10px;
}





div.adminmenu {
	font-size: 80%;
	margin: 0px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
	height: 20px;

}

div.adminmenu a {
	text-decoration: none;
}

span.adminmenu {
	padding: 2px;
}


/* ================== */
/*  下、多分本文　　  */
/* ================== */
div.day {
	border-style: dotted;
	border-color: #888;
	border-width: 0px 0px 0px 1px;
	margin: 0px 0em 1em 0em;
	padding-left: 1em;
	padding-bottom: 1em;
}

h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

h2 span.date {
	font-size: medium;
	margin-left: 0.3em;
}

h2 a {
	text-decoration: none;
}

h2 span.title {
	font-size: large;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

div.body {
	margin-left: 1em;
	margin-right: 1em;
}

div.section {
	margin-top: 0.5em;
	margin-left: 0em;
	margin-bottom: 1em;
	width: 100%;
}

h3 {
	margin: 0em;
	font-size: medium;
	font-weight: bold;
}

h4 {
	margin: 1em;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0em;
}

h5 {
	margin: 2em;
	font-size: medium;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.day span.sanchor, div.day span.canchor {
	font-size: 70%;
	margin-right: 0.5em;
	text-decoration: none;
}

div.section p {
	line-height: 150%;
	margin: 0.5em 1em 0.7em 2em;
}

div.caption {
	font-size: 90%;
	border-style: dotted;
	border-color: #888;
	border-width: 0px 0px 1px 0px;
	margin: 0em;
	padding: 0.2em;
	padding-left: 0.5em;
}

div.caption a {
	text-decoration: none;
}

div.comment {
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	margin: 0.5em 2em 0.5em 2em;
	padding-left: 0.5em;
}

div.commentshort {
	font-size: 90%;
	margin-left: 0.5em;
}

div.commentator {
	margin-left: 0.3em;
}

span.commentator {
	font-weight: bold;
}

div.commentshort p {
	line-height: 120%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

div.commentbody {
	font-size: 90%;
	line-height: 120%;
	margin: 0.5em;
}

div.commentbody p {
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 2em;
}

div.form {
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	margin: 0.5em 2em 0.5em 2em;
}

div.form form {
	margin: 0.5em 0em 0em 0.5em;
}

div.form form.comment {
	font-size: 90%;
	padding-bottom: 0.5em;
}

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

form.comment input {
	background-color: #ddd;
	color: #000;
	margin-left: 0.5em;
}

div.textarea {
	display: block;
	vertical-align: top;
	margin-top: 0.7em;
}

form.comment textarea {
	display: block;
	background-color: #ddd;
	color: #000;
	margin-left: 3.5em;
	margin-bottom: 0.7em;
	width: 25em;
	height: 5em;
}

form.comment div.button {
	display: block;
	margin-left: 3em;
}

div.referer {
	text-align: right;
	font-size: 90%;
	margin: 0.5em 1em 0em 2em;
}

div.refererlist {
	border-style: dotted;
	border-color: #888;
	border-width: 1px;
	padding-bottom: 1px;
	margin: 0.5em 2em 0.5em 2em;
}

div.refererlist ul {
	font-size: 90%;
	line-height: 120%;
	margin: 0.5em 1em 0.5em 2em;
	padding-left: 1em;
}

div.section hr {
	border-style: dotted;
	border-color: #888;
	border-width: 1px 0px 0px 0px;
	margin-left: 4em;
	width: 70%;
}

hr.sep {
	display: none;
}

/* コマーシャル */
div.footer {
	font-size: 90%;
	text-align: center;　/* 位置　left（左寄せ）、right（右寄せ）、center（センタリング）、justify（両端揃え） */
	margin-top: 0px;
	margin-right: 1em;
}


div.update {
	padding-top: 1em;
}

form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	background-color: #ddd;
	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: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

div.section pre {
	background-color: #66FF99; /* 子枠背景の色 */
	color: #330000; /* 子枠文字の色 */
	font-weight: bold;
	margin-left: 3em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

div.section blockquote {
	border-style: solid;
	border-color: #b60;
	border-width: 0px 0px 0px 6px;
	margin-left: 3em;
	padding-left: 6px;
}
div.section blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

div.section ul, div.section ol {
	margin-left: 7em;
	margin-right: 3em;
	padding-left: 0px;
}
div.section ul ul, div.section ol ol {
	margin-left: 1.7em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

div.section dl {
	margin-left: 4em;
}

div.section dt {
	margin-bottom: 0em;
	font-weight: bold;
}

div.section dd {
	margin: -1em 0em 0.5em 3.5em;
}

div.section table {
	margin: 0.5em 1em 0.5em 5em;
	border-style: solid;
	border-width: 1px;
	border-color: #330066; /* 枠線の色四角 */
	border-collapse: collapse;
}
div.section th, div.section td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #330066; /* 枠線の色間 */
}

/*
 plugins
 */
/* amazon plugin */
img.left {
	border-style: solid;
	border-color: #888;
	border-width: 1px;
	float: left;
	margin: 0.5em;
}

img.right, img.photo, img.amazon {
	border-style: solid;
	border-color: #888;
	border-width: 1px;
	float: right;
	margin: 0.5em;
}

span.blogmap {
	font-size: 80%;
}

/*
div.section, div.comment {
	clear: both;
}
*/

div.footnote {
	margin-left: 5em;
	margin-right: 2em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #888;
}

/*
sidebar
*/
div.main {
	margin-left: 230px; /*  サイドバー右側のマージン  */
}



/* ================== */
/*  下、多分サイドバー  */
/* ================== */
div.sidebar {
	/* background-color: #A5F2E8; サイドバー背景色*/
	font-size: 90%;
	position: absolute;
	top: 200px;
	left: 20px; /*  サイドバー左のマージン  */
	width: 200px;
	padding: 4px 0.5em 100% 0px;
	line-height: 25px; /*  サイドバー行間隔マージン  */
}

div.sidebar a:link {  /* まだアクセスしたことのないリンクに適用 */
	display: block;             /* ブロック要素にする */
	width: 160px;                /* 横幅 */
	color: #660033;
	background-color: #33CC00;  /* 背景色 */
	border: outset 2px #009999; /* 枠の色 */
	margin: 10px;
	padding: 3px 1px 1px 0px;
	font-size: 15px;            /* フォントサイズ */
	line-height: 25px;          /* 行の高さ */
	text-align: center;         /* 水平揃え */
	text-decoration: none;      /* 下線を消す */
}

div.sidebar a:visited {   /* 既にアクセスしたことのあるリンクに適用 */
	display: block;             /* ブロック要素にする */
	width: 160px;                /* 横幅 */
	color: #660033;
	background-color: #33CC00;  /* 背景色 */
	border: outset 2px #009999; /* 枠の色 */
	margin: 10px;
	padding: 3px 1px 1px 0px;
	font-size: 15px;            /* フォントサイズ */
	line-height: 25px;          /* 行の高さ */
	text-align: center;         /* 水平揃え */
	text-decoration: none;      /* 下線を消す */
}

div.sidebar a:hover {  /* マウスが上に乗っている状態のリンクに適用 */

	color: #eeeeee;
	background-color: #339900;  /* 背景色 */
	border: inset 2px #009999;  /* 枠の色 */
	margin: 10px;
	padding: 4px 0px 0px 1px;

div.sidebar a:active {   /* 選択されている状態のリンクに適用 */
	color: #660033; 
}



div.footer a:link,
div.footer a:visited,
div.footer a:hover 
{
	text-decoration: none;
}

div.calendar {
	margin-left: 4px;
}

div.calendar select {
	margin-left: 8px;
}

p.recentitem {
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 0.5em;
}

div.recentsubtitles {
}

div.sidebar hr {
	border-style: dotted;
	border-width: 2px 0px 0px 0px;
	border-color: #888;
	width: 80%;
}

