/* ############ ヘッダーメニュー ############ */
#header {
	width: 760px;
	height: auto;
	top: auto;
	left: auto;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
}


/* ############ メイン - 全体 ############ */
#main {
	width: 760px;
	height: auto;
	top: auto;
	left: auto;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
}


/* ############ メイン - 左メニュー ############ */
#left_menu {
	width: 110px;
	height: auto;
	top: auto;
	left: auto;
	position: relative;
	float: left;
	clear: both;
	text-align: left;
}

/* iFrame */
IFRAME.menu {
	width: 115px;
	height: 1600px;
	border: 0px none #FFFFFF;
}


/* ############ メイン - 本文 ############ */
#main_contents {
	width: 625px;
	height: auto;
	top: 2px;
	left: 25px;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
}


/* ############ フッター ############ */
#footer {
	width: 625px;
	height: auto;
	top: 30px;
	left: auto;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
}


/* ############ カテゴリ別ページ ############ */

#sub_main {
	width: 468px;
	height: auto;
	top: 10px;
	left: auto;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
}

#sub_top_pic_msg {
	width: 280px;
	height: auto;
	top: 40px;
	left: 20px;
	position: relative;
	float: none;
	clear: none;
	text-align: left;
}

#sub_right {
	width: 137px;
	height: auto;
	top: 10px;
	left: 18px;
	position: relative;
	float: left;
	clear: none;
	text-align: center;
}

.sub_right_box {
	width: 137px;
	height: auto;
	top: auto;
	left: auto;
	position: relative;
	float: none;
	clear: both;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.sub_index {
	width: 468px;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color: #DDDDDD;
	background-image: url(http://park5.wakwak.com/~nike/imgs/topic_middle_gray.gif);
}

.sub_brand_pic {
	width: 74px;
	height: 74px;
	position: relative;
	float: none;
	clear: both;
	text-align: center;
	vertical-align: top;
}

.sub_brand_msg {
	width: auto;
	height: 74px;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
	vertical-align: top;
}

.goods_box_m {
	width: 150px;
	height: 150px;
	position: relative;
	float: none;
	clear: both;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

.goods_msg_m {
	width: auto;
	height: auto;
	position: relative;
	float: none;
	clear: both;
	text-align: left;
	vertical-align: top;
}

.goods_partition_m {
	width: 10px;
	height: auto;
}


/* ############ 汎用クラス ############ */
.left {
	float: left;
}

.right {
	float: right;
}

/* フォントサイズ */
BODY, TH, TD {
	font-size: 9pt;
	line-height: 120%;
	font-family: 'ＭＳ Ｐゴシック'; 
}

H1, H2, H3, H4, H5, H6 {
	font-size: 9pt;
	line-height: 120%;
	font-family: 'ＭＳ Ｐゴシック'; 
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

STRONG {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

EM {
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* テーブル、イメージの罫線 */
TABLE, IMG, TD {
	border: 0px solid #888888;
}

/* セルカスタマイズ */
TD {
	color: #000000;
}
TD.index {
	color: #000000;
	background-color: #DDDDDD;
	background-image: url(http://park5.wakwak.com/~nike/imgs/topic_long_gray.gif);
}

TD.gray {
	color: #444444;
}

SPAN.price {
	color: #CC0000;
	font-weight: bold;
}

/* アンカータグ */
A:link {
	color: #3333CC;
	text-decoration: underline;
}
A:visited {
	color: #3333CC;
	text-decoration: underline;
}
A:active {
	color: #FF3300;
	text-decoration: underline;
}
A:hover {
	color: #FF3300;
	text-decoration: none;
}

