#tabContent {
	padding: 5px;
}

#tabIndex {
	margin: 0 0 0 10px;
	padding: 0px;
	position:absolute;
}

#tabIndex li {
	float:left;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
	text-indent:-999em;
	position:relative;
}


#tabIndex span {
 display:block;
	width:166px!important;
	height:47px!important;
	margin-right:-1px!important;
}

* html #tabIndex span {
 display:block;
	width:166px!important;
	height:47px!important;
	margin-right:-1px!important;
}

#tabIndex .open {
 text-decoration: none;
}

#tabIndex .close {
  text-decoration: none;
}

/* ハイライトしてる時の画像 */
#tabIndex .open span#tab01 {
	background:url(http://blog.floq.jp/support/images/tab_01.gif) no-repeat top left!important;
	position:relative;
}

#tabIndex .open span#tab02 {
	background:url(http://blog.floq.jp/support/images/tab_02.gif) no-repeat top left!important;
	position:relative;
}

#tabIndex .open span#tab03 {
	background:url(http://blog.floq.jp/support/images/tab_03.gif) no-repeat top left!important;
	margin-right:0px!important;
}

/* ハイライトしていない時の画像 */
#tabIndex .close span#tab01 {
	background:url(http://blog.floq.jp/support/images/tab_01-01.gif) no-repeat top left!important;
}

#tabIndex .close span#tab02 {
	background:url(http://blog.floq.jp/support/images/tab_02-01.gif) no-repeat top left!important;
}

#tabIndex .close span#tab03 {
	background:url(http://blog.floq.jp/support/images/tab_03-01.gif) no-repeat top left!important;
	margin-right:0px!important;
}


#tabBoxIndex {
	clear: both;
	padding: 15px 5px;
	margin-top:43px;
	background:url(http://blog.floq.jp/support/images/bg-tabtop.gif) repeat-x top left;
	border-bottom:1px solid #969696;
}

.tabBox {
 margin-top:10px;
}

/* タブの中身 */
.item_catalog {
 float:left;
	width:180px;
	padding:0 10px;
	margin-left:13px;
	height:350px;
}

.item_newpack {
 float:left;
	width:180px;
	padding:0 10px;
	margin-left:13px;
	height:250px;
}

.item_catalog h4 {
 font-size:14px;
	padding-left:5px;
	border-left:5px solid #E6001A;
	margin-bottom:12px;
}

