@charset "UTF-8";

/*!
 * PukiWiki - Yet another WikiWikiWeb clone.
 * Copyright
 *   2002-2021 PukiWiki Development Team
 *   2001-2002 Originally written by yu-ji
 * License: GPL v2 or (at your option) any later version
 *
 * Default CSS
 */

pre, dl, ol, p, blockquote {
  line-height:130%;
}
blockquote {
  margin-left:32px;
}
body,td {
  color:black;
  background-color:white;
  margin-left:2%;
  margin-right:2%;
  font-size:90%;
  font-family:verdana, arial, helvetica, Sans-Serif;
}
textarea {
  box-sizing:border-box;
  max-width:99.5%;
}

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;
}
a.external-link:not(.external-link-silent)::after {
  content:url(../image/external-link.png);
  margin:3px;
}

h1, h2 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  color:inherit;
  background-color:#DDEEFF;
  padding:.3em;
  border:0;
  margin:0 0 .5em 0;
}
h3 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  border-bottom:3px solid #DDEEFF;
  border-top:1px solid #DDEEFF;
  border-left:10px solid #DDEEFF;
  border-right:5px solid #DDEEFF;

  color:inherit;
  background-color:#FFFFFF;
  padding:.3em;
  margin:0 0 .5em 0;
}
h4 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  border-left:18px solid #DDEEFF;

  color:inherit;
  background-color:#FFFFFF;
  padding:.3em;
  margin:0 0 .5em 0;
}
h5, h6 {
  font-family:verdana, arial, helvetica, Sans-Serif;
  color:inherit;
  background-color:#DDEEFF;
  padding:.3em;
  border:0;
  margin:0 0 .5em 0;
}
h1.title {
  font-size:30px;
  font-weight:bold;
  background-color:transparent;
  padding:12px 0 0 0;
  border:0;
  margin:12px 0 0 0;
}

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

pre {
  border-top:#DDDDEE 1px solid;
  border-bottom:#888899 1px solid;
  border-left:#DDDDEE 1px solid;
  border-right:#888899 1px solid;
  padding:.5em;
  margin-left:1em;
  margin-right:2em;
  white-space:pre-wrap;
  word-wrap:break-word;
  color:black;
  background-color:#F0F8FF;
}

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

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

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

thead td.style_td,
tfoot td.style_td {
  color:inherit;
  background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
  color:inherit;
  background-color:#E0E8F0;
}
.style_table {
  padding:0;
  border:0;
  margin:auto;
  text-align:left;
  color:inherit;
  background-color:#ccd5dd;
}
.style_th {
  padding:5px;
  margin:1px;
  text-align:center;
  color:inherit;
  background-color:#EEEEEE;
}
.style_td {
  padding:5px;
  margin:1px;
  color:inherit;
  background-color:#EEF5FF;
}

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

.list-indent1 {
  padding-left:16px;
  margin-left:16px;
}
/* list-indent2,3,4 are used for leaping list level indentation */
.list-indent2 {
  padding-left:32px;
  margin-left:32px;
}
.list-indent3 {
  padding-left:48px;
  margin-left:48px;
}
.list-indent4 {
  padding-left:64px;
  margin-left:64px;
}

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

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

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

span.size1 {
  font-size:xx-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size2 {
  font-size:x-small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size3 {
  font-size:small;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size4 {
  font-size:medium;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size5 {
  font-size:large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size6 {
  font-size:x-large;
  line-height:130%;
  text-indent:0;
  display:inline;
}
span.size7 {
  font-size:xx-large;
  line-height:130%;
  text-indent:0;
  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;
}
.edit_form textarea,.edit_form select {
  width:95%;
}

/* pukiwiki.skin.php */
div#header {
  padding:0;
  margin:0;
  word-break:break-all;
}

div#navigator {
  clear:both;
  padding:4px 0 0 0;
  margin:0;
}

div#contents {
  display:flex;
  flex-flow:row nowrap;
  word-break:break-all;
  overflow-wrap:break-word;
  word-wrap:break-word;
}

div#menubar {
  min-width:10em;
  max-width:10em;
  padding:0;
  margin:4px;
  font-size:90%;
  overflow:hidden;
  order:1;
  flex-grow:0;
}
div#menubar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
div#menubar ul li {
  line-height:110%;
}
div#menubar h4 {
  font-size:110%;
}

