<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/**
 * Ryosuke KATSU's Page: 汎用スタイルシート
 *
 * @url     http://seri.gr.jp/~katsu/css/general.css
 * @author  katsu@seri.gr.jp
 * @updated Jul 11, 2002.
 */

/**
 * 本文
 *
 * 行間をやや開ける。文字は白、背景はやや淡めの青。
 */
body {
	line-height: 135%;
	background: #5555cc;
	color: #ffffff;
}

/**
 * リンク
 *
 * 基本は黄色、使用済みでやや暗くなる。踏んでる最中は赤。
 */
a:link {
	color: #ffff00;
}
a:visited {
	color: #aaaa00;
}
a:active {
	color: #ff0000;
}

/**
 * トピック
 *
 * 日記などで使うトピックのクラス。
 * タイトルは
 *
 *
 */
.topic-title {
	color: #aaaaaa;
	margin-left: 1em;
}
.topic-body {
	margin-left: 2em;
	margin-right: 2em;
}

/**
 * 挿入された表
 *
 * 上下左右にマージンをとる。
 */
.parenthesis-table {
	margin-top:    1em;
	margin-left:   2em;
	margin-right:  2em;
	margin-bottom: 1em;
}

/**
 * テーブル中の要素
 */
.tbl-capt {
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.tbl-num {
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.tbl-txt {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/**
 * 挿入されたなにか
 *
 * 上下左右にマージンをとる。
 */
.parenthesis {
	margin-top:    1em;
	margin-left:   2em;
	margin-right:  2em;
	margin-bottom: 1em;
}

/**
 * クーリエ
 *
 * フォントを Courier にする。
 */
.courier {
	font-family: Courier;
}

/**
 * 白い破線で囲む
 */
.dashed-border {
	border: thin dashed white;
}

/**
 * 白い実線で囲む
 */
.border {
	border: thin solid white;
}

/**
 * 背景色を黒に
 */
.bg-black {
	background-color: black;
}

/**
 * 背景色を灰色に
 */
.bg-gray {
	background-color: gray;
}

/**
 * 背景色を明るい灰色に
 */
.bg-lightgray {
	background-color: lightgray;
}

/**
 * 背景色を青に
 */
.bg-blue {
	background-color: blue;
}

/**
 * マージン圧縮クラス
 * 主に form 用
 */
.shrink {
	margin: 1px;
}
