@charset "Shift_JIS";

/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
 */

/* 更新情報 */
#upd-inner {
	height: 400px;
	border-bottom: 1px solid #ddd;
}
#wa-upd-wrap #upd-inner {
	height: 300px;
}
.up-date {
	padding: 2px 0 2px 5px;
	clear: both;
	font-size: 77%;
	font-weight: bold;
	background-color: #eff0f2;
}
ul.up-info {
	margin-bottom: 4px;
	clear: both;
	font-size: 77%;
}
ul.up-info li a {
	padding: 2px 0 2px 5px;
}
	/* hacks to get it working in IE6 */
	ul.up-info li {
		display: inline-block;
	}
	ul.up-info li {
		display: block;
	}

/* インディアンジュエリーバナー */
#banner-ij {
	margin-bottom: 10px;
}
#banner-ij a {
	width: 310px;
	height: 45px;
	background: url(../indian_jewelry/img/ij_banner.gif) left 0 no-repeat;
	text-indent: -9999px;
	display: block;

}

