@charset "Shift_JIS";

/*
	solidborder
	for screen media
*/


/* HTML要素 --------------------------------------------------*/

a:link {
	text-decoration:underline;
	color:#00c;
	background-color:transparent;
}

a:visited {
	text-decoration:underline;
	color:#009;
	background-color:transparent;
}

a:hover {
	text-decoration:underline;
	color:#00c;
	background-color:#cff;
}

a:active {
	text-decoration:underline;
	color:#f33;
	background-color:transparent;
}


abbr,
acronym,
span.abbreviation {
	border-style:none none dotted;
	border-width:1px;
}


address {
	clear:both;
	margin:100px -24px 0;
	padding:0 6px;
	border-style:solid none none;
	border-width:1px;
	border-color:#000;
	font-size:90%;
	line-height:178%;
	font-style:normal;
	text-align:right;
}


blockquote {
	background-image:url("quote.png");
	background-position:4px 4px;
	background-repeat:no-repeat;

	margin:1.6em 0 1.6em 32px;
	padding-left:30px;
	color:#666;
	background-color:transparent;
	border-style:solid none solid dotted;
	border-color:#fff #fff #fff #999;
	border-width:1px 0 1px 2px;
}

blockquote blockquote {
	font-size:100%;
	background-image:none;
	border-width:0 0 0 2px;
	padding-left:0;
}

blockquote q {
	font-size:100%;
}

body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	background-image:none;
	line-height:140%;
}

center {
	text-align:left;
	margin:0;
	padding:0;
}

cite {
	font-style:normal;
}

code {
	font-family: monospace;
}

del {
	display:block;
	text-decoration:line-through;
	color:#999;
	background-color:inherit;
	padding:0 2px;
}

dt del,
dd del,
li del,
p del {
	display:inline;
}

del a:link,
del a:visited {
	color:#ccf;
	background-color:transparent;
}

dl {
	margin:1.6em 0;
	line-height:160%;
}


dt {
	margin:0 32px;
	padding:0;
}

dd {
	margin:0 32px 1.6em 32px;
	padding-left:28px;
	background:url("dd.png") no-repeat 0 0.4em;
}

/*
	ddのマークは、:beforeで付加すると
	ユーザスタイルとして使用した場合に不安定なので、
	背景画像として使用
*/

em {
	/*font-weight:bold;*/
	font-style:italic;
	padding:0 0.5em 0 0;
	/*border-bottom:solid 1px #ccc;*/
}

/*font[color] {
	color:#000;
	background-color:transparent;
}*/

font[size="1"],
font[size="2"],
font[size="-1"],
font[size="-2"] {
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	border-style:none none solid;
	border-width:1px;
	border-color:#333;
	font-weight:normal;
	padding:0;
	clear:both;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	text-decoration:none;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color:#00c;
}


h1 {
	margin:0 -24px 1.33em -24px;
	font-size:120%;
	line-height:133%;
	background:url("h1.png") no-repeat 100% 100%;
}

h2 {
	margin:0 -10px 1.33em 20px;
	font-size:120%;
	line-height:133%;
	background:url("h2.png") no-repeat 100% 100%;
}

h3 {
	margin:0 -10px 1.6em 40px;
	font-size:100%;
	line-height:160%;
	background:url("h3.png") no-repeat 100% 100%;
}

h4 {
	margin:0 -10px 1.78em 60px;
	font-size:90%;
	line-height:178%;
	background:url("h4.png") no-repeat 100% 100%;
}

h5 {
	margin:0 -10px 1.93em 80px;
	font-size:83%;
	line-height:193%;
	background:url("h5.png") no-repeat 100% 100%;
}

h6 {
	margin:0 -10px 2.11em 100px;
	font-size:76%;
	line-height:211%;
	background:url("h6.png") no-repeat 100% 100%;
}

head {
	display:block;
}

hr {
	display:none;
	border:none;
}

html {
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
}

ins {
	text-decoration:none;
}


img {
	border-style:none;
}

kbd {
	background-color:#eee;
	color:inherit;
	margin:0;
	padding:0 1px;
}

li {
	margin-top:0;
	margin-bottom:0;
}

li dl,li dt {
	margin-top:0;
}

li p,
li pre {
	margin-left:0;
	margin-right:0;
}


ol {
	margin:1.6em 0;
	padding:0 24px 0 58px;
	line-height:160%;
}

ol li {
	list-style-type:decimal;
	list-style-image:none;
}

ol ol li {
	list-style-type:lower-roman;
	list-style-image:none;
}

ol ol, ol ul {
	margin:0;
	padding-left:20px;
	padding-right:0;
}

p {
	margin:1.6em 32px;
	line-height:160%;
}

pre {
	margin:1.6em 32px;
	font:90%/1.11 monospace;
	color:inherit;
	background-color:#eee;
	padding:1px;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap;     /* Opera 4 - 6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 - Text module */
	word-wrap: break-word;     /* IE 5.5+ */
}


q {
	color:#666;
	background-color:transparent;
}

q:before {
	content:"";
}

q:after {
	content:"";
}


strong {
	font-style:normal;
	font-weight:bold;
	padding-bottom:1px;
	border-bottom:solid 2px #000;
}

