@charset "utf-8";

/* ----------------------------
 == top
---------------------------- */

/* == mainVisualArea --------------------- */
#mainVisualArea {
	width: 920px;
	margin: 0 auto 22px;
}
#mainVisualArea .topVisualBlock {
	overflow: hidden;
	zoom: 1;
}
#mainVisualArea .topVisualBlock * {
	vertical-align: top;
}
#mainVisualArea .topVisualBlock .main {
	float: left;
}

/* == mainContentsBlock --------------------- */
#mainContentsBlock {
	width: 910px;
}
/* == mainBlock --------------------- */
#mainBlock {
	width: 669px;
	float: left;
}
/* == extraBlock --------------------- */
#extraBlock {
	width: 216px;
	float: right;
}

/* title -------------------------- */
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h2 a ,
h2 span {
	display: inline;
	border: none;
	padding: 0;
	background: none;
}
.topContentsBox {
	margin-bottom: 25px;
	overflow: hidden;
}
/* indexBox -------------------------- */
.indexBox {
	overflow: hidden;
	zoom: 1;
}
.indexBox .leftBox {
	width: 322px;
	float: left;
}
.indexBox .rightBox {
	width: 322px;
	float: right;
}
/* productBox */
.productBox {
	overflow: hidden;
	zoom: 1;
	padding: 0 5px;
}
.productBox .leftBox {
	width: 440px;
	float: left;
}
.productBox .rightBox {
	width: 202px;
	float: right;
}

/* productlistBox -------------------------- */
.productlistBox {
	margin-top: 1em;
	background: url(/img/bg_productlist.gif) no-repeat left bottom;
	padding-bottom: 3px;
	line-height: 1.3;
}
.productlistBox .inner {
	background: url(/img/bg_productlist.gif) no-repeat left top;
	padding: 3px 10px 0;
}
.topBtnListBase01 {
	text-align: center;
}

/* list */
.topListBase01 {
	padding: 0 5px;
}
.topListBase01 li {
	min-height: 63px;
}
*html .topListBase01 li {
	height: 63px;
}
.topListBase01 li {
	position: relative;
	padding-right: 73px;
	margin-bottom: 10px;
}
.topListBase01 li .thumbnail {
	position: absolute;
	right: 0;
	top: 0;
}

/* topTabBoxBase01 -------------------------- */
.topTabBoxBase01 {
	background: url(/img/bg_tabbox.gif) repeat-y left top;
}
.topTabBoxBase01 .tabBox {
	background: url(/img/bg_tabbox_t.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.topTabBoxBase01 .tabBox li {
	float: left;
	margin-right: 4px;
}
.topTabBoxBase01 .paneBox {
	background: url(/img/bg_tabbox_b.gif) no-repeat left bottom;
	overflow: hidden;
	zoom: 1;
}
.topTabBoxBase01 .paneBox .pane {
	padding: 10px 14px;
}

