/* 白 */

*{
	font-size: medium;
	font-weight: normal;
	font-family: "MeiryoKe_Gothic", "メイリオ", "ゆたぽん（コーディング）", sans-serif;
	font-style: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: none;
	letter-spacing:0;
	text-decoration:none;
}

[lang="zh"],[lang="zh-hans"],[lang="kr"]{
	font-family: sans-serif serif;
}

em, strong, cite, dfn, code, samp, kbd, var, ins, del, abbr, acronym, q, a{
	font-size: inherit;
}a{
	font-style: inherit;
	font-weight: inherit;
	border-bottom: dotted 1px;
}


body{
	background: #FFC;
	color: #000;
}

h1,h2{
	border: solid;
	border-width: 1px 0;
	background: #FFF;
	color: #000;
}h1{
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.2em;
}h2{
	text-align: left;
	font-size: x-large;
	padding: 0.2em 0.4em;
	margin: 0.2em 2px;
}h3{
	font-size: large;
	font-weight: normal;
	border: solid;
	border-width: 0 0 2px 3px;
	margin: 0.2em 2px;
	padding-left: 0.4em;
	background: #FFF;
	color: #000;
}h4{
	font-size: large;
	font-weight: bold;
	background: #FFF;
	color: #000;
	border: solid;
	border-width: 1px 0;
	margin: 0.2em 4px;
	padding: 3px 0.5em;
}h5{
}h6{
}

h2 del{
	font-size: small;
}h3 a.permaid,h3 a.dllink{
	font-size: small;
	margin: auto;
	cursor: help;
}

p{
	text-indent: 0.8em;
	margin: 0.5em 0 1em 1em;
	line-height: 1.5;
}p.talk{
	text-indent: 0;
}blockquote{
	border: double 3px;
	margin: 1em 0.5em;
	padding: 1em 0 0 0;
	background: #FFF;
	color: #000;
}blockquote>*{
	margin-top: -1em;
	margin-left: 1em;
}blockquote>ul,blockquote>ol{
	margin-top: -1.5em;
}blockquote p{
	margin-bottom: 0.6em;
}blockquote:after{
	font-size: small;
	background: #CCC;
	color: #000;
	display: block;
	text-align: center;
	border: solid 1px;
	margin: 1em 0 0 0;
}blockquote[cite]:after{
	content: "(" attr(cite) ")";
}blockquote[title]:after{
	content: "\300e" attr(title) "\300f";
}blockquote[cite][title]:after{
	content: "\300e" attr(title) "\300f" " (" attr(cite) ")" ;
}blockquote blockquote{
	padding: 1em 0;
}blockquote blockquote p{
	margin: 0;
}blockquote:before{
	font-size: medium;
	background: #CCC;
	color: #000;
	display: block;
	text-align: center;
	border: solid 1px;
	position: relative;
	margin-bottom: 0.5em;
	right: 0.5em;
	bottom: 1.5em;
	content: "引用";
	width: 3em;
}

a:hover{
	background: #FFF;
}

ul,ol{
/*	border: dotted 1px;	*/
	padding: 0.5em 0 0.5em 2em;
	margin: 0.3em 0.5em 1em;
	border: solid;
	border-width: 1px 3px 2px 1px;
	background: #FFF;
	color: #000;
}li{
	margin: 0.3em 0;
}dl{
	border: double 3px;	
	margin: 1em 0.5em;
	padding: 0;
}dt{
	background:#FFF;
	font-weight: bold;
	padding: 0.2em 0.4em;
	margin: 0;
}dd{
	padding: 0.2em 1.5em;
	line-height: 1.3;
	margin: 0;
}



ul[class]:before, pre:before{
	font-size: medium;
	background: #CCC;
	color: #000;
	display: block;
	text-align: center;
	border: solid 1px;
	position: relative;
	margin-bottom: 0.5em;
	right: 1em;
	bottom: 1em;
}ul.thumbs{
	margin: 1em 0.5em 0.5em 1em;
	padding: 0.5em;
	list-style-type: none;
}ul.thumbs:before{
	content: "thumbnail";
	width: 5em;
}ul.thumbs img:after{
	display: inline;
	content: ":" attr(alt);
	font-size: x-small;
}ul#BANNERS{
	padding: 0.5em 1em;
	background: #FFF;
	color: #000;
	border: double;
}ul#BANNERS li{
	display: inline;
}ul#BANNERS a{
	border: 0;
}ul.exolink{
	margin: 1em 0.5em 0.5em 1em;
	padding: 0.5em;
}ul.exolink:before{
	content: "外部link";
	width: 5em;
}ul.exolink li{
	margin-left: 2em;
}ul.exolink li ul{
	border: 0;
	margin: 0.3em 1em;
	padding: 0em;
}

