/* トップページ専用のCSS（メイン内） */

/* サイドメニュー */
#left th{
	padding-top:8px;			/* 内余白（上） */
}

/* サイドメニュー */
#left th a{
	width:134px;				/* 幅 */
	height:35px;				/* 高さ */
	background-image:url(../image/btn.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	background-repeat:no-repeat;
								/* 背景画像繰返 */
	font-size:85%;				/* 文字サイズ */
	text-align:center;			/* 行揃え */
	line-height:260%;			/* 行間調節 */
	color:#222288;				/* 色 */
	text-decoration:none;		/* 下線表示 */
	display:block;				/* ブロック要素 */
	border:solid 1px #CCCCCC;	/* 枠 */
}

/* サイドメニュー 選択時 */
#left th a:hover{
	background-position:left bottom;
}

/* メインメニュー */
#right td{
	padding:0px;			/* 余白（四隅） */
}

/* メインメニュー 選択時 */
#right td a:hover{
	position:relative;
	top:2px;
	left:2px;
}

/* 更新情報 */
#info{
	width:400px;				/* 幅 */
	height:254px;				/* 高さ */
	background-image:url(../image/whatsnew.gif);
								/* 背景画像指定 */
	background-position:left top;
								/* 背景画像位置 */
	background-repeat: no-repeat;
								/* 背景画像繰返 */
	background-attachment:scroll;

	overflow:auto;				/*  */
	font-size:90%;				/* 文字サイズ */
	line-height:120%;			/* 行間調節 */	
	color:#333333;				/* 色 */
	border:solid 1px #CCCCCC;	/* 枠 */
}

/* 更新情報 */
#info b{
	color:#222288;				/* 色 */
}