﻿@charset "UTF-8";
body{
	color: black; background: rgb(99%,100%,95%);
	padding: 0 2%;
	line-height: 1.5;
}
body > ol{
	list-style-type: decimal-leading-zero;
	margin-bottom: 4em;
	min-height: 7em;
}
li > ol{list-style-type: decimal}

_h1{	visibility: hidden; height: 0; }
h1{ margin-bottom: 0 }

/* <Calendar> */
h2{
	clear: both;
	font-size: larger;
	color: white;
	background: white url("gdh2.png");
	font-weight: normal;
	line-height: 1.2;
	float: right;
	padding: 1em 1em .8em;
	margin: 0em 8% 1em;
	border: 1px solid #ddd;
	box-shadow: gray 7px 7px 5px;
	-webkit-box-shadow: gray 7px 7px 5px;
	-moz-box-shadow: gray 7px 7px 5px;
}
.Sun *, .sunday *, .holiday *{ color: red }
.Sat *, .saturday *{ color: blue }
i{
	color: black;
	font-style: normal;
}
.day{
	font-size: 2.5em;
	float:left;
	line-height: 1.0;
	padding-right: .1em;
}
.month:after{
	white-space: pre-wrap;
	content: "\A";
}
h2:before{
	content: "JintrickのマイクロWeb日記";
	display: block;
	color: gray;
	padding: .5em;
	font-size: 65%;
}
h2 a{
	color: white !important;
	text-decoration: inherit;
}
/*</Calendar>*/


h3{/*Item heading*/
	margin: 0;
}
h4, h5, h6{
	margin: .5em 0 0;
}
p{
	margin: 0;
	text-indent: 1em;
}

blockquote{
	color: #555;
	padding: 0 .5em;
	border-left: 7px solid #dde;
	margin-left: 3%;
	margin-top: 0;
	margin-bottom: 0;
}
p.append{
	font-size: smaller;
}
p.append cite:before{
	content: "―― ";
}
ins, del{
	text-decoration: none;
	display: inline-block;
	margin: 0; padding: 0;
	line-height: 1.0;
	margin: 0 .2em;
}
del{
	color: gray;
}
ins:before, del:before{
	text-align: right;
	display: table-caption;
	caption-side: top;
	line-height: 1.0;
	border-bottom: 1px solid silver;
	color: silver;
	font-size: x-small;
	padding-right: .2em;
}
ins:before{
	content: "inserted";
}
del:before{
	content: "deleted";
}
pre{
	display: inline-block;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: .3em;
	margin: .5em .2em .5em .2em;
	font-family: Consolas, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	/* end css 3 or browser specific rules */
}
td pre{
	margin: 0;
}
dl{
	margin-top: 0;
	margin-bottom: 0;
}
dd{
	margin-left: 3%;
}
table{
	float: none;
	margin: 1em 1em 0;
	padding: 0;
	border-collapse: collapse;
}
td{
	padding: 0 1em;
}
tbody > tr{
	border-width: thin;
	border-color: gray;
	border-style: solid none;
}
caption{
	caption-side: bottom;
	font-size: smaller;
	padding: 0;
	margin-bottom: .5em;
}
address{
	text-align: right;
	margin-top: 5em;
	clear: both;
	font-style: italic;
}

a:link{
	color: blue
}
a:visited{
	color: purple;
}
strong strong{
	font-size: larger;
	color: red;
}
q {
  color: #656;
}
dfn{
	font-weight: bold;
	color: gray;
}
abbr{
	cursor: help;
}
var{
	color: red;
	font-style: italic;
}
code{
	margin: 0 .2em;
	border: 1px solid #AEBDCC;
	background-color: #F3F5F7;
}
kbd{
	margin: 0 .2em;
	border: 1pt solid #0d0;
	background: #dfd;
}
code, var, samp, kbd{
	font-family: Consolas;
	padding: 0 .1em;
}
code[title]:hover, var[title]:hover, kbd[title]:hover, abbr[title]:hover, samp[title]:hover, em[title]:hover{
	background: black;
	color: white !important
}

hr{
	clear: both;
	margin: 2.5em 0;
	border-style: solid none none;
	border-color: silver;
}
li hr{
	border-style: dashed none none;
	margin: 1em 0;
}

.nofloat{
	float: none !important;
}
.floatright{
	float: right;
	clear: right;
}
.floatleft{
	float: left;
}
.topic-path{
	font-size: 90%;
}

td{vertical-align: top;}