@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0.2em;
	line-height: 130%;
}

body, th, td {
/*
	font-family: "BIZ UDPGothic","Meiryo","メイリオ",Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",YuGothic,"游ゴシック","ＭＳ Ｐゴシック",sans-serif;
*/
	font-family: "Lucida Grande", "Hiragino Maru Gothic ProN", Meiryo, "MS UI Gothic", "segoe UI", Arial, sans-serif;
}
a {
	text-decoration: underline;
}

a:hover, a:active {
	color:red;
}

h2 {
	margin: 0.5em 0;
	padding: 0.25em;
	font-size: 150%;
	font-weight: bold;
	border-left: 0.5em solid black;
	border-right: 0.5em solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #b2d63e;
	text-shadow: 1px 1px 1px gray;
	box-shadow: 1px 1px 3px black;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	line-height: inherit;
}

h3 {
	margin: 0.5em 0;
	padding: 0.25em;
	font-size: 133%;
	font-weight: bold;
	border-left: 0.25em solid #b2d63e;
	border-right: 0.25em solid #b2d63e;
	border-top: 1px solid #b2d63e;
	border-bottom: 1px solid #b2d63e;
	text-shadow: 1px 1px 1px gray;
	box-shadow: 1px 1px 3px black;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
	line-height: inherit;
}

h4 {
	margin: 0.5em 0;
	padding: 0.25em;
	font-size: 125%;
	font-weight: bold;
	border-left: 0.25em solid #b2d63e;
	text-shadow: 1px 1px 1px gray;
	line-height: inherit;
}

h5 {
	margin: 0.5em 0;
	font-size: 110%;
	font-weight: bold;
	line-height: inherit;
}

h6 {
	margin: 0.5em 0;
	font-size: 100%;
	font-weight: bold;
	line-height: inherit;
}

h1.title {
	font-size: 250%;
	font-weight: bold;
	line-height: 130%;
}

h1.title a {
	color: darkorange;
	text-shadow: 0px 0px 1px red, 1px 1px 1px saddlebrown;
}

ul {
	margin-left: 1.5em;
}

ol {
	margin-left: 1.5em;
}

dl {
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

img {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre {
	margin: 0.5em 0;
	padding: 0.5em;
	font-family: monospace;
	background-color: #F0FFE0;
	border: solid 1px #b2d63e;
	line-break: strict;
	word-break: break-all;
	word-wrap: break-word;
}

blockquote {
	position: relative;
	padding: 0.5em 0 0.5em 1em;
//	padding-left: 1em;
	background-color: #F0FFE0;
	border: solid 1px #b2d63e;
}

blockquote:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '"';
	font-size: 200%;
	line-height: 1em;
	color: #b2d63e;
}

textarea {
	width: 100%;
	font-family: monospace;
}

.style_table {
	margin: 0.25em 0;
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 1px 1px 3px black;
	-moz-box-shadow: 1px 1px 3px black;
	-webkit-box-shadow: 1px 1px 3px black;
}

.style_th {
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	background-color: #b2d63e;
	border: 1px solid #93BF49;
}

.style_td {
	text-align: left;
	padding: 0.2em;
	border: 1px solid #93BF49;
}

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

.small { font-size:80%; }

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

a.note_super {
	font-size: 60%;
	font-weight: bold;
	vertical-align: super;
	color: chocolate;
}

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

hr.full_hr {
	margin: 0.2em 0;
	border-style: none;
	border-bottom: solid 1px black;
/*
	border-top: solid 1px #b2d63e;
	border-bottom: solid 1px black;
*/
}

hr.note_hr {
	display: none;
}

div.contents {
	position: relative;
	padding: 2em 0.5em 0.5em 0.5em;
	border: 1px solid #b2d63e;
	background-color: #F0FFE0;
}

div.contents:before {
	content: "Table of Contents";
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.2em;
	border-left: solid 0.5em #b2d63e;
	border-right: solid 0.5em #b2d63e;
	background-color: #D1E68D;
	font-weight: bold;
	line-height: inherit;
}

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#navigator {
	display: none;
}

td.menubar {
	display: none;
}

div#menubar {
	display: none;
}
/*
div#menubar ul {
	margin:0px 0px 0px .5em;
	padding:0px 0px 0px .5em;
}

div#menubar ul li { line-height:110%; }
*/
div#menubar h4 { font-size:110%; }

div#body {
	padding: 0.5em;
	border: dotted 2px #b2d63e;
}

div#note {
	padding: 0.5em;
	border-top: solid 1px #b2d63e;
}

div#attach {
	display:none;
}

div#toolbar {
        display:none;
}

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

div#related {
        display:none;
}

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 {
	display: none;
}

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