@charset "utf-8";

/* 404
	http://404.junkwork.net/
----------------------------------------------- */

/* 基本設定
----------------------------------------------- */

* {
	background:transparent;
	margin:0;
	padding:0;
	text-align:justify;
	}

*:before, *:after {
	content:"";
	}

body {
	background:url("img/background-body.png");
	}

.body {
	background:url("img/background-box.png");
	border:1px solid #333;
	border-bottom-width:4px;
	font:95%/1.4 Arial, sans-serif;
	margin:1em 2em 0 1em;
	}

.entry_header {
	border-top:0.3em solid #789;
	margin:0.5em;
	position:relative;
	}

.entry_footer {
	border-bottom:0.3em solid #789;
	margin:0.5em;
	padding:0.3em 0 0.5em;
	}

#header {
	background:url("img/background-header.jpg");
	border-bottom:1px solid #333;
	height:267px;
	}

#main {
	margin-right:200px;
	position:relative;
	top:-250px;
	}

#footer {
	background:#000 url("img/background-footer.jpg") right bottom no-repeat;
	border-top:1px solid #333;
	height:200px;
	margin-top:-200px;
	}

#footer a:link, #footer a:visited {
	border:none;
	color:#789;
	}

#footer a:hover,
#footer a:active {
	color:#c66;
	}

/* アンカー設定
----------------------------------------------- */

a {
	text-decoration:none;
	}

a:link {
	color:#456;
	border-bottom:1px dotted #789;
	}

a:visited {
	color:#678;
	border-bottom:1px dotted #567;
	}

a:hover, a:active {
	border:none;
	color:#600;
	}

a[accesskey]:after {
	content:" [ "attr(accesskey)" ]";
	text-transform:uppercase;
	}

.feeds a:link, .feeds a:visited, .feeds a:link img, .feeds a:visited img {
	border:none;
	margin:0;
	padding:0;
	}

/* 見出し設定
----------------------------------------------- */

h1 {
	background:url("img/background-h1.jpg") right top no-repeat;
	height:267px;
	}

h1 a {
	display:none;
	}

h2 {
	color:#345;
	font:bold 100% Arial, sans-serif;
	letter-spacing:0.1em;
	position:relative;
	top:1em;
	text-align:right;
	}

h2:after {
	content:"▼";
	}

h3 {
	border-bottom:1px solid #ccc;
	color:#123;
	font:bold 100% Arial, Osaka, sans-serif;
	margin:0.2em 0;
	max-height:60px;
	padding:0 1em 1.5em;
	}

h3:first-letter {
	color:#933;
	}

h3 a:link, h3 a:visited, .entry_header li a:link, .entry_header li a:visited {
	border:none;
	color:#456;
	text-decoration:none;
	}

h3 a:hover, h3 a:active, .entry_header li a:hover, .entry_header li a:active {
	color:#789;
	}

h3 a:hover:after {
	content:" >>";
	line-height:1;
	}

.entry_footer h4 {
	background:transparent;
	font:bold 85% Arial, sans-serif;
	margin:0 1em;
	text-align:right;
	}

.entry_footer h4+h4 {
	margin-top:0.3em;
	}

.section h4 {
	background:#ddf;
	border-top:1px solid #789;
	border-right:8px solid #789;
	border-left:8px double #789;
	clear:left;
	color:#345;
	font:bold 120% Arial, sans-serif;
	height:1px;
	letter-spacing:0.2em;
	margin:1em 0.5em;
	padding:0.5em;
	}

.section h4:first-letter {
	color:#c30;
	text-transform:uppercase;
	}

.entry_footer h4 a:after {
	content:" >>";
	}

h5 {
	color:#345;
	font:bold 95% Arial, sans-serif;
	margin-left:1em;
	position:relative;
	top:0.8em;
	}

h5:before {
	color:#789;
	content:"Comment by ";
	font:bold 90% Arial, sans-serif;
	}

.category_About {
	background:url("img/background-h3-about.png") right center no-repeat;
	border-left:5px double #789;
	}

.category_Archive {
	background:url("img/background-h3-archive.png") right center no-repeat;
	border-left:5px double #285;
	}

.category_Days {
	background:url("img/background-h3-days.png") right center no-repeat;
	border-left:5px double #aaa;
	}

.category_Internet {
	background:url("img/background-h3-internet.png") right center no-repeat;
	border-left:5px double #f87;
	}

.category_MovableType {
	background:url("img/background-h3-movabletype.png") right center no-repeat;
	border-left:5px double #693;
	}

.category_Movie {
	background:url("img/background-h3-movie.png") right center no-repeat;
	border-left:5px double #f70;
	}