#rightbar {
  min-width:14em;
  max-width:14em;
  padding:0;
  margin:4px;
  font-size:90%;
  overflow:hidden;
  order:3;
  flex-grow:0;
}
#rightbar ul {
  margin:0 0 0 1em;
  padding:0 0 0 .5em;
}
#rightbar ul li {
  line-height:110%;
}
#rightbar h4 {
  font-size:110%;
}

div#body {
  padding:0;
  margin:0 0 0 .5em;
  max-width:98%;
  order:2;
  flex-grow:1;
}

div#note {
  clear:both;
  padding:0;
  margin:0;
  word-break:break-all;
}
div#attach {
  clear:both;
  padding:0;
  margin:0;
}
div#toolbar {
  clear:both;
  padding:0;
  margin:0;
  text-align:right;
}
div#lastmodified {
  font-size:80%;
  padding:0;
  margin:0;
}
div#related {
  font-size:80%;
  padding:0;
  margin:16px 0 0 0;
}
div#related .page_passage {
  font-size:60%;
}
div#footer {
  font-size:70%;
  padding:0;
  margin:16px 0 0 0;
}
div#banner {
  float:right;
  margin-top:24px;
}
div#preview {
  color:inherit;
  background-color:#F5F8FF;
}
img#logo {
  float:left;
  margin-right:20px;
}

/* aname.inc.php */
.anchor_super {
  font-size:xx-small;
  vertical-align:super;
  margin-left:.5em;
}

/* list.inc.php */
.page_passage {
  font-size:small;
}

/* calendar*.inc.php */
.style_calendar {
  padding:0;
  border:0;
  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:0;
  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 0;
}

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

/* navi.inc.php */
ul.navi {
  margin:0;
  padding:0;
  text-align:center;
}
li.navi_none {
  display:block;
  float:none;
}
li.navi_left {
  display:block;
  float:left;
  text-align:left;
}
li.navi_right {
  display:block;
  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;
}

/* comment.inc.php */
._p_comment_form input[name="msg"] {
  max-width:90%;
}

/* pcomment.inc.php */
._p_pcomment_form input[name="msg"] {
  max-width:90%;
}

/* article.inc.php */
._p_article_form input[name="subject"] {
  max-width:82%;
}

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

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

/* topicpath.inc.php */
span.topicpath-slash {
  margin:0 0.2em;
}
span.topicpath-top {
  user-select:none;
}

/* bugtrack.inc.php */
tr.bugtrack_list_header th {
  background-color:#ffffcc;
}
tr.bugtrack_list_header th:nth-child(1) {
  min-width: 7em;
}
tr.bugtrack_list_header th:nth-child(2) {
  min-width: 2em;
}
tr.bugtrack_list_header th:nth-child(3) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(4) {
  min-width: 4em;
}
tr.bugtrack_list_header th:nth-child(5) {
  min-width: 3em;
}
tr.bugtrack_state_proposal td {
  background-color:#ccccff;
}
tr.bugtrack_state_accept td {
  background-color:#ffcc99;
}
tr.bugrack_state_resolved td {
  background-color:#ccffcc;
}
tr.bugtrack_state_pending td {
  background-color:#ffccff;
}
tr.bugtrack_state_cancel td {
  background-color:#cccccc;
}
tr.bugtrack_state_undef td {
  background-color:#ff3333;
}
._p_bugtrack_form input[name="summary"],
._p_bugtrack_form textarea {
  box-sizing:border-box;
  width:35em;
  max-width:99.5%;
}

/* tracker.inc.php */
._p_tracker_form th {
  min-width:5em;
}

