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

div#body a
{
    line-break:strict;
    word-break:break-all;
    word-wrap:break-word;
}

a:link
{
	color:#0000CC;
	background-color:inherit;
	text-decoration:none;
}
a:visited
{
	color:#662288;
	background-color:inherit;
	text-decoration:none;
}
a:hover
{
	color:#BB0000;
	background-color:#EEDDDD;
	text-decoration:underline;
}
a:active
{
	color:#DD0000;
	background-color:#FFCCCC;
	text-decoration:underline;
}

/**************************************************************/

body,td
{
	color:#000000;
	background-color:#F8F8F8;
	margin-left:0%;
	margin-right:0%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;  /* ,"メイリオ",Meiryo */
	letter-spacing: 0px;        /* Anti error of IE: bug of zoom with image. */
	line-break: strict;
	line-height:150%;
	font-size: 100%;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*-ms-text-size-adjust: 100%;*/
}
br
{
	letter-spacing: 0px;        /* Anti error of IE: bug of zoom with image. */
}

h1
{
	color:#000066;
	font-size: 200%;
	border:0px;
	margin:.2em 0px .2em .5em;
}
h1.title
{
	font-size: 250%;
	font-weight:bold;
	background-color:transparent;
	border: 0px;
	margin: .2em 0px .2em .2em;
	padding: 0px 0px 0px 0px;
	line-height:110%;
}
h1.title a:link, h1.title a:visited
{
    color: #000066;
}

h2
{
	font-size:125%;
	color:#000033;
	background-color:#CCDDFF;
	margin:.3em 0px .3em -1.8em;
	padding:.3em .3em .3em .5em;
	border:0px;
	border-left  : 1.8em solid;
	border-bottom: 3px solid;
	border-color:#F8F8F8 #F8F8F8 #000088 #000088;
}

h3
{
	font-size:112%;
	color:#000022;
	background-color:#D8E3FD;   /* = #CCDDEE + #+C+8-1 */
	margin:.3em 0px .3em -1.0em;
	padding:.25em .3em .15em .5em;
	border:0px;
	border-left  : 1.0em solid;
	border-bottom: 2px solid;
	border-color:#F8F8F8 #F8F8F8 #000088 #000088;
}
h4
{
	font-size:100%;
	color:#000011;
	background-color:#E4EBFB;   /* = #CCDDEE + 2* #1108-1 */
	margin:.3em 0px .3em -0.5em;
	padding:.15em .3em .05em .5em;
	border:0px;
	border-left  : 0.5em solid;
	border-bottom: 1px solid;
	border-color:#F8F8F8 #F8F8F8 #000088 #000088;
}

h5, h6
{
	font-size:100%;
	color:#000000;
	background-color:#F5F4FC;
	margin:.3em 0px .3em -0.2em;
	padding:.1em .3em .05em .5em;
	border:0px;
	border-left  : 0.2em solid;
	border-color:#F8F8F8 #F8F8F8 #000088 #000088;
}


/**************************************************************/

p, pre, blockquote
{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-left: 1px;
	padding-right: 1em;
}
pre
{
	border:#999999 1px solid;
	padding:.4em .5em .3em;
	margin:.3em 0em .3em;
	font-size:100%;
	color:#000000;
	background-color:#EEEEEE;
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}
blockquote
{
	border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:.4em .5em .3em;
	margin:.3em 0em .2em;
}
blockquote blockquote
{
	border: 1px solid #999999;
	background-color:#E5E5E5;
}
blockquote blockquote blockquote
{
	border: 1px solid #999999;
	background-color:#DDDDDD;
}
blockquote p
{
	border: 0px solid #CCCCCC;
	margin: 0em;
}

/**************************************************************/

ul, ol, dl
{
	margin       :.3em 0px .3em 0.5em;
	padding-left : 0em;
}
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl
{
	margin-top   : 0px;
	margin-bottom: 0px;
}
ul li, 
ol li,
dl dd
{
	margin-left : 1.5em;
	padding-left: 0em;
}
ul.list1
{
	list-style-type:square;
}
ul.list2
{
	list-style-type:disc;
}
ul.list3
{
	list-style-type:circle;
}
ol.list1
{
	list-style-type:decimal;
}
ol.list2
{
	list-style-type:lower-alpha;
}
ol.list3
{
	list-style-type:lower-roman;
}
dt
{
	color: #000033;
	font-weight:bold;
	margin :0em;
	padding:0em;
}