strong strong {
	font-size:144%;
	border-bottom:none;
}


table {
	margin:1.6em 5%;
	width:auto;
	border-style:none;
	border-color:#999;
	border-width:1px;
	border-collapse:separate;
	border-spacing:1px;
	color:#000;
	background-color:transparent;
}

table table {
	width:auto;
}

table[width] {
	width:auto;
}

title {
/*	position:fixed;
	display:block;
	width:100%;
	color:#999;
	background-color:transparent;
	font-size:83%;
	text-align:right;
	font-family:fantasy;*/
}

td {
	border-style:none none dashed;
	border-width:1px;
	border-color:#999;
	padding:0 4px;
	line-height:160%;
	empty-cells:hide;
}

th {
	border-style:solid;
	border-width:1px;
	border-color:#666;
	padding:0 4px;
	background-color:transparent;
	color:#000;
	text-align:center;
	font-weight:normal;
	line-height:160%;
	empty-cells:hide;
}

ul {
	margin:1.6em 0;
	padding:0 32px 0 52px;
	line-height:160%;
}

ul li {
	list-style-image:url("uzu.png");
	list-style-type:disc;
}

ul ul li {
	list-style-image:url("uzu-s.png");
	list-style-type:circle;
}

ul ul ul li {
	list-style-image:none;
	list-style-type:square;
}

ul ol, ul ul {
	margin:0;
	padding-left:20px;
	padding-right:0;
}

var {
	font-style:italic;
	color:#666;
	background-color:transparent;
}

/* 共通クラス --------------------------------------------*/

/* 節 */
.section {
	margin:2em 8%;
	padding:0;
	border-style:none solid;
	border-width:1px;
	border-color:#333;
}

.section .section {
	margin:3.2em 0;
	border-style:none;
}


/* 日付 */
.date {
	color:#444;
	background-color:transparent;
	font:90%/1.56 "Times New Roman","Times",serif;
}

div.date, p.date {
	text-align:right;
	margin:3.2em 6px 1.4em;
}

/* 説明（h2の下） */
.explanation {
	margin:-1.93em 32px 1.93em;
	font-size:83%;
	line-height:110%;
}

/* 句切り */
.divider {
	text-align:center;
	font:140%/0.71  "Times New Roman","Times",serif;
	margin:1.6em 20px;
	letter-spacing:1em;
}


/* ナビゲーション */
ul.navigation {
	margin:80px 0 10px;
	padding:0 20px;
	text-align:right;
}

ul.navigation li {
	display:inline;
	font-size:90%;
	padding:0 0.5em 0 22px;
	background-image:url("finger.png");
	background-position:left top;
	background-repeat:no-repeat;
}


/* 註 */
.note {
	font-size:90%;
	line-height:178%;
}

/* サブタイトル（篆書でGO!など） */
h1 small.subtitle {
	font-size:69%;
}

/* 弱調（強調の逆） */
.weak {
	color:#666;
	background-color:transparent;
	font-size:90%;
}

/* 目次（Table of Contents） */
ul.ToC {
	padding-left:52px;
}

ul.ToC ul li {
	list-style-image:url("uzu-s.png");
}

ul.ToC li {
	width:100%;
	position:relative;
	list-style-image:url("finger.png");
	z-index:1;
}

ul.ToC .date {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	line-height:100%;
	z-index:0;
}

/* 見出し語としての漢字 */
.kanji {
	font:48px/1 'ＭＳ 明朝',serif;
}

/* bookmarklet用 */

.bookmarklet {
	font-size:76%;
	line-height:120%;
}

/* bookstore */
img.bookstore {
}

/* 篆書でGO! 用 ------------------------------------------*/

.no {
	font-size:83%;
	font-family:"Times New Roman","Times",serif;
}

img.tensho {
	border-color:#666;
	border-style:dotted;
	border-width:1px;
}

table.image-and-comment td {
	border-style:none;
	padding:10px 4px;
}

.t-navi-top,.t-navi-bottom {
	margin:0 -20px;
	font:83% "Times New Roman","Times",serif;
	text-align:right;
}



/* 徒書用 ------------------------------------------------*/

.preface {
	font-size:90%;
	line-height:120%;
	margin-top:2em;
}

p.totb {
	margin:-1.2em 6px 3.2em;
	line-height:1;
	font-size:90%;
	text-align:right;
}

#tb {
	margin:3.2em 5%;
	line-height:1;
	border-style:none;
}

#tb h2 {
	margin:0 50% 1.2em 24px;
	background-image:none;
	line-height:1.2;
}

#tb p,
#tb ul {
	margin-top:1.2em;
	margin-bottom:1.2em;
	line-height:1.2;
}

#tb ul li {
	line-height:1.2;
}

#tb p.url {
	font-size:90%;
}

span.ping-url {
	font-size:90%;
	font-family:Arial, sans-serif;
	color:#666;
	background-color:inherit;
}

#tb p.delete {
	text-align:right;
	font-size:86%;
}

/* 徒書(blosxom)用 ---------------------------------------*/

/* content内の要素 */

body.index {
	margin-left:4%;
	margin-right:4%;
}

