@charset "Shift_JIS";

body {
 margin: 0px;
 padding: 20px;
 color: #222;
 background-color: #ccc;
}

body * {
 margin: 0px;
 padding: 0px;
 background-color: transparent;
 color: #222;
 width: auto;
 line-height: 1.3;
 font-weight: normal;
 font-style: normal;
 font-family: OCRB, monospace;
}

h1 {font-size: 1.5em;}
	h1 a {text-decoration: none;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
p {
 margin-top: 0.2em;
 margin-bottom: 0.5em;
}

strong {font-weight: bold;}
em {font-style: italic;}

pre {
 background-color: #ccc;
 padding: 5px;
}

blockquote {
 margin: 1em;
 padding: 5px;
 border-left: 5px dashed #666;
 border-bottom: 1px solid #eee;
}

/* main */
.header {
 margin: 0px;
 position: relative;
 height: 3.5em;
 width: 40em;
}

.main {
 margin: 0px;
 padding: 0.5em 1em;
 border: 1px solid #666;
 background-color: #eee;
 min-width: 40em;
 min-heghit: 300px;
}

.footer {
 margin: 0.5em 1em 0em;
 text-align: right;
}

dd {
 margin-left: 2em;
}

.main ul, .main ol {
 margin-left: 2em;
}

.main dl {
 magin-bottom: 1em;
}

.main ul dl,
.main ol dl,
.main dl dl {
 margin-left: 1em;
}

/* tabs */
.header .menu {
 position: absolute;
 margin: 0px;
 bottom: -1px;
 width: 40em;
}

.header .menu li {
 display: inline;
 list-style: none;
}

.header .menu li a {
 width: 6em;
 display: block;
 float: left;
 padding: 4px 0px;
 margin: 1px 0px 0px 2px;
 text-align: center;
 font-size: 85%;
 text-decoration: none;
 border: 1px solid #666;
 background-color: #ddd;
}

.header .menu li#here a {
 border-bottom: none;
 padding-bottom: 6px;
 margin-top: 0px;
 background-color: #eee;
}

.header .menu li a:hover {
 padding-bottom: 5px;
 margin-top: 0px;
}

.header .menu li#here a:hover {
 border-bottom: none;
 padding-bottom: 6px;
}

/* days */
.day {margin-bottom: 1em;}

/* wiki */
#wiki .menu li {
 display: inline;
}

#wiki p.url {
 font-size: 80%;
}

#wiki div.title {
 margin-bottom: 2em;
}

#wiki div.footer {
 font-size: 80%;
}

#wiki a:link {
	text-decoration: underline;
}

#wiki a:active {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:none;
}

#wiki a:visited {
	text-decoration: underline;
}

#wiki a:hover {
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}

ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }

span.noexists {
	color:inherit;
	background-color:#FFFACC;
}

.small { font-size:80%; }

.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

div.jumpmenu {
	font-size:60%;
	text-align:right;
}

hr.full_hr {
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
}
hr.note_hr {
	width:90%;
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
	text-align:center;
	margin:1em auto 0em auto;
}

span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}

/* html.php/edit_form() */
.edit_form { clear:both; }

/* pukiwiki.skin.php */

div#related {
        display:none;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

/* calendar*.inc.php */
.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* counter.inc.php */
div.counter { font-size:70%; }

/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:80%;
	border-style:solid;
	border-color:#333333;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
span.counter { font-size:70%; }
ul.popular_list {
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
}

/* ref.inc.php */
div.img_margin {
	margin-left:32px;
	margin-right:32px;
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1 {
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2 {
	color:inherit;
	background-color:#EEF5FF;
}