/**************************************************************/

thead td.style_td,
tfoot td.style_td
{
	color:inherit;
}
thead th.style_th,
tfoot th.style_th
{
	color:inherit;
	background-color:#E4E8F8;
/*	background-color:#EEEEFF;*/
}
.style_table
{
	padding:0px;
	border-left  : 0px solid #333333;
	border-top   : 0px solid #333333;
	border-right : 1px solid #333333;
	border-bottom: 1px solid #333333;
	/*margin:auto;*/
	margin-right:auto;
	text-align:left;
	color:inherit;
	/*background-color:#999999;*/
	background-color:#FFFFFF;
}
.style_th
{
	padding:.2em .15em .15em;
	margin:1px;
	text-align:center;
	color:inherit;
	border-left  : 1px solid #333333;
	border-top   : 1px solid #333333;
	border-right : 0px solid #333333;
	border-bottom: 0px solid #333333;
	background-color:#EEEEEE;
	line-height:1.1em;
}
.style_td
{
	padding:.2em .15em .15em;
	margin:1px;
	text-align:center;
	color:inherit;
	border-left  : 1px solid #333333;
	border-top   : 1px solid #333333;
	border-right : 0px solid #333333;
	border-bottom: 0px solid #333333;
	background-color:#FFFFFF;
	line-height:1.1em;
}
div.ie5
{
	text-align:center;
	margin-top:    0.3em;
	margin-bottom: 0.3em;
}

/**************************************************************/

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

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}



span.noexists
{
	color:inherit;
}

.small
{
	font-size:80%;
}

.small1
{
	font-size:70%;
}

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

a.note_super
{
	color:#008866;
	background-color:inherit;
	font-weight:bold;
	font-size:80%;
	vertical-align:super;
	margin: 0px 0px;
}
div#note a.note_super
{
	color:#009966;
	background-color:inherit;
	font-weight:bold;
	font-size:80%;
	vertical-align:baseline;
	margin: 0px 0px;
}

div.jumpmenu
{
	position: absolute;
	right:.0em;
	width: 5em;
	z-index:1;
	font-size:80%;
	text-align:right;
	margin: 0.2em 0.5em 0.5em;
}

div.emptyline
{
	height: 0.5em;
	/* color: #0000FF; */
	/* border: 1px solid #9999FF; */
}

hr.full_hr
{
	border-style:solid;
	border-color:#333333 #FFFFFF #333333;
	border-width:1px 0px;
}
hr.note_hr
{
	width:100%;
	border:1px solid #000000;
	text-align:center;
	margin:.5em 0px;
}

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

/**************************************************************/
/* pukiwiki.skin.*.php
 */

div#header
{
	padding:0px;
	margin:0px 1%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;  /* ,"メイリオ",Meiryo */
/*	white-space: nowrap;	*/
}
div#header a
{
}
div#navigator
{
	clear:both;
	padding:4px 0px 0px 0px;
	margin:0px 1%;
	white-space: nowrap;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;  /* ,"メイリオ",Meiryo */
}

/**************************************************************/

td.menubar
{
	width:160px;
	vertical-align:top;
}

td.sidebar
{
	width:160px;
	vertical-align:top;
}

div#menubar
{
	width:160px;
	padding:0px 2px;
	margin:0px;
	word-break:break-all;
	font-size:100%;
	overflow:hidden;
	color: #003300;
}

div#menubar div
{
	font-size:80%;
}

div#menubar div strong
{
	margin-top: 0.5em;
}

div#menubar a
{
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}

div#menubar a:link
{
	color:#003300;
	background-color:inherit;
	text-decoration:none;
}
div#menubar a:visited
{
	color:#003300;
	background-color:inherit;
	text-decoration:none;
}
div#menubar a:hover
{
	color:#008800;
	background-color:#CCEECC;
	text-decoration:underline;
}
div#menubar a:active
{
	color:#008800;
	background-color:#DDEECC;
	text-decoration:underline;
}