/* search2.inc.php  */
.search-result-page-summary {
  font-size:70%;
  color:gray;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Mobile-friendly Responsive layout */
@media (max-width:767px) {
  div#contents {
    flex-flow:column wrap;
  }
  div#menubar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:2;
  }
  div#rightbar {
    width:auto;
    max-width:none;
    font-size:100%;
    order:3;
  }
  div#body {
    order:1;
  }
  div#body img {
    max-width:95%;
    height:auto;
  }

  ._p_tracker_form th,._p_tracker_form td {
    display:block;
    text-align:left !important;
    width:auto !important;
    margin:0;
  }
  ._p_tracker_form td input[type=text],
  ._p_tracker_form td textarea {
    box-sizing:border-box;
    width:99.5%;
  }

  tr.bugtrack_list_header th:nth-child(1) {
    min-width: 4em;
  }
  tr.bugtrack_list_header th:nth-child(2) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(3) {
    min-width: 1em;
  }
  tr.bugtrack_list_header th:nth-child(4) {
    min-width: 3em;
  }
  tr.bugtrack_list_header th:nth-child(5) {
    min-width: 3em;
  }
  ._p_bugtrack_form th,._p_bugtrack_form td {
    display:block;
    text-align:left !important;
    margin:0;
  }
  ._p_bugtrack_form input[name="summary"],
  ._p_bugtrack_form textarea {
    box-sizing:border-box;
    width:99.5%;
  }
}

@media print {
  a:link,
  a:visited {
    text-decoration:underline;
  }
  img#logo,
  div#navigator,
  div#menubar,
  div#rightbar,
  div#related,
  div#attach,
  div#toolbar {
    display:none;
  }
}
@charset "Shift_JIS";

pre, dl, ol, p, blockquote { line-height:130%; }

blockquote { margin-left:32px; }

body,td {
	color:black;
	background-color:white;
	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, h3, h4, h5, h6 {
    background-color: #3483DA;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-style: none none none double;
    border-width: 0 0 0 10px;
    color: #FFFFFF;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}

h1, h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DDEEFF;
	padding:.3em;
	border:0px;
	margin:0px 0px .5em 0px;
}
h3 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-bottom:  3px solid #DDEEFF;
	border-top:     1px solid #DDEEFF;
	border-left:   10px solid #DDEEFF;
	border-right:   5px solid #DDEEFF;

	color:inherit;
	background-color:#FFFFFF;
	padding:.3em;
	margin:0px 0px .5em 0px;
}
h4 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-left:   18px solid #DDEEFF;

	color:inherit;
	background-color:#FFFFFF;
	padding:.3em;
	margin:0px 0px .5em 0px;
}
h5, h6 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DDEEFF;
 	padding:.3em;
 	border:0px;
 	margin:0px 0px .5em 0px;
}

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

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

pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
	white-space:pre;
	color:black;
	background-color:#F0F8FF;
}

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

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

em { font-style:italic; }

strong { font-weight:bold; }

thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}
.style_table {
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
}

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:#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#header {
	padding:0px;
	margin:0px;
}

div#navigator {
    background-color: #8E2222;
    color: #FFFFFF;
    font-size: 80%;
    margin: 0;
    padding: 4px 0;
}

td.menubar {
	width:9em;
	vertical-align:top;
}

div#menubar {
    background-color: #3383DA;
    font-size: 90%;
    margin: 0;
    overflow: hidden;
    padding: 0 4px 0 0;
    width: 10em;
}

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

div#menubar ul li {
    border-bottom: 1px solid #FFFFFF;
    line-height: 110%;
    list-style: none outside none;
    padding: 2px 0;
}

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

div#menubar h4, h5 {
    background-color: #22228E;
    border: 0 none;
    color: #FFFFFF;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0;
    padding: 0.3em;
}

div#menubar h5 {
    margin-top: 1.5em;
}

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

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

div#attach {
	clear:both;
	padding:0px;
	margin:0px;
}

div#toolbar {
	clear:both;
	padding:0px;
	margin:0px;
	text-align:right;
}

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

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

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

div#banner {
	float:right;
	margin-top:24px;
}

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

img#logo {
	float:left;
	margin-right:20px;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size:xx-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;
}

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

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

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

/* ----------- Custom ------------- */


