@charset "Shift_JIS";
/* this @charset is for mozilla's bug */
/*
/////////////////////////////////////////////////
// PukiWiki - Yet another WikiWikiWeb clone.
//
// $Id: default.ja.css,v 1.32 2004/07/31 03:09:20 henoheno Exp $
//
*/

body {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0.5em 0em 0.5em 0em;
}

dl, ol, blockquote, p
{
	line-height:1.4;
}

blockquote
{
	margin-left:1em;
}

p.quotation {
	margin: 0em;
}

body,td
{
	color:black;
	background-color:white;
	margin-top: 0.7em;
	margin-left:2%;
	margin-right:2%;
	font-size:90%;
	font-family:verdana, arial, helvetica, Sans-Serif;
}

a:link
{
	color:#215dc6;
	background-color:inherit;
	text-decoration:none;
}

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

a:visited
{
	color:#a63d21;
	background-color:inherit;
	text-decoration:none;
}

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

h1, h2, h5, h6
{
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	padding:.3em;
	margin:.8em 0px .3em 0px;

	background-color:#e6e6fa;

	border : 1px solid #b8b8f1;	
	border-bottom : 0.2em solid #b8b8f1;
}

h2 {
	font-size:144%;
}

h3
{
	font-size:118%;

	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	padding: .3em;
	margin: .8em 0px .3em 0px;

	border : 1px solid #b8b8f1;
	border-left : 0.4em solid #b8b8f1;
}

h4
{
	font-size:105%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	padding:.3em;
	margin: .8em 0px .3em 0px;

	border-left : 0.5em double #b8b8f1;
	border-bottom : 1px dotted #b8b8f1;
}

h1.title
{
	font-size: 1.7em;	/**/
	font-weight:bold;
	background-color:transparent;
	margin: 0.0em 0px 0px 0px;
	padding: 0.5em 0px 0px 0px;

	border: 0;
	border-bottom : 1px solid #e8e8ff;
}