#www-akatsukinishisu-net-itazuragaki.index h1 {
	margin-left:20px;
	margin-right:20px;
	border-bottom:none;
	background-image:none;
}

#www-akatsukinishisu-net-itazuragaki.index h2 {
	margin-left:-10px;
}

#footer {
	clear:both;
	padding:100px 0 0;
	text-align:center;
}

#footer p.powered {
	margin:0;
}

#footer address {
	margin:0;
	border-top:none;
	text-align:center;
}

#main {
	float:left;
	width:100%;
	margin:0 -124px 0 0;
	position:relative;
	z-index:2;
}

#main .section {
	margin:2em 156px 2em 32px;
}

#main .section .section {
	margin:3.2em 0;
}

ul.posted {
	border-top:solid 1px #333;
	text-align:right;
	line-height:120%;
	margin:100px -24px 0;
	padding:0;
	font-size:90%;
}

.index ul.posted {
	margin-left:-10px;
	margin-right:-10px;
}

ul.posted li {
	list-style-type:none;
	list-style-image:none;
}

ul.titles_index {
	margin-top:2em;
}

.entry #navigation {
	margin:3.2em 5%;
	background:url(/style/akashy_vs_nise-akashy.png) no-repeat 95% 100%;
}

.entry #navigation h2 {
	margin:0 50% 1.2em 24px;
	background-image:none;
	line-height:120%;
}

.index #navigation {
	position:relative;
	z-index:2;
	/*background:#cff;*/
	width:120px;
	float:left;
	margin:2em 0 0;
	padding-bottom:120px;
	background:url(/style/akashy_vs_nise-akashy.png) no-repeat left bottom;
}

.index #navigation h2,
.index #navigation h3 {
	font-size:90%;
	line-height:100%;
	border-bottom:none;
	background-image:none;
}

.index #navigation h2 {
	margin:0 0 0.2em;
}

.index #navigation h3 {
	margin:0 0 0.2em;
}

.index #navigation a {
	text-decoration:none;
}

.index #navigation ul {
	margin:0 0 1em;
	padding:0 0 0 24px;
	font-size:90%;
	line-height:120%;
}

.index #navigation ul ul {
	margin:0;
	padding:0 0 0 2px;
	font-size:100%;
}

.index .advertisement {
	position:absolute;
	top:2px;
	right:2px;
	z-index:1;
}

.index #navigation dl {
	margin:0 10px 1em 0;
	font-size:90%;
	line-height:120%;
}
.index #navigation dt {
	margin:0;
}

.index #navigation dd {
	margin:0 0 0.2em;
	padding-left:16px;
	background-position:-4px 0.25em;
}


.index .advertisement h2 {
	display:none;
}

.index .advertisement p {
	margin:0;
}

.entry .advertisement {
	margin:3.2em 5%;
}

.entry .advertisement h2 {
	margin:0 50% 1.2em 24px;
	background-image:none;
	line-height:1.2;
}

body.writeback {
	font-size:90%;
}

.writeback #comment-form {
	margin:100px 24px 0;
}

.writeback .post {
	font-size:100%;
}

/* 表紙（トップページ）用 --------------------------------*/

body#top-body {
}

body#top-body .top-content {
	width:400px;
	max-width:100%;
}

body#top-body .section {
}

h1#top-hedding {
	font-size:1em;
}


ul#top-index {
	_height:170px;
	min-height:170px;
	padding-left:200px;
	margin:0;
	background:transparent url("logo.png") no-repeat scroll 32px 0;
}

ul#top-index li{
	list-style-image:url("finger.png");
}


p#top-counter {
	margin:1em 32px;
	font:12px/1 "Times New Roman",Times,serif;
}

ul#top-navigation {
	margin-top:3.2em;
	padding:0 10px;
}

ul#top-navigation li {
	font-size:90%;
	line-height:120%;
	margin:0;
	padding:0;
	list-style-image:url("finger.png");
	text-align:right;
}


body#top-body address {
	margin-top:2em;
}

/* Googleのキャッシュに挿入されるtable */

table[border="1"] {
	border:double 3px #ccc;
}

table[border="1"] td {
	border-style:none;
}

table[border="1"] table[border="1"] {
	border-style:none;
	margin:0;
	padding:4px;
}

table[border="1"] table[border="1"] td {
	line-height:110%;
	font-size:0.83em;
}

table[border="1"] table[border="1"] a font[color="blue"] {
	color:blue;
	background-color:inherit;
}

table[border="1"] table[border="1"] code {
	font-size:9px;
	font-family:'Times New Roman',Times,serif;
	color:#009;
	background-color:inherit;
}

table[border="1"] table[border="1"] b font {
	font-family:'Times New Roman',Times,serif;
}

table[border="1"] table[border="1"] table[border="0"] {
	margin:1em 0 0;
	padding:0;
}


/*
	WinIE5,6のみに適用 (The Underscore Hack)
	http://wellstyled.com/css-underscore-hack.html
*/

ul.ToC {
	_padding-left:40px;
}

pre {
	_overflow:auto;
	_width:100%;
}

rt {
	_font-size:60%;
}