pre, dl, ol, p, blockquote {
    line-height: 130%;
}
blockquote {
    margin-left: 32px;
}
body, td {
    background-color: white;
    color: black;
    font-family: verdana,arial,helvetica,Sans-Serif;
    font-size: 90%;
    margin-left: 2%;
    margin-right: 2%;
}
a:link {
    background-color: inherit;
    color: #215DC6;
    text-decoration: none;
}
a:active {
    background-color: #CCDDEE;
    color: #215DC6;
    text-decoration: none;
}
a:visited {
    background-color: inherit;
    color: #A63D21;
    text-decoration: none;
}
a:hover {
    background-color: #CCDDEE;
    color: #215DC6;
    text-decoration: underline;
}
h1, h2 {
    background-color: #DDEEFF;
    border: 0 none;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h3 {
    background-color: #FFFFFF;
    border-color: #DDEEFF;
    border-style: solid;
    border-width: 1px 5px 3px 10px;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h4 {
    background-color: #FFFFFF;
    border-left: 18px solid #DDEEFF;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h5, h6 {
    background-color: #DDEEFF;
    border: 0 none;
    color: inherit;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h1.title {
    background-color: transparent;
    border: 0 none;
    font-size: 30px;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 12px 0 0;
}
dt {
    font-weight: bold;
    margin-left: 1em;
    margin-top: 1em;
}
pre {
    background-color: #F0F8FF;
    border-color: #DDDDEE #888899 #888899 #DDDDEE;
    border-style: solid;
    border-width: 1px;
    color: black;
    margin-left: 1em;
    margin-right: 2em;
    padding: 0.5em;
    white-space: pre;
}
img {
    border: medium none;
    vertical-align: middle;
}
ul {
    line-height: 130%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
thead td.style_td, tfoot td.style_td {
    background-color: #D0D8E0;
    color: inherit;
}
thead th.style_th, tfoot th.style_th {
    background-color: #E0E8F0;
    color: inherit;
}
.style_table {
    background-color: #CCD5DD;
    border: 0 none;
    color: inherit;
    margin: auto;
    padding: 0;
    text-align: left;
}
.style_th {
    background-color: #EEEEEE;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td {
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
}
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 {
    background-color: #FFFACC;
    color: inherit;
}
.small {
    font-size: 80%;
}
.super_index {
    background-color: inherit;
    color: #DD3333;
    font-size: 60%;
    font-weight: bold;
    vertical-align: super;
}
a.note_super {
    background-color: inherit;
    color: #DD3333;
    font-size: 60%;
    font-weight: bold;
    vertical-align: super;
}
div.jumpmenu {
    font-size: 60%;
    text-align: right;
}
hr.full_hr {
    border-color: #333333;
    border-style: ridge;
    border-width: 1px 0;
}
hr.note_hr {
    border-color: #333333;
    border-style: ridge;
    border-width: 1px 0;
    margin: 1em auto 0;
    text-align: center;
    width: 90%;
}
span.size1 {
    display: inline;
    font-size: xx-small;
    line-height: 130%;
    text-indent: 0;
}
span.size2 {
    display: inline;
    font-size: x-small;
    line-height: 130%;
    text-indent: 0;
}
span.size3 {
    display: inline;
    font-size: small;
    line-height: 130%;
    text-indent: 0;
}
span.size4 {
    display: inline;
    font-size: medium;
    line-height: 130%;
    text-indent: 0;
}
span.size5 {
    display: inline;
    font-size: large;
    line-height: 130%;
    text-indent: 0;
}
span.size6 {
    display: inline;
    font-size: x-large;
    line-height: 130%;
    text-indent: 0;
}
span.size7 {
    display: inline;
    font-size: xx-large;
    line-height: 130%;
    text-indent: 0;
}
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;
}
.edit_form {
    clear: both;
}
div#header {
    margin: 0;
    padding: 0;
}
div#navigator {
    clear: both;
    margin: 0;
    padding: 4px 0 0;
}
td.menubar {
    vertical-align: top;
    width: 9em;
}
div#menubar {
    font-size: 90%;
    margin: 4px;
    overflow: hidden;
    padding: 0;
    width: 9em;
}
div#menubar ul {
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
}
div#menubar ul li {
    line-height: 110%;
}
div#menubar h4 {
    font-size: 110%;
}
div#body {
    margin: 0 0 0 0.5em;
    padding: 0;
}
div#note {
    clear: both;
    margin: 0;
    padding: 0;
}
div#attach {
    clear: both;
    margin: 0;
    padding: 0;
}
div#toolbar {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}
div#lastmodified {
    font-size: 80%;
    margin: 0;
    padding: 0;
}
div#related {
    font-size: 80%;
    margin: 16px 0 0;
    padding: 0;
}
div#footer {
    font-size: 70%;
    margin: 16px 0 0;
    padding: 0;
}
div#banner {
    float: right;
    margin-top: 24px;
}
div#preview {
    background-color: #F5F8FF;
    color: inherit;
}
img#logo {
    float: left;
    margin-right: 20px;
}
.anchor {
}
.anchor_super {
    font-size: xx-small;
    vertical-align: super;
}
br.spacer {
}
.style_calendar {
    background-color: #CCD5DD;
    border: 0 none;
    color: inherit;
    margin: 3px;
    padding: 0;
    text-align: center;
}
.style_td_caltop {
    background-color: #EEF5FF;
    color: inherit;
    font-size: 80%;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_today {
    background-color: #FFFFDD;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_sat {
    background-color: #DDE5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_sun {
    background-color: #FFEEEE;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_blank {
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_day {
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_week {
    background-color: #DDE5EE;
    color: inherit;
    font-size: 80%;
    font-weight: bold;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
div.calendar_viewer {
    background-color: inherit;
    color: inherit;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}
span.calendar_viewer_left {
    background-color: inherit;
    color: inherit;
    float: left;
}
span.calendar_viewer_right {
    background-color: inherit;
    color: inherit;
    float: right;
}
.clear {
    clear: both;
    margin: 0;
}
div.counter {
    font-size: 70%;
}
span.diff_added {
    background-color: inherit;
    color: blue;
}
span.diff_removed {
    background-color: inherit;
    color: red;
}
hr.short_line {
    border-color: #333333;
    border-style: solid;
    border-width: 1px 0;
    text-align: center;
    width: 80%;
}
h5.side_label {
    text-align: center;
}
ul.navi {
    margin: 0;
    padding: 0;
    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;
}
span.comment_date {
    font-size: x-small;
}
span.new1 {
    background-color: transparent;
    color: red;
    font-size: x-small;
}
span.new5 {
    background-color: transparent;
    color: green;
    font-size: xx-small;
}
span.counter {
    font-size: 70%;
}
ul.popular_list {
}
ul.recent_list {
}
div.img_margin {
    margin-left: 32px;
    margin-right: 32px;
}
td.vote_label {
    background-color: #FFCCCC;
    color: inherit;
}
td.vote_td1 {
    background-color: #DDE5FF;
    color: inherit;
}
td.vote_td2 {
    background-color: #EEF5FF;
    color: inherit;
}
pre, dl, ol, p, blockquote {
    line-height: 130%;
}
blockquote {
    margin-left: 32px;
}
body {
    background-image: url("bb.gif");
    color: black;
    font-family: verdana,arial,helvetica,Sans-Serif;
    font-size: 90%;
    margin-left: 2%;
    margin-right: 2%;
}
td {
    color: black;
    font-family: verdana,arial,helvetica,Sans-Serif;
    font-size: 90%;
    margin-left: 2%;
    margin-right: 2%;
}
a:link {
    background-color: inherit;
    color: #22228E;
    text-decoration: none;
}
a:active {
    background-color: #22228E;
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    background-color: inherit;
    color: #A63D21;
    text-decoration: none;
}
a:hover {
    background-color: #22428E;
    color: #FFFFFF;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    background-color: #3483DA;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-style: none none none double;
    border-width: 0 0 0 10px;
    color: #FFFFFF;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0 0 0.5em;
    padding: 0.3em;
}
h2 {
    margin: 0 0 0.5em;
}
h3 {
    margin: 0 0 0.5em 10px;
}
h4 {
    margin: 0 0 0.5em 20px;
}
h2 a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
h2 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
h2 a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
h2 a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
h3 a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
h3 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
h3 a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
h3 a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
h4 a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
h4 a:visited {
    color: #FFFFFF;
}
h4 a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
h4 a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
h5 a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
h5 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
h5 a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
h5 a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
h6 a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
h6 a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
h6 a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
h6 a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
h1.title {
    background-color: transparent;
    border: 0 none;
    font-size: 30px;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 12px 0 0;
}
dt {
    font-weight: bold;
    margin-left: 1em;
    margin-top: 1em;
}
pre {
    background-color: #F0F8FF;
    border-color: #DDDDEE #888899 #888899 #DDDDEE;
    border-style: solid;
    border-width: 1px;
    color: black;
    margin-left: 1em;
    margin-right: 2em;
    padding: 0.5em;
    white-space: pre;
}
img {
    border: medium none;
    vertical-align: middle;
}
ul {
    line-height: 130%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
thead td.style_td, tfoot td.style_td {
    background-color: #3483DA;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
thead th.style_th, tfoot th.style_th {
    background-color: #3483DA;
    color: #FFFFFF;
}
.style_table {
    background-color: #22228E;
    border: 0 none;
    color: #000000;
    margin: auto;
    padding: 0;
    text-align: left;
}
.style_th {
    background-color: #FFFFFF;
    color: inherit;
    margin: 5px;
    padding: 2px 4px;
    text-align: center;
}
.style_td {
    background-color: #FFFFFF;
    color: inherit;
    margin: 5px;
    padding: 2px 4px;
}
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 {
    background-color: #FFFACC;
    color: inherit;
}
.small {
    font-size: 80%;
}
.super_index {
    background-color: inherit;
    color: #DD3333;
    font-size: 60%;
    font-weight: bold;
    vertical-align: super;
}
a.note_super {
    background-color: inherit;
    color: #DD3333;
    font-size: 60%;
    font-weight: bold;
    vertical-align: super;
}
div.jumpmenu {
    font-size: 60%;
    text-align: right;
}
hr.full_hr {
    border-color: #333333;
    border-style: ridge;
    border-width: 1px 0;
}
hr.note_hr {
    border-color: #333333;
    border-style: ridge;
    border-width: 1px 0;
    margin: 1em auto 0;
    text-align: center;
    width: 90%;
}
span.size1 {
    display: inline;
    font-size: xx-small;
    line-height: 130%;
    text-indent: 0;
}
span.size2 {
    display: inline;
    font-size: x-small;
    line-height: 130%;
    text-indent: 0;
}
span.size3 {
    display: inline;
    font-size: small;
    line-height: 130%;
    text-indent: 0;
}
span.size4 {
    display: inline;
    font-size: medium;
    line-height: 130%;
    text-indent: 0;
}
span.size5 {
    display: inline;
    font-size: large;
    line-height: 130%;
    text-indent: 0;
}
span.size6 {
    display: inline;
    font-size: x-large;
    line-height: 130%;
    text-indent: 0;
}
span.size7 {
    display: inline;
    font-size: xx-large;
    line-height: 130%;
    text-indent: 0;
}
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;
}
.edit_form {
    clear: both;
}
div#header {
    margin: 0;
    padding: 0;
}
#header a:link {
    color: #FFFFFF;
}
#header a:visited {
    color: #FFFFFF;
}
#header a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#header a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
div#navigator {
    background-color: #014579;
    color: #FFFFFF;
    font-size: 80%;
    margin: 0;
    padding: 4px 0;
}
td.menubar {
    vertical-align: top;
    width: 9em;
}
div#menubar {
    background-color: #3383DA;
    font-size: 90%;
    margin: 0;
    overflow: hidden;
    padding: 0 4px 0 0;
    width: 10em;
}
#navigator a:link {
    color: #FFFFFF;
}
#navigator a:visited {
    color: #FFFFFF;
}
#navigator a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#navigator a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
#menubar a:link {
    color: #FFFFFF;
}
#menubar a:visited {
    color: #FFFFFF;
}
#menubar a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#menubar a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
#menubar h4, h5 {
    background-color: #22228E;
    border: 0 none;
    color: #FFFFFF;
    font-family: verdana,arial,helvetica,Sans-Serif;
    margin: 0;
    padding: 0.3em;
}
div#menubar ul {
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
}
div#menubar ul li {
    border-bottom: 1px solid #FFFFFF;
    line-height: 110%;
    list-style: none outside none;
    padding: 2px 0;
}
div#menubar h4 {
    font-size: 110%;
}
div#menubar strong {
    border-left: 2px solid #22228E;
    border-right: 2px solid #22228E;
    color: #22228E;
}
div.counter {
    color: #FFFFFF;
}
div#body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 10px;
}
div#note {
    clear: both;
    margin: 0;
    padding: 0;
}
div#attach {
    clear: both;
    margin: 0;
    padding: 0;
}
#attach a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#attach a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#attach a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#attach a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
div#toolbar {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: right;
}
div#lastmodified {
    color: #FFFFFF;
    font-size: 80%;
    margin: 0;
    padding: 0;
}
div#related {
    color: #FFFFFF;
    font-size: 80%;
    margin: 16px 0 0;
    padding: 0;
}
#related a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#related a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#related a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#related a:active {
    background-color: #FFFFFF;
    color: #22228E;
}
div#footer {
    color: #FFFFFF;
    font-size: 70%;
    margin: 16px 0 0;
    padding: 0;
}
#footer a:link {
    color: #FFFFFF;
    text-decoration: underline;
}
#footer a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#footer a:hover {
    background-color: #FFFFFF;
    color: #22228E;
}
#footer a:active {
    background-color: #FFFFFF;
    color: #22228E;
}