dt
{
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre
{
	border-top:#DDDDDD 1px solid;
	border-bottom:#888888 1px solid;
	border-left:#DDDDDD 1px solid;
	border-right:#888888 1px solid;
	margin-left:2.5em;
	margin-right:2em;
	padding:.5em;
	line-height:1.0;
	white-space:pre;
	color:black;
	background-color:#F8F8F8;
}

img
{
	border:none;
	vertical-align:middle;
}

ul
{
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:1.4;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

thead td.style_td,
tfoot td.style_td
{
	color:inherit;
	background-color:#b8b8f1;
}
thead th.style_th,
tfoot th.style_th
{
	color:inherit;
	background-color:#E0E8F0;
}
.style_table
{
	padding:0px;
	border:0px;
	margin:auto 0.3em 0.3em 2.0em;
	text-align:left;
	color:inherit;
	background-color:#cccccc;
}
.style_th
{
	padding:0.35em;
	margin:0.07em;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td
{
	padding:0.35em;
	margin:0.07em;
	color:inherit;
	background-color:#fefefc;
}

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;
}

div.ie5
{
	text-align:center;
}

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:#b8b8f1;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

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

hr.full_hr
{
	border-style:solid;
	border-color:#b8b8f1;
	border-width:1px 0px;
}

div.full_hr
{
	border-top-style:solid;
	border-top-color:#b8b8f1;
	border-top-width:1px;
}


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

span.size1
{
	font-size:xx-small;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size2
{
	font-size:x-small;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size3
{
	font-size:small;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size4
{
	font-size:medium;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size5
{
	font-size:large;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size6
{
	font-size:x-large;
	line-height:1.4;
	text-indent:0px;
	display:inline;
}
span.size7
{
	font-size:xx-large;
	line-height:1.4;
	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 */
#header
{
	padding:0px;
	margin:0px;
}

div#navigator
{
	background-color: #f0f0ff;
//	background-color: #e6e6fa;
	clear:both;
	padding:0.2em 0.2em 0.2em 0.4em;
	margin:0em 0em 0em 0em;
	font-size:85%;	/**/
	border-bottom: solid 1px #b8b8f1;
}

td.menubar
{
	width:8em;	/**/
	vertical-align:top;
	border-color:#b8b8f1;
	border-style : solid;
	border-width: 0px 1px 0px 0px;
}

div#menubar
{
	width:8em;	/**/
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
	margin-top: 0.5em;
}

div#menubar ul
{
	margin:0px 0px 0px .5em;
	padding:0px 0px 0px .5em;
}

div#menubar ul li
{
	line-height:1.1;
}

div#menubar h4
{
	font-size:110%;
}

div#menubar p
{
	line-height:1.4;
	margin-left: 0px;
}



div#body
{
	padding:0px;
	margin:0px 0px 0px .5em;
}

div#body p
{
	margin-left: 1em;
	line-height:1.5;
}

div#note
{
	clear:both;
	padding:0px;
	margin:0.27em 0.27em 0.27em 0.27em;
	border-top-color: #b8b8f1;
	border-top-style: solid;
	border-top-width: 1px;
}

div#attach
{
	padding:0px;
	margin:0.27em 0.27em 0.27em 0.27em;
	border-top-color: #b8b8f1;
	border-top-style: solid;
	border-top-width: 1px;
}

div#toolbar
{
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:85%;	/**/
	border-top-color: #b8b8f1;
	border-top-style: solid;
	border-top-width: 1px;
}

div#lastmodified
{
	font-size:96%;
	padding:0px;
	margin:0px;
	text-align:right;	/**/
	color: #444444;
}

div#related
{
	padding:0px;
	margin:0.27em 0.27em 0.27em 0.27em;

	border-top-color: #b8b8f1;
	border-top-style: solid;
	border-top-width: 1px;
}

div#footer
{
	font-size:70%;
	padding:0px;
	margin:0.27em 0px 0px 0px;
	color: #555555;
}

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

img#logo
{
	float:left;
	margin-right:1.8em;
}

/* aname.inc.php */
.anchor
{
}
.anchor_super
{
	font-size:x-small;
	vertical-align:super;
}

/* br.inc.php */
br.spacer
{
}

/* 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;
}

/* 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:dotted;
	border-color:#b8b8f1;
	border-width:1px 0px;
}

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

/* navi.inc.php */
ul.navi
{
	margin:0px;
	padding:0px;
	text-align:center;
}

li.navi_none
{
	display:inline;
	float:none;
}

li.navi_left
{
	display:inline;
	float:left;
	text-align:left;
}

li.navi_right
{
	display:inline;
	float:right;
	text-align:right;
}

/* 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
{
/*
	padding:0px;
	border:0px;
	margin:0px 0px 0px 1em;
	word-wrap:break-word;
	word-break:break-all;
*/
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list
{
/*
	padding:0px;
	border:0px;
	margin:0px 0px 0px 1em;
	word-wrap:break-word;
	word-break:break-all;
*/
}

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

/* 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;
}

/* htmlinsert */
p#hi {
	line-height:1.5;
}
td#hi {
	line-height:1.5;
}

/* ext_link.diff */
a.external {
	padding-left: 1.2em;
	background: url("../image/extlink.png") no-repeat left center;
}


/* */
.separator {
	color:#b8b8f1;
}

.rss {
	color:#FF6600;
}
a.rss {
	color:#FF6600;
}

li {
/*	line-height:1.5;	*/
}
ol {
/*	line-height:1.5;	*/
}
#paraedit a {
	color:#b8b8f1;
}

.page-title {
	font-family:verdana, arial, helvetica, Sans-Serif;
	font-size: 2.0em;
	font-weight:bold;

	color:inherit;
	background-color:transparent;

	border: none;

	padding: 0.5em 0px 0px 0px;
	margin: 0.0em 0px 0px 0px;
}

div.siteDescription {
	color:black;
/*	background-color: #f0f0ff; */
	font-size:100%;
	font-family:verdana, arial, helvetica, Sans-Serif;
	padding-top: 16px;
}

