@charset "UTF-8";

/* 基本設定 */
html, body {
	font-size: 16px;
	line-height: 1.5;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, li, dt, dd, address, blockquote, caption, th, td, form, input, textarea, select, option, label, textarea, object, embed, iframe, #wiki {
	font-family: 'Roboto', 'Helvetica Neue', 'Geneva', 'Helvetica', 'Arial', sans-serif;
	word-break: break-all;
	line-break: strict;
}
pre, code, kbd, samp, .linenums * {
	font-family: monospace;
}
h1, h2, h3, h4, h5, h6, dt, caption, th, strong, b {
	font-weight: bold;
}
abbr, acronym {
	border-bottom: #000 1px dotted;
}
address, cite, dfn, em, var, i {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
kbd:before, q:before, samp:before {
	content: "\"";
}
kbd:after, q:after, samp:after {
	content: "\"";
}

/* YukiWiki固有の設定 */
.normal {
	background: white;
}
.frozen {
	background: #f8f5f1;
}
.preview {
	background: #fcc;
}
.InterWiki {
	color: black;
	background: #eee;
}
.linkimg {
	display: block;
	margin: 0.3em 0.3em 0.3em 0;
	overflow: hidden;
}
.technorati {
	font-weight: bold;
}
.added {
	color: blue;
}
.deleted {
	color: red;
}
.same {
	color: #666;
}
.diff {
	background: #eee;
}

/* Styles for printer */
@media print {
form {
	display: none;
}
.header {
	color: black;
	border: none;
	text-align: center;
/*	font-size: large;*/
	margin-bottom: 1em;
}
h2 {
	border: none;
	border-bottom: #ccc 1px solid;
	border-left: #ccc .5em solid;
}
h3 {
	border: none;
	border-bottom: #ccc 1px solid;
}
h4 {
	border: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.editlink {
	display: none;
}
.footer {
	display: none;
}
#links {
	display: none;
}
.tools {
	display: none;
}
p {
	font-family: Serif;
}
}

/* kati.css  GNU GPL 2.0
   http://kitta.jf.land.to/
   Customized by PAPAパラダイス for YukiWiki
*/
 
/* －－－－－－全体の設定－－－－－－ */
/*html:before, html:after, body:before, body:after, html + * */
html > *, head, head * {
	display: none !important;
}
#wiki {
	display: block !important;
	background: white;
	color: black;
	text-align: center;
	width: 100%;
	min-width: 750px;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 99%;
	overflow: hidden;
}
* html #content {
	height: 1%;
}
#container p, #container li, #container dt, #container dd, #container blockquote {
	text-align: justify;
}
#container textarea, #container input {
	font-size: 14px;
}
#content {
	padding-left: 15px;
	overflow: hidden;
}
.clear {
	display: none;
}
#content p {
	margin: 0.3em 0.3em 0.3em 0;
	text-indent: 1em;
}
#container textarea {
	width: 95%;
	line-break: normal;
	word-break: break-all;
	overflow: hidden;
	overflow-x: hidden !important;
	overflow-y: auto;
}
.date {
	font-family: 'Courier New', 'Courier', monospace;
}

/* リストスタイル */
#content ul, #content ol, #content dl {
	margin : 0.5em 0 0;
}
#content ul, #content ol, #content li {
	vertical-align: middle;
}
#content ul li, #content ol li {
	margin: 0.1em 0 0 0;
}
#content ul li {
	list-style: url('/media/kati/list_a.gif');
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	margin: 0 0 0 1em;
}
#content ul ul li {
	margin: 0.1em 0 0 0;
	list-style: url('/media/kati/list_b.gif');
}
#content ul ul ul li {
	margin: 0.1em 0 0 0;
	list-style: url('/media/kati/list_c.gif');
}
ol li {
	list-style: decimal outside;
}
#content dt {
	border-bottom: #696969 1px dotted;
	font-weight: bold;
}
#content dd {
	margin-left: 1em;
}

/* リンクの設定 */
a:link, a:visited { 
	color: #422100;
	text-decoration: underline;
}
a:hover {
	color: #fe3670;
	text-decoration: underline;
	background-color: #fff4ab;
}
a:active {
	color: #ffff00;
	text-decoration: none;
}
/* －－－－－－全体の設定 終了－－－－－－ */

/* －－－－－－メニュ－の設定開始－－－－－－ */
/* メニュ－のサイズ */
#content  .tools { /* IEでは#contentが必要 */
	background: #c8c9b5 no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding-right: 2px;
}
.tools img {
	margin: 0;
}

/* メニュ－の装飾 */
/* リンク */
.tools a {
	padding: 2px 7px;
	font-weight: bold;
	text-decoration: none;
}
.tools a:link, .tools a:visited { 
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* カ－ソルを上に持ってきた時リンク */
.tools a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #3cb371;
}
/* －－－－－－メニュ－の設定終了－－－－－－ */

