@charset "utf-8";

/* Leaf [鎖-クサリ- 公式サイト用]
---------------------------------------
	0.common読込
	1.要素への定義
	2.クラスの定義
	3.ベースデザイン
	4.内部デザイン
---------------------------------------
(C)Leaf/AQUAPLUS All Rights Reserved.
	http://leaf.aquaplus.jp/
*/

/* ==========================================================================
 1.要素への定義
========================================================================== */
body {
	margin:0;
	background:#3b4555;
}

body ,
td {
	color:#fff;
	font-size:9pt;
	line-height:12pt;
}

table ,
th ,
td ,
img {
	border:0;
	padding:0;
}

a			{text-decoration:none;}
a:link		{color:#bfdeff;}
a:visited	{color:#bf93ec;}
a:hover		{color:#ffffff;	background-color:#4e596d;}
a:hover img	{				background-color:#4e596d;}


/* --------------------------------------------------------------------------
 Gekko 縦スクロールバー強制表示 */
html {
	overflow-y:scroll;
}



/* ==========================================================================
 2.クラスの定義
========================================================================== */

/*---------------------------------------------------------------------------
フォントサイズ*/
.fs12pt{ font-size : 12pt; line-height : 12pt;}



/* ==========================================================================
 4.内部デザイン
========================================================================== */
/* intr.html - 更新履歴 */
#whatsnew {
	width:500px;
	height:96px;
	overflow-y:scroll;
}



/* [EOF] */