/* 全体の文字サイズ・背景色 */
BODY,TD {
	font-family: "宋体";
	font-size: 14px;
	list-style-type: none;
	line-height: normal;
}
/* 左上・ページタイトル */
DIV.pagetitle {
PADDING-TOP: 10px;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 2px;
PADDING-RIGHT: 2px;
FONT-WEIGHT: bold;
FONT-SIZE: 30px;
FLOAT: left;
MARGIN: 1px;
LETTER-SPACING: 0.2em
}

/* 右下・各種メニュー */
.tools {
PADDING: 3px;
FONT-SIZE: 90%;
MARGIN: 0px 0px 25px;
COLOR: #fff;
TEXT-ALIGN: right
}

/* 現在未使用 */
DIV.main_head {
TEXT-ALIGN: right
}

/* 左・メニューバー */
.menubar {
	VERTICAL-ALIGN: top;
	WIDTH: 50%;/* 幅=200px */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
TD.main {
	/*BORDER-RIGHT: #fff 1px dashed;/* 区切り線(白・1px・破線) */
VERTICAL-ALIGN: top;/* 上端揃え */
	WIDTH: 100%;/* 右側本文の割合 */
	/*WIDTH: 790px;/* 幅=200px */
LINE-HEIGHT: 1.5em;/* 行の高さ=文字の1.5倍 */
	LETTER-SPACING: 1px;/* 文字の間隔=1px */
	color: #FFFFFF;
	background-image: none;
}
.STYLE2 .main #main .plugin_contents .plugin_contents {
	background-image: none;
}


/* 大見出し */
H1 {
PADDING: 5px;
MARGIN-TOP: 1px;
FONT-SIZE: 20px;
FONT-FAMILY: "Lucida Sans Unicode",Sans-serif;
LETTER-SPACING: 0em
}

/* 中見出し */
H2 {
	PADDING: 5px;
	BORDER: #fff 1px solid;
	MARGIN-TOP: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	LETTER-SPACING: 0em;
	color: #FFFFFF;
}

/* 小見出し */
H3 {
	PADDING: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	MARGIN: 1px;
	LETTER-SPACING: 0.1em;
	border-bottom-style: double;
	border-bottom-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	border-bottom-width: 3px;
	color: #FFFFFF;
}


/* */
H4 {
PADDING-LEFT: 0.5em;
FONT-WEIGHT: bold;
FONT-SIZE: 16px;
BORDER-BOTTOM: #fff 1px solid;
LETTER-SPACING: 0.1em
}
.tupian {
	background-position: right;
}


/* */
H5 {
PADDING: 1px;
BORDER-BOTTOM: #fff 1px dotted
}

/* */
H6 {
PADDING: 1px;
BORDER-BOTTOM: #fff 1px dotted
}

HR { 
text-align: left; 
}

/* リンク */
A:link {/* 未アクセスの色 */
COLOR: #48f;
TEXT-DECORATION: none
}
A:visited {/* アクセス済みの色 */
COLOR: #4cf;
TEXT-DECORATION: none
}
A:hover {/* ポイント時の色 */
COLOR: #fc4;
TEXT-DECORATION: underline
}
A:active {/* アクティブ時の色 */
COLOR: #4cf;
TEXT-DECORATION: none
}

/* リスト */
UL { /* 順序なしリスト */
	MARGIN: 1px;
	LINE-HEIGHT: 18px;
	LIST-STYLE-TYPE: disc;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
}
OL {
PADDING-LEFT: 16px;
MARGIN: 1px;
LINE-HEIGHT: 1.8em;
LIST-STYLE-TYPE: decimal
}

#menubar UL { 
LIST-STYLE-TYPE: none;
LINE-HEIGHT: 1.4em;
}

#plugin_recent UL { 
LIST-STYLE-TYPE: disc;
}

/* 引用文 */
BLOCKQUOTE {
PADDING: 10px;
BORDER: #fff 1px solid;
WIDTH: 80%;
}

/* 定義リスト */
DL {
LINE-HEIGHT: 130%
}
DT {
PADDING: 0px;
MARGIN: 0.5em 0px 0px;
font-weight:bold;
BORDER-BOTTOM: #666 1px dashed
}

/* 整形済みテキスト */
PRE {
BACKGROUND: #333;
PADDING: 0.5em;
MARGIN-LEFT: 1em;
MARGIN-RIGHT: 2em;
COLOR: #fff;
WHITE-SPACE: pre
}

/* 画像 */
IMG {
	BORDER: 1px;
	VERTICAL-ALIGN: middle;
	background-repeat: repeat-y;
	background-position: center;
}

/* イタリック体 */
EM {
FONT-STYLE: italic
}

/* 強調 */
STRONG {
	FONT-WEIGHT: bold;
	line-height: 29px;
}

/* 連絡先 */
ADDRESS {
FONT-SIZE: 8px;
FONT-STYLE: normal
}

/* 存在しないページへのリンク */
A.noexistpage {
COLOR: #111;
BACKGROUND-COLOR: #ddd
}
A.noexistpage:visited {
COLOR: #111
}

/* 更新履歴(未使用？) */
.plugin_recent_list {
	PADDING: 0px;
	MARGIN: 0px 0px 0px 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
/* WORD-BREAK: break-all; IE独自仕様*/
/* WORD-WRAP: break-word; IE独自仕様*/
}

/* 不明 */
DIV.p_left {
BORDER: #fff 1px dotted;
TEXT-ALIGN: left
}
DIV.p_center {
TEXT-ALIGN: center
}
DIV.p_right {
TEXT-ALIGN: right
}

/*  */
DIV.subsection {
MARGIN: 1.4em 0px
}

/*  */
SPAN.nointerwikiname {
BACKGROUND-COLOR: #ffe
}