/* －－－－－－ sidebar設定 －－－－－－ */
#links {
	float: left;
	width: 190px;
	background: #f8f5f1;
	overflow: hidden;
}
#links p {
	display: none;
}
#links h3 {
	display: block;
	color: white;
	font-family: 'Georgia', 'Palatino', 'Palatino Linotype', serif;
	font-size: 0.9em;
	font-weight: bold;
	background: #c8c9b5 url('/media/kati/sid_men.jpg') no-repeat;
	margin: 0 0 10px;
	padding: 4px 0 2px 10px;
	letter-spacing: 1px;
}
#links ul {
	margin: 0 0 10px 20px;
	padding: 0 0 0.3em;
}
#links ul li {
	font-size: 12px;
	line-height: 1.5;
	list-style: url('/media/kati/list_b.gif');
	padding: 0 0.3em 0 0;
}
#links ul ul li {
	list-style: url('/media/kati/list_c.gif');
	padding: 0;
}
.center {
	text-align: center;
	margin: 0 0 10px;
}
.center img {
	margin: 0 0 5px;
}
/* －－－－－－ sidebar設定終了 －－－－－－ */

/* －－－－－－ footer設定 －－－－－－ */
.footer {
	width: 100%;
	clear: both;
}
.footer address {
	margin: 0.3em 0 0;
	text-align: right;
	font-size: 15px;
}
.footer a {
	text-decoration: none;
}
.footer img {
	margin: 0;
}
/* －－－－－－ footer設定終了 －－－－－－ */

#container hr {
	border-top: #3cb371 2px solid;
	color: #3cb371;
}

/* －－－－－－ □囲み文字 －－－－－－ */
#container pre {
	margin : 0.5em auto 0 1em;
	padding: 0.5em 0.5em 0.5em 1em;
	width: 95%;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden !important;
}
#container pre.linenums ol {
	margin: 0 0 0 35px;
	padding: 0;
}
.linenums li.L0, .linenums li.L1, .linenums li.L2, .linenums li.L3,
.linenums li.L5, .linenums li.L6, .linenums li.L7, .linenums li.L8 {
	list-style-type: decimal !important;
}
.verbatim-hard {
	border: #d3d3d3 1px solid;
	background: #f8f5f1;
}
.verbatim-soft {
	background: #eef;
}

/* －－－－－－ 引用文 －－－－－－ */
#container blockquote {
	border: #d4d4d4 1px dotted;
	background: #f8f5f1;
	margin: 0.3em auto 0.3em 20px;
	padding: 0.3em;
	width: 90%;
}

/* －－－－－－見出しの設定開始－－－－－－ /
/* h1 */
#content h1 {
	font-weight: bold;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing:2px;
	border-bottom: #c8c9b5 6px solid;
	margin-top: 0;
	padding-right: 18px;
	background: #fff url(/media/kati/himg2.jpg) no-repeat;
}
#content h1 a:link, #content h1 a:visited {
	color: black;
	text-decoration: none;
	text-shadow: #3cb371 0px 0px 10px;
}
#content h1 a:hover {
	font-weight: bold;
	color: #fe3670;
	text-shadow: yellow 0px 0px 10px;
}

/* h2 */
#content h2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1;
	letter-spacing:3px;
	color: white;
	padding-left: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #3cb371 url(/media/kati/slc1.gif) no-repeat left top;
	margin-top:30px;
	margin-bottom:3px;
}

#content h2 a:link, #content h2 a:visited { 
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#content h2 a:hover {
	font-weight: bold;
	color: #fe3670;
	text-decoration: none;
}

/* h3 */
#content h3 {
	font-weight: bold;
	color: black;
	font-size: 1.1em;
	line-height: 1.5;
	letter-spacing:2px;
	border-top: #3cb371 2px solid;
	border-left: #3cb371 32px solid;
	padding-left: 3px;
	text-shadow: #808080 2px 2px 3px;
	margin: 15px 0 5px;
	text-decoration: none;
}
#content h3 a:link, #content h3 a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#content h3 a:hover {
	font-weight: bold;
	color: #fe3670;
	text-decoration: none;
}

/* h4 */
#content h4 {
	font-weight: bold;
	color: black;
	font-size: 15px;
	line-height:23px;
	background-color: #f8f5f1;
	border-left: #3cb371 32px solid;
	padding-left: 3px;
	text-shadow: #808080 2px 2px 3px;
	margin: 7px 0 5px;
}
#content h4 a:link, #content h4 a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#content h4 a:hover {
	font-weight: bold;
	color: #fe3670;
	text-decoration: none;
}
/* －－－－－－見出しの設定終了－－－－－－ */

/* －－－－－－テ－ブル設定開始 －－－－－－ */
.csv {
	margin: 0.3em auto 0.3em 20px;
	empty-cells: show;
	border: #d3d3d3 1px solid;
}
.csv td {
	padding: 0.1em 0.3em;
	border: #d3d3d3 1px solid;
}
/* －－－－－－テ－ブル設定終了 －－－－－－ */