.category_Test {
	background:url("img/background-h3-test.png") right center no-repeat;
	border-left:5px double #45a;
	}

.count:before {
	content:" : [ ";
	}

.count:after {
	content:" ] ";
	}

.entry_form {
	background:#789;
	color:#cde;
	font:bold 90% Arial, sans-serif;
	margin:1em 0.3em;
	padding:0.3em 0.5em;
	}

.entry_form:first-letter {
	color:#eee;
	}

/* 本文設定
----------------------------------------------- */

abbr:hover {
	cursor:help;
	}

blockquote {
	border-bottom:1px solid #ddd;
	border-left:0.5em solid #789;
	color:#333;
	margin:1em 1.5em;
	padding:0.1em 0;
	}

blockquote[cite]:after {
	color:#666;
	content:'Quoted from "'attr(cite)'"';
	display:block;
	font:italic bold 90% Arial, sans-serif;
	margin:0 1em;
	text-align:right;
	}

blockquote p {
	margin:0.5em 1em;
	}

blockquote p+p {
	margin-top:1em;
	}

code {
	font:100% "Bitstream Vera Sans Mono", Courier, monospace;
	}

del {
	color:#666;
	display:inline;
	text-decoration:line-through;
	}

em {
	color:#900;
	font:bold 100% Arial, sans-serif;
	}

a:link img, a:visited img {
	border:1px solid #456;
	}

a:hover img {
	border:1px solid #600;
	}

hr {
	border:1px solid #999;
	color:#000;
	margin:1em;
	}

ins {
	border:1px solid #666;
	border-left-width:0.3em;
	display:block;
	margin:0.2em 1.5em;
	text-decoration:none;
	}

ins[datetime]:before {
	color:#666;
	content:attr(datetime)" Add";
	display:block;
	font:italic bold 90% Arial, sans-serf;
	margin:0.3em 1em;
	}

ins blockquote {
	border-color:#999;
	}

ins ins {
	margin-bottom:1em;
	}

ins p {
	margin-left:1.5em;
	}

kbd {
	background:#fff;
	border:2px outset #000;
	color:#333;
	font:bold 100% "Bitstream Vera Sans Mono", Courier, monospace;
	padding:0 0.3em;
	text-transform:capitalize;
	}

p {
	margin:1em 1.2em;
	text-indent:1.5em;
	}

pre {
	border:1px solid #abc;
	clear:left;
	font:100% "Bitstream Vera Sans Mono", Courier, monospace;
	overflow:auto;
	margin:1em 2em;
	padding:0.1em;
	}

q {
	border-bottom:1px dotted #333;
	color:#333;
	}

q:before, q:after {
	content:'"';
	}

.amazon {
	float:left;
	height:60px;
	margin-right:0.5em;
	width:60px;
	}

.amazon:hover {
	height:120px;
	margin:-60px 0.5em 0 -60px;
	width:120px;
	}

.comments_body {
	border-left:5px double #abc;
	margin:1em;
	margin-left:2em;
	}

.comments_body p {
	text-indent:0;
	}

.guidance {
	margin:0.5em 1.5em;
	text-align:right;
	}

.guidance a:after {
	content:" >>";
	font-weight:bold;
	}

.image {
	border:1px solid #333;
	clear:left;
	float:left;
	height:120px;
	position:relative;
	margin:0 1em 0.5em 3em;
	text-indent:0;
	}

.image:hover {
	border-color:#ccc;
	}

.trackback_body p {
	margin:0;
	}

.trackback_uri {
	color:#345;
	font:130%/1.0 Arial, sans-serif;
	}

#copyright, #modified, #powered {
	color:#eee;
	font:bold 100% Arial, sans-serif;
	margin:0 3em;
	}

#copyright {
	margin:0.5em 3em;
	}

#entry_extended {
	border-top:1px dotted #ccc;
	padding-top:0.5em;
	}

#powered {
	clear:left;
	margin:4em 3em 0;
	}

#powered:after {
	content:",";
	margin:0 0.1em;
	}

/* 表組み設定
----------------------------------------------- */

.body caption {
	border-left:5px double #567;
	color:#567;
	font:bold 90% Arial, sans-serif;
	margin:0 1em -0.5em;
	padding:0.5em 0 0 1em;
	text-align:left;
	}

.body caption:before {
	content:"Caption : ";
	}

.body table {
	border:1px solid #567;
	clear:left;
	margin:0.5em auto;
	width:95%;
	}

.body th, .body td {
	border:1px solid #000;
	border-width:0 1px 1px 0;
	}

.body th {
	font:bold 90%/1.5 Arial, sans-serif;
	padding:0.3em 0.5em;
	}