/* 警告 */
P.warning {
COLOR: #ff99be
}
SPAN.warning {
COLOR: #ff99be
}

/*  */
.hidden {
DISPLAY: none
}

/* 差分表示 */
SPAN.diff_add {
COLOR: red
}
SPAN.diff_del {
COLOR: #08F
}

/* 検索文字 */
SPAN.search {
COLOR: #fff;
BACKGROUND-COLOR: yellow
}


DIV#editmenu {
MARGIN-BOTTOM: 0.5em;
TEXT-ALIGN: right
}
DIV#header {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;
TEXT-ALIGN: left
}

#header H2 {
BACKGROUND: none transparent scroll repeat 0% 0%
}

DIV#footer {
TEXT-ALIGN: center
}
DIV.referer_attach {
TEXT-ALIGN: right
}
DIV.referer_page {
TEXT-ALIGN: right
}

DIV#main {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 8px;
	MARGIN: 0px;
	PADDING-TOP: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

DIV#ad {
MARGIN: 100px 0px 10px
}

/* 検索結果 */
SPAN.word1 {
COLOR: black;
BACKGROUND-COLOR: #ffff66
}
SPAN.word2 {
COLOR: black;
BACKGROUND-COLOR: #a0ffff
}
SPAN.word3 {
COLOR: black;
BACKGROUND-COLOR: #99ff99
}
SPAN.word4 {
COLOR: black;
BACKGROUND-COLOR: #ff9999
}
SPAN.word5 {
COLOR: black;
BACKGROUND-COLOR: #ff66ff
}
SPAN.word6 {
COLOR: white;
BACKGROUND-COLOR: #880000
}
SPAN.word7 {
COLOR: white;
BACKGROUND-COLOR: #00aa00
}
SPAN.word8 {
COLOR: white;
BACKGROUND-COLOR: #886800
}
SPAN.word9 {
COLOR: white;
BACKGROUND-COLOR: #004699
}
SPAN.word10 {
COLOR: white;
BACKGROUND-COLOR: #990099
}

/* 表 */
#main TABLE {
	FONT-SIZE: 12px;
	FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	LETTER-SPACING: 0.5px;
	BORDER-COLLAPSE: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*BACKGROUND-COLOR: #ccd5dd*/
}
#main TH {
background-color: #007000;
BORDER: #cccccc 2px solid;
PADDING: 2px 1px 2px 3px;
*PADDING: 2px 3px 2px 3px;
font-weight: bold;
COLOR: #ffffff;
FONT-SIZE: 12px;
LINE-HEIGHT: 13px;/* 表内改行ピッチ */
FONT-FAMILY: "宋体"
}
#main TD {
	BORDER: #ccc 2px solid;
	PADDING: 2px 1px 2px 3px;

*PADDING: 2px 3px 2px 3px;
	FONT-SIZE: 12px;/* 表内文字サイズ */
	LINE-HEIGHT: 13px;/* 表内改行ピッチ */
	FONT-FAMILY: "宋体";
	color: #FFFFFF;
}
/*#ads{display: none;}*/
<br><hr><br>
 This file is decompiled from a .CHM file <br>
by an UNREGISTERED version of Easy CHM. <br>
You can download Easy CHM at :

<a href="http://www.etextwizard.com/" target=_blank>
http://www.eTextWizard.com</a> <br><br>
.kuangL1 {
	background-image: url(image/m22.jpg);
	background-repeat: repeat-y;
	background-position: 2%;
}
.miansulongwang {
	background-image: url(image/miansulongwang.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.goulong {
	background-image: url(image/fensulongwang.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dugoulong {
	background-image: url(image/dugoulong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cainiao {
	background-image: url(image/cainiao.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.hongcainiao {
	background-image: url(image/hongcainiao.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.yezhuwang {
	background-image: url(image/yezhuwang.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.baitushou {
	background-image: url(image/baitushou.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.qingxiongshou {
	background-image: url(image/qingxiongshou.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.chijiashou {
	background-image: url(image/chijiashou.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cihuolong {
	background-image: url(image/cihuolong.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.jinhuolong {
	background-image: url(image/jinhuolong.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.xionghuolong {
	background-image: url(image/xionghuolong.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}.yinhuolong {
	background-image: url(image/yinhuolong.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dulong {
	background-image: url(image/duguailong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.dianguailong {
	background-image: url(image/dianguailong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bingyalong {
	background-image: url(image/bingyalong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fengyalong {
	background-image: url(image/fengyalong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.xunlong {
	background-image: url(image/xunlong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.lvxunlong {
	background-image: url(image/lvxunlong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.honglong {
	background-image: url(image/honglong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.heihonglong {
	background-image: url(image/heihonglong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.jiaolong {
	background-image: url(image/jiaolong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.heijiaolong {
	background-image: url(image/heijiaolong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.balong {
	background-image: url(image/balong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.benglong {
	background-image: url(image/benglong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tushalong {
	background-image: url(image/tushalong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bingsuilong {
	background-image: url(image/bingsuilong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.baochuilong {
	background-image: url(image/baochuilong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gangchuilong {
	background-image: url(image/gangchuilong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.weichuilong {
	background-image: url(image/weichuilong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.kongbaolong {
	background-image: url(image/kongbaolong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leilanglong {
	background-image: url(image/leilanglong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shuishou {
	background-image: url(image/shuishou.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.zishuishou {
	background-image: url(image/zishuishou.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.qiankoulong {
	background-image: url(image/qiankoulong.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.yangelong {
	background-image: url(image/yangelong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.donggelong {
	background-image: url(image/donggelong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fengshanlong {
	background-image: url(image/fengshanlong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
.huangheilong {
	background-image: url(image/huangheilong.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.lanlong {
	background-image: url(image/lanlong.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
}