pre{
	background: #FFF;
	color: #000;
	font-family: monospace;
	border-style: solid;
	border-width: 1px 3px 2px 1px;
	margin: 1em 0.5em 0.5em 1em;
	padding: 0.5em;
}pre.asciiart{
	font-family: "MS PGothic", sans-serif;
}pre.asciiart:before{
	content: "Ascii Art";
	width: 5em;
}



em{
	font-style: italic;
	letter-spacing: 1px;
	padding: 2px;
	border-bottom: solid 1px #000;
}strong{
	font-weight: bold;
	letter-spacing: 0.4em;
	padding: 1px;
	border-bottom: double 3px #000;
}cite{
}dfn{
	font-style: italic;
}code{
	border: solid;
	border-width: 1px 3px 2px 1px;
	background: #FFF;
	padding:3px 5px;
	font-family: monospace;
	font-size:inherit;
	font-style:inherit;
	font-weight: inherit;
	text-indent:0;
}samp{
	background: #000;
	padding:3px 5px;
	font-size:inherit;
	color: #FFF;
	font-style:inherit;
	font-weight: inherit;
	font-family: monospace;
}kbd{
	quotes: "[" "]";
	font-family: monospace;
	font-size:inherit;
}kbd:before{
	content: open-quote;
}kbd:after{
	content: close-quote;
}var{
	font-family: monospace;
	font-style:italic;
	letter-spacing: inherit;
}dfn{
	font-weight:bold;
	border-bottom:double 3px;
}

abbr, acronym, span[title]{
	cursor: help;
	border-bottom: dotted 1px;
}

q{
	quotes: "\300e" "\300f";
}

sup, sub{
	font-size: small;
}

hr.information{
	display: none;
}hr{
	border-top: solid 0.1px;
	margin: 0.2em 0.5em;
}

ul#NAVIGATION{
	background: #FFF;
	color: #000;
	text-align: right;
	border: solid 2px;
	padding: 1em;
	margin:0.5em;
}ul#NAVIGATION li{
	display: inline;
	margin: 0.2em;
}ul#NAVIGATION li.nlink:after{
	content: " >";
}ul#NAVIGATION2{
	background: #FFF;
	color: #000;
	text-align: center;
}ul#NAVIGATION2 li{
	display: inline;
	font-weight: bold;
}ul#NAVIGATION2 li.prev:before{
	content: "<=";
	font-weight: normal;
}ul#NAVIGATION2 li.next:after{
	content: "=>";
	font-weight: normal;
}ul#NAVIGATION2 li.now:before{
	content: "|";
	font-weight: normal;
}ul#NAVIGATION2 li.now:after{
	content: "|";
	font-weight: normal;
}

dl#INFORMATION{
	background: #FFF;
	color: #000;
	border: solid 2px;
}dl#INFORMATION var{
	font-style: normal;
	font-weight: normal;
}

form dl{
	border: none;
}ul.gbnavi{
	border-style: solid;
	border-width: 2px 0;
	margin: 1em 0;
	text-align: center;
}ul.gbnavi li{
	display: inline;
	quotes: "[" "]";
	margin: 0 0.4em;
}ul.gbnavi li:before{
	content: open-quote;
}ul.gbnavi li:after{
	content: close-quote;
}

blockquote dl{
	border: none;
}

.higurasi span{
	color: red;
}

.deleted{
	visibility: hidden;
}

b{
	font-weight: bold;
}


div.blockcode{
	background-color:#000;
	color:#FFF;
	border:double 3px;
	height:15em;
	overflow: scroll;
	margin: 1em;
}

.inp{
	margin-left:2.5em;
}

@media handheld{
	pre{overflow: scroll;}
}