div#menubar ul.menu
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

div#menubar ul.menu li
{
	padding: 0px 0.3em;
	margin: 0px;
	border-bottom: 1px dotted #FFFCEE;
}

div#menubar ul.menu li a
{
	text-decoration: none;
	display:block;
	padding:0.1em 0.3em;
	margin:0px -0.3em;
	color: #003300;
}

div#menubar h2
{
	margin:0px 0px 0px 0px;
	padding:4px;
	border: 1px #FFCC99 solid;
	background-color: #FFF0DD;
	text-align:center;
}

div#menubar h3
{
	margin:0px 0px 0px 0px;
	padding:4px;
	border: 1px #FFCC99 solid;
	background-color: #FFF0DD;
	text-align:center;
}

div#menubar h4
{
	margin:0px 0px 0px 0px;
	padding:4px;
	border: 1px #FFCC99 solid;
	background-color: #FFF0DD;
	text-align:center;
}

div#menubar h5
{
	margin:3px 0px 0.3em 0px;
	padding:3px 3px 3px 3px;
	color: #003300;
	border       : 0px #003300 solid;
	border-bottom: 1px #003300 solid;
	background-color: #EEF8EE;
	text-align:center;
}

div#sidebar
{
	width:160px;
	padding:0px;
	margin:0px 2px;
	word-break:break-all;
	font-size:90%;
	overflow:hidden;
}

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

div#sidebar ul li
{
	line-height:110%;
}

div#sidebar h2
{
margin:0px 0px 4px 0px;
padding:4px;
border: 1px #FFCC99 solid;
background-color: #FFF0DD;
text-align:center;
	font-size:110%;
}

div#sidebar h3
{
margin:0px 0px 4px 0px;
padding:4px;
border: 1px #FFCC99 solid;
background-color: #FFF0DD;
text-align:center;
	font-size:110%;
}

div#sidebar h4
{
margin:0px 0px 4px 0px;
padding:4px;
border: 1px #FFCC99 solid;
background-color: #FFF0DD;
text-align:center;
	font-size:110%;
}

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

div#note
{
	margin: .5em .5em;
	padding: 0px .5em;
	clear:both;
}

div#attach
{
	clear:both;
	padding:0px;
	margin:0px 1%;
	font-size: 86%;
}
div#attach img
{
	vertical-align: middle;
}

div#toolbar
{
	clear:both;
	padding:0px;
	margin:0px 1%;
	text-align:right;
	white-space: nowrap;
}

div#lastmodified
{
	font-size:80%;
	padding:0px;
	margin:0px 1%;
	text-align:right;
}

div#related
{
	font-size:80%;
	padding:0px;
	margin:16px 1% 0px 1%;
}

div#footer
{
	font-size:70%;
	padding:0px;
	margin:0px 1% 0px 1%; 
}

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

img#logo
{
}

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

/**************************************************************/
/* br.inc.php
 */
br.spacer
{}
div.spacer
{
    height:0.5em;
}

/**************************************************************/
/* calendar*.inc.php
 */
.style_calendar
{
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}

.style_td_caltop
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}

.style_td_today
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}

.style_td_sat
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}

.style_td_sun
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}

.style_td_blank
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}

.style_td_day
{
	padding:5px 3px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}