div#admin {
	background-color: #FFFFFF;
    color: #004363;
    font-size: 100%;
	font-weight:bold;
    margin: 16px 0 0;
    padding: 0;
}
#admin a:link {
    color: #8E2222;
    text-decoration: underline;
}
#admin a:visited {
    color: #8E2222;
    text-decoration: underline;
}
#admin a:hover {
    color: #FFFFFF;
}
#admin a:active {
    color: #8E2222;
}

div#preview {
    background-color: #F5F8FF;
    color: inherit;
}
img#logo {
    float: left;
    margin-right: 20px;
}
.anchor {
}
.anchor_super {
    font-size: xx-small;
    vertical-align: super;
}
br.spacer {
}
.style_calendar {
    background-color: #CCD5DD;
    border: 0 none;
    color: inherit;
    margin: 3px;
    padding: 0;
    text-align: center;
}
.style_td_caltop {
    background-color: #EEF5FF;
    color: inherit;
    font-size: 80%;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_today {
    background-color: #FFFFDD;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_sat {
    background-color: #DDE5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_sun {
    background-color: #FFEEEE;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_blank {
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_day {
    background-color: #EEF5FF;
    color: inherit;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
.style_td_week {
    background-color: #DDE5EE;
    color: inherit;
    font-size: 80%;
    font-weight: bold;
    margin: 1px;
    padding: 5px;
    text-align: center;
}
div.counter {
    font-size: 70%;
}
span.diff_added {
    background-color: inherit;
    color: blue;
}
span.diff_removed {
    background-color: inherit;
    color: red;
}
hr.short_line {
    border-color: #333333;
    border-style: solid;
    border-width: 1px 0;
    text-align: center;
    width: 80%;
}
h5.side_label {
    text-align: center;
}
ul.navi {
    margin: 0;
    padding: 0;
    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;
}
span.comment_date {
    font-size: x-small;
}
span.new1 {
    background-color: transparent;
    color: red;
    font-size: x-small;
}
span.new5 {
    background-color: transparent;
    color: green;
    font-size: xx-small;
}
span.counter {
    font-size: 70%;
}
ul.popular_list {
}
ul.recent_list {
}
div.img_margin {
    margin-left: 32px;
    margin-right: 32px;
}
td.vote_label {
    background-color: #FFCCCC;
    color: inherit;
}
td.vote_td1 {
    background-color: #DDE5FF;
    color: inherit;
}
td.vote_td2 {
    background-color: #EEF5FF;
    color: inherit;
}