.body thead th {
	background:#789 url("img/background-thead-th.png") right bottom no-repeat;
	border-color:#567;
	color:#fff;
	letter-spacing:0.1em;
	}

.body thead th:hover {
	color:#cce;
	}

.body tbody th {
	background:#abc;
	border-color:#89a;
	color:#003;
	}

.body tbody th:hover {
	background:#bcd;
	color:#336;
	}

.body td {
	background:#eee;
	border-color:#abc;
	font:90%/1.5 Arial, sans-serif;
	padding:0.3em 0.8em;
	}

.body td:hover {
	background:#dde;
	}

.body td a[href*="ASIN"] {
	border:none;
	}

.body tfoot td {
	padding:1em 1.5em;
	}

/* フォーム設定
----------------------------------------------- */

fieldset {
	border:1px solid #666;
	margin:1em;
	padding:0.5em 0;
	}

fieldset p {
	text-align:right;
	}

input, textarea {
	background:#fff;
	border:1px solid #666;
	font:100% Arial, sans-serif;
	padding:0.1em;
	}

input[type="hidden"] {
	display:none;
	}

input[type="radio"] {
	border:none;
	}

input[type="submit"] {
	color:#345;
	font:bold 85% Arial, sans-serif;
	padding:0.1em 2em;
	text-transform:capitalize;
	}

/* リスト設定
----------------------------------------------- */

.archiveList li {
	float:left;
	width:50%;
	}

.body dl {
	border-bottom:1px solid #ddd;
	border-left:0.5em solid #ccc;
	clear:left;
	line-height:140%;
	margin:1em 1em 1em 2em;
	padding:0.1em 1em;
	}

.body dt {
	color:#345;
	font:bold 100% Arial, sans-serif;
	margin-bottom:0.3em;
	}

.body dd {
	margin-left:1.5em;
	}

.body dd p {
	margin:1em 0.3em;
	}

.body dd+dt {
	margin-top:1em;
	}

.body dd ol, .body dd ul, .body dd dl {
	margin:0 1em 1em 1.5em;
	}

.body ol, .body ul {
	clear:left;
	margin:1em 2em 1em 3.5em;
	}

.body li {
	margin:0.3em 0;
	}

.body li ol, .body li ul, .body li dl {
	margin:0.5em 1em;
	}

.body ul {
	list-style:square outside;
	}

.comments_body ul {
	border-bottom:1px solid #abc;
	color:#345;
	font:bold 90% Arial, sans-serf;
	list-style:none;
	margin:0 0 0 -1em;
	padding:0.1em 0.5em;
	}

.comments_body li {
	text-align:right;
	}

.comments_body li:before {
	color:#789;
	content:"Post :";
	margin:0 0.3em;
	}

.entry_header ul {
	color:#666;
	font:bold 85% Arial, sans-serif;
	margin:0;
	position:absolute;
	top:2.1em;
	left:2.5em;
	}

.entry_header li {
	display:inline;
	}

.entry_header li+li:before {
	content:" | ";
	}

.feeds {
	margin:1em auto;
	}

.feeds li {
	float:left;
	margin:0 0.1em;
	}

.section dl {
	border:none;
	}

.section dl dl {
	margin-left:0.5em;
	}

.trackback_body dl {
	padding:0;
	}

.trackback_body ul {
	margin:0.5em 1em;
	}

.trackback_body li:first-child {
	color:#555;
	display:block;
	font:bold 120% Arial, sans-serif;
	letter-spacing:0.1em;
	}

.trackback_body li:first-child:before {
	color:#345;
	content:"Trackback from ";
	font:bold 80% Arial, sans-serif;
	letter-spacing:0;
	}

.trackback_body li {
	display:inline;
	list-style:none outside;
	}

.trackback_body li+li:before {
	content:" - ";
	margin:0 0.3em;
	}

#menu-list {
	background:url("img/background-box.png");
	border:1px solid #333;
	float:right;
	font:90% Arial, sans-serif;
	margin:1em;
	width:200px;
	}

#menu-list dt {
	background:#789;
	clear:left;
	color:#cde;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0.1em 0.2em;
	padding:0 1em;
	text-align:right;
	}

#menu-list dt:first-letter {
	color:#eee;
	}

#menu-list dd {
	font:bold 90%/1.4 Arial, sans-serif;
	margin:0.5em 1em 1em;
	}

#menu-list li {
	line-height:1.5;
	list-style:none outside;
	}

#toMasterArchive {
	clear:left;
	margin-bottom:1em;
	width:100%;
	}

/* ルビ設定
----------------------------------------------- */

rt {
	text-align:justify;
	}