.style_td_week
{
	padding:5px 5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

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

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

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

/**************************************************************/
/* recent.inc.php,showrss.inc.php
 */
ul.recent_list
{
	padding: 0px 0px 0px .5em;
	margin : 0px 0px 0.5em .5em;
	border:0px;
	word-wrap:break-word;
	word-break:break-all;
}
ul.recent_list li
{
	line-height:110%;
	margin:.3em 0px .3em .5em;
}

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

/**************************************************************/
/* vote.inc.php
 */
.style_table_vote
{
	padding:0px;
	border:0px;
	margin:auto auto auto 32px !important;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
td.vote_label
{
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1
{
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2
{
	color:inherit;
	background-color:#EEF5FF;
}

/**************************************************************/
/* PukiWiki Plus!
 */

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

td.ltable
{
	width:160px;
	vertical-align:top;
	background-color: #EEF8EE;
	padding:0em 3px 0em 3px;
	border-top   : 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right : 2px solid #000000;
}

td.rtable
{
	width:160px;
	vertical-align:top;
	padding:0em 3px 0em 3px;
	background-color: #FFFCEE;
	border-top   : 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left  : 2px solid #000000;
}

td.ctable
{
	vertical-align:top;
	padding:0em 0px 0.5em 2.6em;
	border-top   : 2px solid #000000;
	border-bottom: 2px solid #000000;
}
td.ntable
{
	vertical-align:bottom;
	padding:0em 0px 0em 0em;
	border-top   : 0px solid #000000;
	border-bottom: 2px solid #000000;
	height: 1em;
}

div#floattable
{
	min-width:620px;
}

div#ltable
{
	width:160px;
	vertical-align:top;
	float:left;
}

div#rtable
{
	width:160px;
	vertical-align:top;
	float:right;
}

div#ctablelr
{
	vertical-align:top;
	padding-left:1%;
	padding-right:1%;
	margin-left:180px;
	margin-right:180px;
}

div#ctablel
{
	vertical-align:top;
	padding-left:1%;
	padding-right:1%;
	margin-left:180px;
	margin-right:20px;
}

div#ctabler
{
	vertical-align:top;
	padding-left:1%;
	padding-right:1%;
	margin-left:20px;
	margin-right:180px;
}

div#ctable
{
	vertical-align:top;
	padding-left:1%;
	padding-right:1%;
	margin-left:20px;
	margin-right:20px;
}

div#cleartable
{
	clear:both;
}

div#topicpath
{
	margin  : 3px 0px 4px -2.2em;
	padding : 3px 3px 3px 0.5em;
	border-bottom: 1px solid #000033;
	color:black;
	font-size:100%;
	font-weight:bold;
}

div#footerltable
{
	float:left;
}

div#footerrtable
{
}


/**************************************************************/
/* tooltip.inc.php
 */
abbr, .tooltip {
	border-style: none none dotted none;
	border-width: medium medium 1px medium;
	cursor: help
}

.linktip {
}

/**************************************************************/
/* amazon.inc.php
 */
div.amazon_img {
	margin:16px 10px 8px 8px;
	text-align:center;
}

div.amazon_imgetc {
	 margin:0px 8px 8px 8px;
	 text-align:center;
}

div.amazon_sub {
	 font-size:90%;
}

div.amazon_avail {
	 margin-left:150px;
	 font-size:90%;
}

td.amazon_td {
	 font-size:90%;
	 text-align:center;
}

table.amazon_tbl {
	 border:0;
	 width:115px;
	 font-size:90%;
	 text-align:center;
}

/**************************************************************/
/* calendar_viewer.inc.php, minicalendar_viewer.inc.php
 */
div.trackback {
	font-size:80%;
	text-align:right;
}

div.prevnext {
}

div.prevnext_l {
	float:left;
}

div.prevnext_r {
	float:right;
}

/**************************************************************/
/* minicalendar.inc.php
 */
.ministyle_calendar
{
	width:150px;
	padding:0px;
	margin:2px;
	color:inherit;
	background-color:#E0E0E0;
	text-align:center;
}

.ministyle_td_caltop
{
	padding:2px;
	margin:1px;
	color:inherit;
	background-color:#FFF5EE;
	font-size:12px;
	text-align:center;
}

.ministyle_td_today
{
	padding:1px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	font-size:16px;
	text-align:center;
}

.ministyle_td_sat
{
	padding:1px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	font-size:16px;
	text-align:center;
}

.ministyle_td_sun
{
	height:20px;
	padding:1px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	font-size:16px;
	text-align:center;
}

.ministyle_td_blank
{
	padding:1px;
	margin:1px;
	color:inherit;
	background-color:#EEEEEE;
	font-size:16px;
	text-align:center;
}

.ministyle_td_day
{
	padding:1px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}

.ministyle_td_week
{
	width:23px;
	padding:2px 0px;
	margin:2px 0px;
	color:inherit;
	background-color:#E0E0E0; /*#DDE5EE;*/
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

/**************************************************************/
/* minicalendar_viewer
 */
h3.minicalendar
{
	margin: 8px -8px 0px -6px;

        font-size:100%;
	border:0px;
	border-left:8px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #ff9933;
        color:inherit;
}

h4.minicalendar
{
	margin: 8px -8px 0px -6px;

        font-size:100%;
	border:0px;
	border-left:8px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #ffCC66;
        color:inherit;
}

.minicalendar_viewer
{
        margin: 0px 0px 0px 0px;
}

.minicalendar_viewer h4
{
	margin: 0.5em 0px 0px 0.5em;
}

.minicalendar_viewer p
{
	margin: 0.5em 0px 0px 1.5em;
}

/**************************************************************/
/* popup toc
 */
#poptoc
{
	font-size:90%;
	border: 2px solid #003300;
	padding:0.5em;
	background:#EEF8EE;
	margin-right:-10em;
	z-index:10;
	position:absolute;
	display:none;
}
#poptoc a
{
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}

#poptoc a:link,
#poptoc a:visited
{
	color:#003300;
	background-color:inherit;
	text-decoration:none;
}
#poptoc a:hover
{
	color:#006600;
	background-color:#CCEECC;
	text-decoration:underline;
}
#poptoc a:active
{
	color:#006600;
	background-color:#DDEECC;
	text-decoration:underline;
}

#poptoc a:hover
{
	background:#CCEECC;
}
#poptoc a
{
	color:blue;
}

#poptoc h2
{
	color:navy;
	background:#EEF8EE;
	font-size:100%;
	padding:0.25em;
	margin:0;
	text-align:center;
	border: 1px #003300 solid;
}
#poptoc h2 a
{
	font-size:90%;
	color:navy;
	text-decoration:none;
}
#poptoc h2 img
{
	margin-bottom:-3px;
	margin-right: 2px;
}
#poptoc .nav
{
	border:0px #009900 solid;
	padding-top:0.2em;
	text-align:center;
}
#poptoc a.here
{
	border:0px #009900 solid;
	font-weight: bold;
	text-decoration: none;
}

/**************************************************************/
/* for BugTrack/1
 */
.dummyblock
{
	width:77%;
	float:left;
	display:block;
}

/* for MediaPlayer */
.mediaplayerbutton
{
	margin:2px 2px;
	width:24px;
}

.playercontainer
{
	border:solid 1px #333;
	width:320px;
	text-align:center;
	vertical-align:middle;
	position:relative;
}

.videosplash
{
	position:expression('absolute');
	display:block;
}

.player
{
	display:none;
	display:expression(PlayerSupported(this)?'block':'none');
	background-color:Black;
	font-size:0px;
}

.controlstable
{
	width:320px;
	margin:0px;
	background-image:url(../image/player/base.gif);
/*	background-repeat:no-repeat;	*/
}

table.controlstable tr td
{
	background-color:transparent;
}

.controlstablenoscript
{
	display:expression(PlayerSupported(this)?'none':'block');
	margin:0px;
	background-image:url(../image/player/base.gif);
	background-repeat:no-repeat;
}

.slider
{
	background-image:url(../image/player/playbar.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.indicator,.downloadindicator
{
	width:0px;
	height:3px;
	margin-left:1px;
	margin-top:2px;
}

.indicatorhandle
{
	margin-top:2px;
}

.center_form
{
	text-align:center;
	padding:4px 0px 8px;
	margin:0px;
}

span.add_word
{
        background-color:#FFFF66;
}

span.remove_word
{
        background-color:#A0FFFF;
}

div#validxhtml
{
        text-align:right;
        white-space:nowrap;
}

div#sigunature
{
        margin: 0px 16px 0px 0px;
        white-space:nowrap;
        font-size: 12px;
        line-height: 122%;
}

#footerctable
{
	width:98%;
}

/**************************************************************/
/* pukiwiki extend anchor
 */
img.ext
{
	margin-left: 2px;
	vertical-align: baseline;
}
img.inn
{
	margin-left: 2px;
	vertical-align: baseline;
}

/**************************************************************/
/* headarea extend
 */
#header .style_table
{
	background-color: transparent;
}

#header .style_table .style_th
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#header .style_table .style_td
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#header .style_table .style_td h1.title
{
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#footer .style_table
{
	background-color: transparent;
}

#footer .style_table .style_th
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#footer .style_table .style_td
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

/**************************************************************/
/* minicalendar+public_holiday view
 */
.date_weekday {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 0;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.date_weekend {
	color: #14F;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 0;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.date_holiday {
	color: #f41;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 0px;
	border: none;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.day {
	float: left;
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-left: 4pt;
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	margin: 0px;
	margin-top:3pt;
	margin-right:4pt;
}
.date_weekday .day {
	background-color: #333;
	color: #fff;
}
.date_weekend .day {
	background-color: #14F;
	color: #fff;
}
.date_holiday .day {
	background-color: #F41;
	color: #fff;
}

/**************************************************************/
/* PukiWiki Plugin Code highlight
 */

/* オペレータ */
span.code_operator   {color: #CC0000;}
/* 識別子 */
span.code_identifier {color: #0000CC;}

/* 制御構文 */
span.code_control  {color: #CC0000;}
/* 標準関数 */
span.code_function {color: #000000;}
/* 定数 */
span.code_constant {color: #666666;}

/* module, import, 将来対応する pragma */
span.code_pragma {color: #6600CC;}
/* __stdcall などの処理系専用の奴とか */
span.code_system {color: #CC0000;}
/* 環境変数  */
span.code_environment {color: #00CCCC;}
/* 文字列 */
span.code_string {color: #666666;}
/* コメント */
span.code_comment {color: #009900;}

/* 個々のハイライト専用 */
/* for TeX */
span.code_formula {color: #0066CC; background-color: #DDE6EE;}
/* for diff*/
span.code_changed {color: #009900;}
span.code_added   {color: #0000FF;}
span.code_removed {color: #CC0000;}
/* for make*/
span.code_execute {color: #CC0000;}
span.code_target  {color: #0000FF;}
span.code_src     {color: #009900;}
/* for PukiWiki */
span.code_header{color: #CC0000;}
span.code_table {color: #009900;}
span.code_list  {color: #0000CC;}
span.code_pre   {color: #666666;}
span.code_quote {color: #666600;}

/* ソースコード表示部分の設定 */

/* インラインの設定 */
span.code_inline {
	font-family: "MS Gothic", monospace;
	font-size: 100%;
	white-space: pre;
}

/* 段組をしない場合の設定 */
pre.code {
    background: #EEEEEE;
	margin:.5em .0em .5em;
	padding:.4em .5em .3em;
	border: 0px solid #EEEEEE;
	white-space: pre;
	overflow: visible;
	font-size:100%;
	line-height: 120%;
}
/* 段組をした場合の設定 */
table.code_table pre.code,
table.code_table pre.pre_body,
div.code_table pre.code,
div.code_src   pre.pre_body
{
    margin: 0;
	padding:.4em .5em .3em;
    padding-left: 0.5em;
    line-height: 120%;
}

/* 行番号表示 */
pre.code_number,
pre.pre_number
{
    background: #DDE6EE;
    color     : #0066CC;
    margin: 0;
	padding:.4em .4em .3em .5em;
    border: 0px solid #DDE6EE;
    border-right: 1px solid #999999;
    line-height: 120%;
    text-align: right
}

/* アウトライン表示 */
pre.code_outline {
    margin:  0;
    padding: 0;
    border: 1px;
	padding:.4em 1px .3em 1px;
    border: 0px solid #DDE6EE;
    border-right: 1px solid #999999;
    width: 10px;
    text-align: center;
    background: #DDE6EE;
    line-height: 120%;
}

/* 枠組 */
div.code_table,
div.pre_table
{
    color: black;
    background-color: #EEEEEE;
	border:#999999 1px solid;
	margin:.3em 0em .3em;
    white-space: pre;
}

/* 段組要素の設定無効化 */
table.code_table,
table.code_table td,
div.code_number pre,
div.code_outline pre,
div.code_src pre,
div.pre_number pre,
div.pre_body pre
{
    margin:  0;
    padding: 0;
    border: 0px solid #000000;
}

/* tableによる段組 */
td.code_src,
td.pre_body 
{width:100%;}

/* divによる分割の定義  */
div.code_number,
div.code_outline,
div.code_src,
div.pre_number,
div.pre_body
{
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    float: left;
}

/**
 * アウトライン・メニューの設定
 */

/* icon */ 
div.code_menu {
    background-color: #d4d0c8;
}

/* アウトラインが閉じた時のイメージ */
img.code_dotimage {width:20px;height:8px;margin:0;padding:0;}

/* アウトラインの設定 */
a.code_outline{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #888888;
    text-decoration: none;
}
a.code_outline:link
{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #888888;
    text-decoration: none;
}
a.code_outline:visited
{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #888888;
    text-decoration: none;
}
a.code_outline:hover
{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #888888;
    text-decoration: none;
}
a.code_outline:active
{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #888888;
    text-decoration: none;
}

/* extra attach table */
table.attach_table
{
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color: #CCCCCC;
}
th.attach_th
{
	padding:2px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color: #FFEECC;
}
td.attach_td1
{
	background-color: #FFFFFF;
}
td.attach_td2
{
	background-color: #CCFFCC;
}

/* navibar2.inc.php */
div#navigator2 {
	margin: 4px 0px;
	padding: 0px 4px;
	left: 0px;
	width: 100%;
	background-color: #fff0dd;
	border: 1px #ffcc99 solid;
	clear:both;
	white-space: nowrap;
}

td.navimenu {
	margin: 2px 5px 2px 5px;
	padding: 2px;
	font-size:84%;
	background-color: #fff0dd;
}
td.navimenu a {
	color: #a63d21;
	padding: 1px 8px 1px;
	border: 1px #fff0dd solid;
	text-decoration: none;
	display:block;
}
td.navimenu a:active {
	border: 1px #ff9933 solid;
	color: #a63d21;
	background-color:transparent;
	text-decoration:none;
}
td.navimenu a:visited {
	color: #a63d21;
	text-decoration: none;
}
td.navimenu a:hover {
	border: 1px #ff9933 solid;
	color: #ff0000;
	background-color: #ffeecc;
	text-decoration:none;
}

div.naviblock {
	padding: 2px 5px 2px 5px;
	border: 1px #ffcc99 solid;
	border-top: #fff0dd 1px solid;
	font-size:84%;
	background-color: #fff0dd;
	visibility: hidden;
	position: absolute;
	z-index:10;
}
div.menuitem {
	padding: 1px 0px;
}
div.naviblock a {
	padding: 1px 8px;
	color: #a63d21;
	border: 1px #fff0dd solid;
	text-decoration: none;
	display:block;
}
div.naviblock a:active {
	border: 1px #ff9933 solid;
	color: #a63d21;
	background-color:transparent;
	text-decoration: none;
}
div.naviblock a:visited {
	color: #a63d21;
	text-decoration: none;
}
div.naviblock a:hover {
	border: 1px #ff9933 solid;
	color: #ff0000;
	background-color:#ffeecc;
	text-decoration: none;
}

/* 1.4.6u1 added */
span.linkwarn {
	font-size:xx-small;
	font-weight:bold;
	color:#f00;
	background-color:#ff6;
}

span.linkwarn a {
	color:#f00;
	background-color:#ff6;
}


/**************************************************************/
/* PukiWiki Plugin Frac
 */

span.frac_iehacka {
  display:inline-table;
  vertical-align:-1.80em;
  font-size:100%;
}
span.frac_iehackb {
  display:inline-table;
  vertical-align:4px;
}
@supports (-ms-accelerator:true) {span.frac_edgehack {
  display:inline-table;
  vertical-align:-1.2em;
  border:0px solid black;
}}
span.frac
{
  display:inline-table;
  vertical-align:0.8em;
  border:0px solid black;
}
span.frac_tr
{
  display:table-row;
}
span.frac span.numerator
{
  display:table-cell;
  text-align:center;
  border-bottom: 0.095em solid black;
}
span.frac span.denominator
{
  display:table-cell;
  text-align:center;
}

/**************************************************************/
/* PukiWiki Plugin Eq
 * PukiWiki Plugin Ph
 */

span.eq_depth
{
    vertical-align: 0.3em; /*0.7ex;*/
}
span.eq img
span.ph img
{
	/*vertical-align:middle;*/
}
.eq_error_title
.ph_error_title
{
	border       : 1px solid #CC9999;
    border-bottom: 0px solid #FFE4E4;
	padding:.4em .5em .3em;
	margin:.5em 0em .0em;
    background-color: #FFE4E4;
}
.eq_error_message
.ph_error_message
{
	border       : 1px solid #CC9999;
	padding:.4em .5em .3em;
	margin:.0em 0em .5em;
    background-color: #FFEEEE;
}

/**************************************************************/
/* PukiWiki Plugin Column
 */

.column_div
{
	margin: -.2em 0px -.2em -2.6em;
	border: 0px #F8F8F8 solid;
}

.column_table
{
	width : 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px #F8F8F8 solid;
}

.column_td
{
	padding : 0px 0px 0px 2.6em;
	border: 0px #F8F8F8 solid;
	vertical-align: top;
}

img.tool_icon
{
	width : 0.9em;
	height: 0.9em;
	border: 1px solid #6666FF;
	margin: 0px;
	margin-left: 1px;
	vertical-align: top;
}
/**************************************************************/
/* PukiWiki Plugin ceq (Continued Equality)
 */

.ceq_div
{
	margin: 0px;
}
.ceq_table
{
	/*border-collapse: collapse;*/
	border-spacing: 1;
}

.ceq_eq
{
	padding : 0px;
	padding-left: 2em;
	vertical-align: middle;
	white-space: nowrap;
}
.ceq_qq
{
	padding : 0px;
	padding-left: 0em;
	vertical-align: middle;
	white-space: nowrap;
}
.ceq_an
{
	padding : 0px;
	padding-left: 2em;
	vertical-align: middle;
	white-space: nowrap;
}
.ceq_an div
{
	padding : 0px;
	padding-left: 0.5em;
	border-left: 1px #000000 solid;
	vertical-align: middle;
}

.ceq_table tr td div p
{
	margin    : 0px;
	padding   : 0px;
}

/**************************************************************/
/* PukiWiki Plugin tab (Layout Table)
 */

.tab_div
{
	margin: 0px;
}
.tab_table
{
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
.tab_td_t,
.tab_td_r
{
	padding        : 0px;
	padding-left   : 0em;
	align          : left;
	vertical-align : top;
	/*white-space: nowrap;*/
}
.tab_td_c
{
	padding        : 0px;
	padding-left   : 2em;
	align          : left;
	vertical-align : top;
	/*white-space: nowrap;*/
}

/**************************************************************/
/* tool_icon
 */
img.tool_icon
{
	width : 0.9em;
	height: 0.9em;
	border: 1px solid #6666FF;
	margin: 0px;
	margin-left: 1px;
	vertical-align: top;
}

/**************************************************************/
/* bodynote
 */

div.bodynote
{
    margin: 1em 2em;
    padding: 1px 0.5em;
    border-top   : 1px solid #008866;
    border-bottom: 1px solid #008866;
    background-color: #E8F0EC;
    line-height: 120%
}

div.bodynote a.note_super
{
	color:#008866;
	font-weight:bold;
	font-size:80%;
	vertical-align: baseline;
	margin: 0px 0px;
}

/**************************************************************/
/* html.php/edit_form()
 */
.edit_form
{
	clear:both;
	padding-right: 2.6em;
}
.edit_textarea
{
	width:  100%;
	height: 50em;
	border: 1px solid #006688;
	margin-top: 5px;
}
input
{
	border: 1px solid #006688;
	background-color: #DDE8EE;
}
