@charset "utf-8";

/* =====================================================================

	Article and Section

===================================================================== */

/* ---------------------------------------------------------------------

	Article

--------------------------------------------------------------------- */

.article {
	margin: 0;
	padding: 35px 0 0;
	background: url(../img/border_03.png) left 16px repeat-x;
	+zoom: 1;
}

.first-article {
	padding: 19px 0 0;
	background: none;
}
.grid-unit .component-wrapper-A02 .first-article,
.grid-unit .component-wrapper-B02 .first-article {
	padding-top: 15px;
}

.grid-article-A01 .grid-group .grid-unit .article {
	margin-right: -9px;
	margin-left: -10px;
}

.grid-article-B01 .grid-group .grid-unit .article {
	margin-right: -7px;
	margin-left: -8px;
}

.grid-article-A01 .grid-group .grid-unit.pseudo-first-child .article,
.grid-article-B01 .grid-group .grid-unit.pseudo-first-child .article {
	margin-left: -15px;
}

.grid-article-A01 .grid-group .grid-unit.pseudo-last-child .article,
.grid-article-B01 .grid-group .grid-unit.pseudo-last-child .article {
	margin-right: -15px;
}

.grid-article-A01 .grid-group .grid-unit .first-article,
.grid-article-B01 .grid-group .grid-unit .first-article {
	padding-top: 0;
}

.article .pseudo-first-child {
	margin-top: 0;
}

/* ---------------------------------------------------------------------

	Section

--------------------------------------------------------------------- */

.section {
	margin: 0 15px;
	padding: 31px 0 0;
	background: url(../img/border_01.png) left 16px repeat-x;
}

.first-section {
	padding: 0;
	background: none;
}

.grid-article-A01 .grid-group .grid-unit .section {
	margin-right: 9px;
	margin-left: 10px;
}

.grid-article-B01 .grid-group .grid-unit .section {
	margin-right: 7px;
	margin-left: 8px;
}

.grid-article-A01 .grid-group .grid-unit.pseudo-first-child .section,
.grid-article-B01 .grid-group .grid-unit.pseudo-first-child .section {
	margin-left: 15px;
}

.grid-article-A01 .grid-group .grid-unit.pseudo-last-child .section,
.grid-article-B01 .grid-group .grid-unit.pseudo-last-child .section {
	margin-right: 15px;
}



.section .pseudo-first-child {
	margin-top: 0;
}

.sub-section {
	margin: 0;
	padding: 31px 0 0;
	background: url(../img/border_01.png) left 16px repeat-x;
}

/* =====================================================================

	Headings

===================================================================== */

/* ---------------------------------------------------------------------

	heading1

--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------

	heading2

--------------------------------------------------------------------- */

.heading2-A01 {
	margin: 0;
	padding: 0;
	font-size: 133.33%;
	background: transparent;
}

.heading2-link-A01 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	background: transparent;
}
.heading2-link-A01 a {
	padding-left: 11px;
	background: url(../img/link_icon_01.png) left 5px no-repeat;
}

.heading2-image-A01 {
	margin: 0 0 9px;
	padding: 0;
	background: none;
}

.noSidebar h2.heading2-image-A01 a {
	display: inline;
}

/* ---------------------------------------------------------------------

	heading3

--------------------------------------------------------------------- */

.heading3-A01 {
	margin: 17px 0 0;
	padding: 2px 0 2px 13px;
	border: 3px solid #666;
	border-width: 0 0 0 3px;
	font-size: 116.67%;
	font-weight: bold;
	background: none;
}

.heading3-A01 span {
}

.heading3-icon {
	display: block;
	margin-bottom: 5px;
}

/* ---------------------------------------------------------------------

	heading4

--------------------------------------------------------------------- */

.heading4-A01 {
	margin: 20px 0 0;
	padding: 1px 0;
	border: none;
	font-size: 100%;
	font-weight: bold;
}


/* =====================================================================

	Bordered Block

===================================================================== */

.bordered-block-A01 {
	margin: 11px -3px 0;
	padding: 0 16px;
	background: url(../img/bordered_block_a_bg_02.png) left top repeat-y;
}

.bordered-block-A01 .bordered-block-header {
	height: 15px;
	margin: -5px -16px 0;
	background: url(../img/bordered_block_a_bg_01.png) left top no-repeat;
}

.bordered-block-A01 .bordered-block-footer {
	height: 15px;
	margin: 0 -16px -5px;
	background: url(../img/bordered_block_a_bg_03.png) left bottom no-repeat;
}

.bordered-block-A01 .bordered-block-body ul.list-link-A01.pseudo-first-child {
	margin-top: -5px;
}

.bordered-block-A01 .bordered-block-body dl.block-image.pseudo-first-child {
	padding-top: 6px;
}



/* =====================================================================

	Impressed Text Block

===================================================================== */

.impress-text-block-A01B,
.impress-text-block-A01W {
	display: table;
	margin: 16px auto 0;
	background-position: left top;
	background-repeat: no-repeat;
	+position: relative;
	+display: block;
}
.impress-text-block-A01B {
	background-color: #000;
	color: #fff;
}
.impress-text-block-A01W {
	background-color: #fff;
}

.impress-text-block-A01B .impress-text-block-body,
.impress-text-block-A01W .impress-text-block-body {
	display: table-cell;
	+position: absolute;
	+width: 100%;
	+display: block;
}

.impress-text-block-A01B .impress-text-block-body .impress-text-block-text,
.impress-text-block-A01W .impress-text-block-body .impress-text-block-text {
	padding: 10px 16px;
	font-size: 18px;
	font-weight: bold;
}

.impress-text-block-A01B .left-top,
.impress-text-block-A01W .left-top,
.impress-text-block-A01B .center-top,
.impress-text-block-A01W .center-top,
.impress-text-block-A01B .right-top,
.impress-text-block-A01W .right-top {
	vertical-align: top;
	+top: 0;
}

.impress-text-block-A01B .left-middle,
.impress-text-block-A01W .left-middle,
.impress-text-block-A01B .center-middle,
.impress-text-block-A01W .center-middle,
.impress-text-block-A01B .right-middle,
.impress-text-block-A01W .right-middle {
	vertical-align: middle;
	+top: 50%;
}
.impress-text-block-A01B .left-middle .impress-text-block-text,
.impress-text-block-A01W .left-middle .impress-text-block-text,
.impress-text-block-A01B .center-middle .impress-text-block-text,
.impress-text-block-A01W .center-middle .impress-text-block-text,
.impress-text-block-A01B .right-middle .impress-text-block-text,
.impress-text-block-A01W .right-middle .impress-text-block-text {
	+position: relative;
	+top: -50%;
}

.impress-text-block-A01B .left-bottom,
.impress-text-block-A01W .left-bottom,
.impress-text-block-A01B .center-bottom,
.impress-text-block-A01W .center-bottom,
.impress-text-block-A01B .right-bottom,
.impress-text-block-A01W .right-bottom {
	vertical-align: bottom;
	+bottom: 0;
}

.impress-text-block-A01B .left-top .impress-text-block-text,
.impress-text-block-A01W .left-top .impress-text-block-text,
.impress-text-block-A01B .left-middle .impress-text-block-text,
.impress-text-block-A01W .left-middle .impress-text-block-text,
.impress-text-block-A01B .left-bottom .impress-text-block-text,
.impress-text-block-A01W .left-bottom .impress-text-block-text {
	text-align: left;
}

.impress-text-block-A01B .center-top .impress-text-block-text,
.impress-text-block-A01W .center-top .impress-text-block-text,
.impress-text-block-A01B .center-middle .impress-text-block-text,
.impress-text-block-A01W .center-middle .impress-text-block-text,
.impress-text-block-A01B .center-bottom .impress-text-block-text,
.impress-text-block-A01W .center-bottom .impress-text-block-text {
	text-align: center;
}

.impress-text-block-A01B .right-top .impress-text-block-text,
.impress-text-block-A01W .right-top .impress-text-block-text,
.impress-text-block-A01B .right-middle .impress-text-block-text,
.impress-text-block-A01W .right-middle .impress-text-block-text,
.impress-text-block-A01B .right-bottom .impress-text-block-text,
.impress-text-block-A01W .right-bottom .impress-text-block-text {
	text-align: right;
}



/* =====================================================================

	Image

===================================================================== */

/* ---------------------------------------------------------------------

	Impressed

--------------------------------------------------------------------- */

.block-impressed-A01 {
	margin: -15px -16px 0;
}

.block-impressed-A01 p {
	margin: 0;
	padding: 0;
}



/* ---------------------------------------------------------------------

	Normal

--------------------------------------------------------------------- */

.block-image {
	margin: 15px 0 0;
}

.block-image-title {
	margin: 0 0 7px;
	font-weight: bold;
}

.block-image-heading {
	margin: 4px 0 7px;
	font-weight: bold;
	font-size: 116.67%;
}

.block-image-src {
	margin: 0;
}

.block-image-src img {
	vertical-align: bottom;
}
.block-image-src.center-image {
	text-align: center;
}
.block-image-src.right-image {
	text-align: right;
}

.block-image-src .margin-fix-omitted {
	padding-bottom: 0;
}

.block-image-caption {
	margin: 2px 0 0;
	font-size: 91.67%;
}

.block-image-description {
	margin: 2px 0 0;
}

.block-image .product-image-preview img {
	display: block;
	margin: 0 auto;
}

.block-image-B01 {
	margin: 15px 0 0;
}

.block-image-B01 .block-image-title {
	margin: 0 0 7px;
	font-weight: bold;
}


.block-image-B01 .block-image-heading {
	margin: 4px 0 7px;
	font-weight: bold;
	font-size: 116.67%;
}

.block-image-B01 .block-image-src {
	margin: 0 -1px 0 0;
	+zoom: 1;
}
.block-image-B01 .block-image-src:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.block-image-B01 .block-image-src img {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

.block-image-B01 .block-image-caption {
	margin: 2px 0 0;
	font-size: 91.67%;
}

.block-image-B01 .block-image-description {
	margin: 2px 0 0;
}

/* ==== sample image block (no in use?) ==== */

.column-1by2 span.sample-image-A01 {
	width: 338px;
	height: 338px;
	background: #eee url(../img/photo_sample_bg_01.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by2 a.sample-image-A01 {
	width: 338px;
	height: 338px;
	background: #eee url(../img/photo_sample_bg_zoom_01.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by2 .slide-unit .sample-image-A01 {
	background-image: url(../img/photo_sample_bg_zoom_03.png);
}

.column-1by2 .slide-canvas-discarded .slide-unit .sample-image-A01 {
	background-image: url(../img/photo_sample_bg_01.png);
}

.column-1by3 a.sample-image-A01 {
	width: 220px;
	height: 220px;
	background: #eee url(../img/photo_sample_bg_zoom_02.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.sample-image-A01 {
	width: 338px;
	height: 338px;
	background: #eee url(../img/photo_sample_bg_01.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
	+overflow: hidden;
}

.sample-image-A01 span {
	+position: absolute;
	+top: 50%;
	+width: 100%;
	+text-align: center;
	+cursor: pointer;
}

.sample-image-A01 span img {
	+position: relative;
	+top: -50%;
	+vertical-align: bottom;
}

.font-adjuster {
	font-family:"\30D2 \30E9 \30AE \30CE \89D2 \30B4 \20 \50 \72 \6F \20 \57 \33", "Hiragino Kaku Gothic Pro", Osaka, "\FF2D \FF33 \20 \FF30 \30B4 \30B7 \30C3 \30AF", "MS PGothic", sans-serif;
}

.column-1by2 span.sample-image-A01 {
	width: 338px;
	height: 338px;
	background: #eee url(../img/photo_sample_bg_01.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by2 a.sample-image-A01 {
	width: 338px;
	height: 338px;
	background: #eee url(../img/photo_sample_bg_zoom_01.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by2 .left-image span.sample-image-A01,
.column-1by2 .left-image a.sample-image-A01 {
	width: 337px;
	padding-left: 1px;
	text-align: left;

	+width: 338px;
	+padding-left: 0;
	+text-align: left;
}
.column-1by2 .left-image span.sample-image-A01 span,
.column-1by2 .left-image a.sample-image-A01 span {
	+left: 1px;
	+text-align: left;
}

.column-1by2 .right-image span.sample-image-A01,
.column-1by2 .right-image a.sample-image-A01 {
	width: 337px;
	padding-right: 1px;
	text-align: right;

	+width: 338px;
	+padding-right: 0;
	+text-align: left;
}
.column-1by2 .right-image span.sample-image-A01 span,
.column-1by2 .right-image a.sample-image-A01 span {
	+right: 1px;
	+text-align: right;
}

.column-1by3 a.sample-image-A01 {
	width: 220px;
	height: 220px;
	background: #eee url(../img/photo_sample_bg_zoom_02.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by3 span.sample-image-A01 {
	width: 220px;
	height: 220px;
	background: #eee url(../img/photo_sample_bg_02.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by3 .left-image span.sample-image-A01,
.column-1by3 .left-image a.sample-image-A01 {
	width: 219px;
	padding-left: 1px;
	text-align: left;

	+width: 220px;
	+padding-left: 0;
	+text-align: left;
}
.column-1by3 .left-image span.sample-image-A01 span,
.column-1by3 .left-image a.sample-image-A01 span {
	+left: 1px;
	+text-align: left;
}

.column-1by3 .right-image span.sample-image-A01,
.column-1by3 .right-image a.sample-image-A01 {
	width: 219px;
	padding-right: 1px;
	text-align: right;

	+width: 220px;
	+padding-right: 0;
	+text-align: left;
}
.column-1by3 .right-image span.sample-image-A01 span,
.column-1by3 .right-image a.sample-image-A01 span {
	+right: 1px;
	+text-align: right;
}


.column-1by4 a.sample-image-A01 {
	width: 161px;
	height: 161px;
	background: #eee url(../img/photo_sample_bg_zoom_04.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by4 span.sample-image-A01 {
	width: 161px;
	height: 161px;
	background: #eee url(../img/photo_sample_bg_04.png) left top repeat;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	+display: block;
	+position: relative;
	+text-align: left;
}

.column-1by4 .left-image span.sample-image-A01,
.column-1by4 .left-image a.sample-image-A01 {
	width: 160px;
	padding-left: 1px;
	text-align: left;

	+width: 161px;
	+padding-left: 0;
	+text-align: left;
}
.column-1by4 .left-image span.sample-image-A01 span,
.column-1by4 .left-image a.sample-image-A01 span {
	+left: 1px;
	+text-align: left;
}

.column-1by4 .right-image span.sample-image-A01,
.column-1by4 .right-image a.sample-image-A01 {
	width: 160px;
	padding-right: 1px;
	text-align: right;

	+width: 161px;
	+padding-right: 0;
	+text-align: left;
}
.column-1by4 .right-image span.sample-image-A01 span,
.column-1by4 .right-image a.sample-image-A01 span {
	+right: 1px;
	+text-align: right;
}


.sample-image-A01 span {
	+position: absolute;
	+top: 50%;
	+width: 100%;
	+text-align: center;
	+cursor: pointer;
}

span.sample-image-A01 span {
	+cursor: default;
}


.sample-image-A01 span img {
	+position: relative;
	+top: -50%;
	+vertical-align: bottom;
}
/* =====================================================================

	List

===================================================================== */

/* ---------------------------------------------------------------------

	list-note-B01

--------------------------------------------------------------------- */

.list-note-B01 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: 91.67%;
}

.list-note-B01 li {
	text-indent: -1.75em;
	margin: 0;
	padding-left: 1.75em;
	+text-indent: 0;
	+zoom: 1;
}
.list-note-B01 li:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.list-note-B01 .marker {
	padding-left: 0;
	+padding-top: 2px;
	width: 1.75em;
	display: block;
	float: left;
}

.list-note-B01 span {
	padding-left: 1.75em;
}

/* =====================================================================

	Link Components

===================================================================== */

/* ---------------------------------------------------------------------

	list-link-D01

--------------------------------------------------------------------- */

.list-link-D01 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-link-D01 li {
	position: relative;
	margin: 0;
	padding-left: 37px;
	_zoom: 1;
}

.list-link-D01 {
	margin-top: 5px;
}

.list-link-D01 li a {
	text-decoration: none;
}

.list-link-D01 li a:hover {
	text-decoration: underline;
}

.link-file-type {
	position: absolute;
	left: 0;
	top: 0;
}

.link-file-info {
	font-size: 91.67%;
}

/* ---------------------------------------------------------------------

	Tab Navigation

--------------------------------------------------------------------- */

.panel-header-tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.panel-header-tab ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.panel-header-tab img {
	vertical-align: bottom;
}

.panel-header-tab li {
	float: left;
	margin: 0;
}

.panel-header-tab li.pseudo-first-child {
	padding-left: 1px;
}

.panel-header-tab a,
.panel-header-tab span {
	display: block;
	cursor: pointer;
}

.panel-header-tab .pseudo-first-child a {
	background: transparent url(../img/panel_header_tab_bg_04.png) left top no-repeat;
}
.panel-header-tab a {
	padding: 0 0 0 2px;
	border-bottom: 1px solid #b3b3b3;
	color: #333;
	text-decoration: none;
	background: transparent url(../img/panel_header_tab_bg_01.png) left top no-repeat;
}
.panel-header-tab a:hover {
	color: #05f;
}

.panel-header-tab em a {
	background-image: url(../img/panel_header_tab_bg_01o.png);
	font-style: normal;
	border-bottom: 1px solid #fff;
}

.panel-header-tab a span {
	padding: 0 3px 0 0;
	background: transparent url(../img/panel_header_tab_bg_03.png) right top no-repeat;
}

.panel-header-tab em a span {
	background-image: url(../img/panel_header_tab_bg_03o.png);
}

.panel-header-tab a span span {
	min-height: 11px;
	padding: 14px 10px 10px;
	background: #e3e2e3 url(../img/panel_header_tab_bg_02.png) left top repeat-x;
}

.panel-header-tab em a span span {
	background-image: url(../img/panel_header_tab_bg_02o.png);
}

.panel-header-tab .pseudo-first-child em a {
	background-image: url(../img/panel_header_tab_bg_04o.png);
}

/* ---------------------------------------------------------------------

	Buttons

--------------------------------------------------------------------- */

.button-area {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	background-color: transparent !important;
	+zoom: 1;
}
.button-area:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.submit-section {
	margin: 20px -16px 0 !important;
	padding: 15px 16px 0 !important;
	border-top: 1px solid #ccc;
}

.table-A01 .button-area {
	margin-top: 0 !important;
}

.button-area .button-A01,
.button-area .button-B01 {
	float: left;
}

.button-area .grid-A01,
.button-area .grid-B01 {
	margin-top: 0;
}

.button-area .grid-A01 .pseudo-first-child,
.button-area .grid-B01 .pseudo-first-child {
	margin-top: 0;
}

.button-area .grid-A01 .pseudo-first-child .grid-unit,
.button-area .grid-B01 .pseudo-first-child .grid-unit {
	margin-top: 0;
}

.grid-A01 .button-A01,
.grid-B01 .button-A01,
.grid-A01 .button-B01,
.grid-B01 .button-B01 {
	float: none;
}

.button-A01,
.button-B01,
.button-C01 {
	display: block;
	background: transparent url(../img/button_a01_bg_01.png) right bottom no-repeat;
}

.button-A01 span,
.button-C01 span,
.button-B01 span {
	display: block;
	background: transparent url(../img/button_a01_bg_02.png) left bottom no-repeat;
}

.button-A01 span span,
.button-B01 span span,
.button-C01 span span {
	display: block;
	background: transparent url(../img/button_a01_bg_03.png) right top no-repeat;
}

.button-A01 span span span,
.button-B01 span span span,
.button-C01 span span span {
	display: block;
	background: transparent url(../img/button_a01_bg_04.png) left top no-repeat;
}

.button-A01:hover,
.button-B01:hover,
.button-C01:hover {
	background: transparent url(../img/button_a01_bg_01_o.png) right bottom no-repeat;
}

.button-A01:hover span,
.button-B01:hover span,
.button-C01:hover span {
	display: block;
	background: transparent url(../img/button_a01_bg_02_o.png) left bottom no-repeat;
}

.button-A01:hover span span,
.button-B01:hover span span,
.button-C01:hover span span {
	display: block;
	background: transparent url(../img/button_a01_bg_03_o.png) right top no-repeat;
}

.button-A01:hover span span span,
.button-B01:hover span span span,
.button-C01:hover span span span {
	display: block;
	background: transparent url(../img/button_a01_bg_04_o.png) left top no-repeat;
}

.button-A01.disabled,
.button-B01.disabled,
.button-C01.disabled {
	background: transparent url(../img/button_a01_bg_01_o.png) right bottom no-repeat;
}

.button-A01.disabled span,
.button-B01.disabled span,
.button-C01.disabled span {
	display: block;
	background: transparent url(../img/button_a01_bg_02_o.png) left bottom no-repeat;
}

.button-A01.disabled span span,
.button-B01.disabled span span,
.button-C01.disabled span span {
	display: block;
	background: transparent url(../img/button_a01_bg_03_o.png) right top no-repeat;
}

.button-A01.disabled span span span,
.button-B01.disabled span span span,
.button-C01.disabled span span span {
	display: block;
	background: transparent url(../img/button_a01_bg_04_o.png) left top no-repeat;
}

.button-A01 span span span input,
.button-A01 span span span a {
	display: block;
	margin: 0;
	padding: 10px 12px 9px 26px;
	+padding-right: 0;
	+padding-left: 28px;
	border: none;
	background: transparent url(../img/link_icon_01.png) 17px center no-repeat;
	+background-position: 17px 14px;
	text-align: left;
	line-height: 1;
	cursor: pointer;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 116.67%;
	text-decoration: none;
}
.button-A01 span span span a {
	padding: 10px 18px 9px 26px;
	+padding-right: 18px !important;
	+background-position: 17px 13px;
}

.button-B01 span span span input,
.button-B01 span span span a {
	display: block;
	margin: 0;
	padding: 4px 12px 3px 26px;
	+padding-right: 0;
	+padding-left: 28px;
	+padding-bottom: 2px;
	border: none;
	background: transparent url(../img/link_icon_01.png) 17px 7px no-repeat;
	+background-position: 17px center;
	text-align: left;
	line-height: 1.2;
	cursor: pointer;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

.button-C01 span span span input,
.button-C01 span span span a {
	display: block;
	margin: 0;
	padding: 10px 12px 9px 26px;
	+padding-right: 0;
	+padding-left: 28px;
	border: none;
	background: transparent url(../img/link_icon_01.png) 17px center no-repeat;
	+background-position: 17px 11px;
	text-align: left;
	line-height: 1;
	cursor: pointer;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

*+html .button-A01 span span span a {
	padding-right: 12px;
}

.button-A01.plain-button span span span input,
.button-A01.plain-button span span span a,
.button-B01.plain-button span span span input,
.button-B01.plain-button span span span a,
.button-C01.plain-button span span span input,
.button-C01.plain-button span span span a {
	padding-left: 12px;
	background-image: none;
}
.button-A01.plain-button.disabled span span span input,
.button-A01.plain-button.disabled span span span a,
.button-B01.plain-button.disabled span span span input,
.button-B01.plain-button.disabled span span span a,
.button-C01.plain-button.disabled span span span input,
.button-C01.plain-button.disabled span span span a {
	background-image: none;	
}

.button-A01.back-button span span span input,
.button-A01.back-button span span span a,
.button-B01.back-button span span span input,
.button-B01.back-button span span span a,
.button-C01.back-button span span span input,
.button-C01.back-button span span span a {
	background-image: url(../img/link_icon_02.png);
}
.button-A01.back-button.disabled span span span input,
.button-A01.back-button.disabled span span span a,
.button-B01.back-button.disabled span span span input,
.button-B01.back-button.disabled span span span a,
.button-C01.back-button.disabled span span span input,
.button-C01.back-button.disabled span span span a {
	background-image: url(../img/link_icon_02d.png);
}

.button-A01.add-button span span span input,
.button-A01.add-button span span span a,
.button-B01.add-button span span span input,
.button-B01.add-button span span span a,
.button-C01.add-button span span span input,
.button-C01.add-button span span span a {
	background-image: url(../img/link_icon_07.png);
}
.button-A01.add-button.disabled span span span input,
.button-A01.add-button.disabled span span span a,
.button-B01.add-button.disabled span span span input,
.button-B01.add-button.disabled span span span a,
.button-C01.add-button.disabled span span span input,
.button-C01.add-button.disabled span span span a {
	background-image: url(../img/link_icon_07d.png);
}

.button-A01.close-button span span span input,
.button-A01.close-button span span span a,
.button-B01.close-button span span span input,
.button-B01.close-button span span span a,
.button-C01.close-button span span span input,
.button-C01.close-button span span span a {
	background-image: url(../img/link_icon_08.png);
	padding-left: 29px;
}
.button-A01.close-button.disabled span span span input,
.button-A01.close-button.disabled span span span a,
.button-B01.close-button.disabled span span span input,
.button-B01.close-button.disabled span span span a,
.button-C01.close-button.disabled span span span input,
.button-C01.close-button.disabled span span span a {
	background-image: url(../img/link_icon_08d.png);
}

.grid-B01 .button-A01 span span span input,
.grid-B01 .button-B01 span span span input,
.grid-B01 .button-C01 span span span input {
	width: 100%;
}

.button-A01:hover span span span input,
.button-A01:hover span span span a,
.button-B01:hover span span span input,
.button-B01:hover span span span a,
.button-C01:hover span span span input,
.button-C01:hover span span span a {
	color: #05f;
}

.button-A01.disabled span span span input,
.button-A01.disabled span span span a,
.button-B01.disabled span span span input,
.button-B01.disabled span span span a,
.button-C01.disabled span span span input,
.button-C01.disabled span span span a {
	color: #c5c5c5;
	background-image: url(../img/link_icon_01d.png);
	cursor: default;
}

.panel-footer {
    padding: 15px 0 0;
	+zoom: 1;
}
.panel-footer:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.panel-footer .button-A01 {
    float: right;
}

/* =====================================================================

	Grid

===================================================================== */

/* ---------------------------------------------------------------------

	General

--------------------------------------------------------------------- */

.grid-group {
	+zoom: 1;
}
.grid-group:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.grid-unit {
	float: left;
	margin-right: 16px;
}

.grid-unit-snap-right {
	float: right;
	margin-right: 0;
}

.grid-group .grid-unit.pseudo-last-child {
	margin-right: 0 !important;
}

.grid-A01.pseudo-first-child .pseudo-first-child .grid-unit,
.grid-B01.pseudo-first-child .pseudo-first-child .grid-unit {
	margin-top: 0;
}

.grid-unit .panel-A01,
.grid-unit .panel-B01,
.grid-unit .panel-C01,
.grid-unit .panel-D01 {
	margin-top: 4px;
}

.grid-unit .pseudo-first-child {
	margin-top: 0;
}

/* Grid A01 */

.grid-A01 {
	margin: 0 -4px;
}

.grid-A01 .grid-unit {
	margin-top: 9px;
}

.grid-A01 .column-1by1 {
	width: 968px;
}

.grid-A01 .column-1by2 {
	width: 476px;
}

.grid-A01 .column-1by4 {
	width: 230px;
}

.grid-A01 .column-2by4 {
	width: 476px;
}

.grid-A01 .column-3by4 {
	width: 722px;
}

.panel-section-A01 .grid-A01,
.panel-section-A01 .grid-A01 {
	margin: 0;
}

.panel-section-A01 .grid-A01 .grid-unit {
	margin-top: 20px;
	margin-right: 20px;
}

.panel-section-A01 .grid-A01 .column-1by2 {
	width: 454px;
}

.panel-section-A01 .grid-A01 .column-1by4 {
	width: 217px;
}

.panel-section-A01 .grid-A01 .column-1by3 {
	width: 296px;
}

.panel-section-A01 .grid-A01 .column-2by3 {
	width: 612px;
}

.panel-section-A01 .grid-A01 .column-2by4 {
	width: 454px;
}

.panel-section-A01 .grid-A01 .column-3by4 {
	width: 691px;
}

.panel-section-A01 .grid-A01 .column-1by5 {
	width: 172px;
	margin-right: 16px;
}

/* Layout Floater General */
.component-wrapper-A02 .layout-floater-A01 .column-1by2,
.component-wrapper-A02 .layout-floater-B01 .column-1by2,
.component-wrapper-A02 .layout-grid-floater-A01 .column-1by2,
.component-wrapper-A02 .layout-grid-floater-B01 .column-1by2 {
	width: 454px;
}

.component-wrapper-A02 .layout-floater-A01 .column-1by3,
.component-wrapper-A02 .layout-floater-B01 .column-1by3,
.component-wrapper-A02 .layout-grid-floater-A01 .column-1by3,
.component-wrapper-A02 .layout-grid-floater-B01 .column-1by3 {
	width: 296px;
}

.component-wrapper-A02 .layout-floater-A01 .column-2by3,
.component-wrapper-A02 .layout-floater-B01 .column-2by3,
.component-wrapper-A02 .layout-grid-floater-A01 .column-2by3,
.component-wrapper-A02 .layout-grid-floater-B01 .column-2by3 {
	width: 612px;
}

.component-wrapper-A02 .layout-floater-A01 .column-1by4,
.component-wrapper-A02 .layout-floater-B01 .column-1by4,
.component-wrapper-A02 .layout-grid-floater-A01 .column-1by4,
.component-wrapper-A02 .layout-grid-floater-B01 .column-1by4 {
	width: 217px;
}

.component-wrapper-A02 .layout-floater-A01 .column-3by4,
.component-wrapper-A02 .layout-floater-B01 .column-3by4,
.component-wrapper-A02 .layout-grid-floater-A01 .column-3by4,
.component-wrapper-A02 .layout-grid-floater-B01 .column-3by4 {
	width: 691px;
}

.grid-article-A01 {
	padding-top: 16px;
}
.pseudo-first-child .panel-section-A01 .grid-article-A01.first-article {
	padding-top: 0;
}

.grid-article-A01 .grid-group {
	padding: 0 15px;
	border-top: 1px solid #ccc;
}
	.grid-article-A01 .grid-group .heading2-A01 {
		margin: 20px 0 15px;
	}

.grid-article-A01 .grid-group.pseudo-first-child {
	border-top: none;
}

.grid-article-A01 .grid-group .grid-unit {
	margin: 0 10px 0 0;
	padding: 15px 9px 15px 0;
	border-right: 1px solid #ccc;
}

.grid-article-A01 .pseudo-first-child .grid-unit {
}

.grid-article-A01 .grid-group .grid-unit.pseudo-last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.grid-article-A01 .grid-group .column-1by2 {
	width: 454px;
}

.grid-article-A01 .grid-group .column-1by3 {
	width: 296px;
}

.grid-article-A01 .grid-group .column-2by3 {
	width: 612px;
}

.grid-article-A01 .grid-group .column-1by4 {
	width: 217px;
}

.grid-article-A01 .grid-group .column-3by4 {
	width: 691px;
}



/* Grid B01 */

.grid-B01 {
	margin: 0 -4px;
}

.grid-B01 .grid-unit {
	margin-top: 9px;
	margin-right: 8px;
}

.grid-B01 .column-1by1 {
	width: 732px;
	margin-right: 0;
}

.grid-B01 .column-1by2 {
	width: 338px;
}

.grid-B01 .column-1by3 {
	width: 238px;
	margin-right: 9px;
}

.grid-B01 .column-2by3 {
	width: 484px;
	margin-right: 9px;
}

.grid-B01 .column-1by4 {
	width: 161px;
}

.grid-B01 .column-2by4 {
	width: 338px;
}

.grid-B01 .column-3by4 {
	width: 515px;
}

.grid-B01 .column-1by6 {
	width: 102px;
}

.grid-B01 .column-5by6 {
	width: 574px;
}

.panel-section-B01 .grid-B01 {
	margin: 0;
}

.panel-section-B01 .grid-B01 .grid-unit {
	margin-top: 15px;
	margin-right: 16px;
}

.panel-section-B01 .grid-B01 .column-1by2 {
	width: 338px;
}

.panel-section-B01 .grid-B01 .column-1by3 {
	width: 220px;
}

.panel-section-B01 .grid-B01 .column-2by3 {
	width: 456px;
}

.panel-section-B01 .grid-B01 .column-1by4 {
	width: 161px;
}

.panel-section-B01 .grid-B01 .column-2by4 {
	width: 338px;
}

.panel-section-B01 .grid-B01 .column-3by4 {
	width: 515px;
}

.panel-section-B01 .grid-B01 .column-1by6 {
	width: 102px;
}

.panel-section-B01 .grid-B01 .column-5by6 {
	width: 574px;
}

/* Layout Floater General */
.component-wrapper-B02 .layout-floater-A01 .column-1by2,
.component-wrapper-B02 .layout-floater-B01 .column-1by2,
.component-wrapper-B02 .layout-grid-floater-A01 .column-1by2,
.component-wrapper-B02 .layout-grid-floater-B01 .column-1by2 {
	width: 338px;
}

.component-wrapper-B02 .layout-floater-A01 .column-1by3,
.component-wrapper-B02 .layout-floater-B01 .column-1by3,
.component-wrapper-B02 .layout-grid-floater-A01 .column-1by3,
.component-wrapper-B02 .layout-grid-floater-B01 .column-1by3 {
	width: 220px;
}

.component-wrapper-B02 .layout-floater-A01 .column-2by3,
.component-wrapper-B02 .layout-floater-B01 .column-2by3,
.component-wrapper-B02 .layout-grid-floater-A01 .column-2by3,
.component-wrapper-B02 .layout-grid-floater-B01 .column-2by3 {
	width: 456px;
}

.component-wrapper-B02 .layout-floater-A01 .column-1by4,
.component-wrapper-B02 .layout-floater-B01 .column-1by4,
.component-wrapper-B02 .layout-grid-floater-A01 .column-1by4,
.component-wrapper-B02 .layout-grid-floater-B01 .column-1by4 {
	width: 161px;
}

.component-wrapper-B02 .layout-floater-A01 .column-2by4,
.component-wrapper-B02 .layout-floater-B01 .column-2by4,
.component-wrapper-B02 .layout-grid-floater-A01 .column-2by4,
.component-wrapper-B02 .layout-grid-floater-B01 .column-2by4 {
	width: 338px;
}

.component-wrapper-B02 .layout-floater-A01 .column-3by4,
.component-wrapper-B02 .layout-floater-B01 .column-3by4,
.component-wrapper-B02 .layout-grid-floater-A01 .column-3by4,
.component-wrapper-B02 .layout-grid-floater-B01 .column-3by4 {
	width: 515px;
}

.grid-article-B01 {
	padding-top: 16px;
}
.pseudo-first-child .panel-section-B01 .grid-article-B01.first-article {
	padding-top: 0;
}

.grid-article-B01 .grid-group {
	padding: 0 15px;
	border-top: 1px solid #ccc;
}
	.grid-article-B01 .grid-group .heading2-A01 {
		margin: 20px 0 15px;
	}

.grid-article-B01 .grid-group.pseudo-first-child {
	border-top: none;
}

.grid-article-B01 .grid-group .grid-unit {
	margin: 0 8px 0 0;
	padding: 15px 7px 15px 0;
	border-right: 1px solid #ccc;
}

.grid-article-B01 .pseudo-first-child .grid-unit {
/*	padding-top: 0;*/
}

.grid-article-B01 .grid-group .grid-unit.pseudo-last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.grid-article-B01 .grid-group .column-1by2 {
	width: 338px;
}

.grid-article-B01 .grid-group .column-1by3 {
	width: 220px;
}

.grid-article-B01 .grid-group .column-2by3 {
	width: 456px;
}

.grid-article-B01 .grid-group .column-1by4 {
	width: 161px;
}

.grid-article-B01 .grid-group .column-3by4 {
	width: 515px;
}

/* Layout General */
.floater {
	margin-bottom: 8px;
}

.floater .pseudo-first-child,
.main-body .pseudo-first-child {
	margin-top: 0;
}


/* Layout Floater A01 (Image Left) */

.layout-floater-A01,
.layout-grid-floater-B01 {
	margin-top: 11px;
	+zoom: 1;
}
.layout-floater-A01:after,
.layout-grid-floater-B01:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-floater-A01 .floater,
.layout-grid-floater-B01 .floater {
	float: left;
	margin-right: 16px;
	margin-top: 0;
}

.layout-floater-A01 .fit-to-edge,
.layout-grid-floater-B01 .fit-to-edge {
	margin-left: -15px;
}

.layout-floater-A01 .main-body .pseudo-first-child,
.layout-grid-floater-B01 .main-body .pseudo-first-child {
	margin-top: 0;
}

/* Layout Floater A02 (Unique width Image Lister ) */

.layout-floater-A02 {
	margin-top: 11px;
	margin-right: -10px;
	+zoom: 1;
}
.layout-floater-A02:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-floater-A02 .floater {
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

.layout-floater-A02 .main-body .pseudo-first-child {
	margin-top: 0;
}


/* Layout Floater B01 (Image Right) */

.layout-floater-B01,
.layout-grid-floater-A01 {
	margin-top: 11px;
	+zoom: 1;
}
.layout-floater-B01:after,
.layout-grid-floater-A01:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-floater-B01 .floater,
.layout-grid-floater-A01 .floater {
	float: right;
	margin-left: 16px;
	margin-top: 0;
}

.layout-floater-B01 .fit-to-edge,
.layout-grid-floater-A01 .fit-to-edge {
	margin-right: -15px;
}

.layout-floater-B01 .main-body .pseudo-first-child,
.layout-grid-floater-A01 .main-body .pseudo-first-child {
	margin-top: 0;
}

.layout-floater-A03 {
	margin-top: 11px;
	margin-right: -8px;
	+zoom: 1;
}
.layout-floater-A03:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-floater-A03 .floater {
	float: left;
	margin-right: 8px;
	margin-top: 0;
}

.layout-floater-A03 .main-body .pseudo-first-child {
	margin-top: 0;
}

.layout-floater-A03 dl.block-image dd.block-image-caption.text-center {
	text-align: center;
}

/* Layout with Thumbnail */

.layout-thumbnail-A01,
.layout-thumbnail-B01,
.layout-thumbnail-B01 {
	+zoom: 1;
}
.layout-thumbnail-A01:after,
.layout-thumbnail-B01:after,
.layout-thumbnail-C01:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-thumbnail-A01 .floater {
	float: left;
	width: 60px;
}

.layout-thumbnail-B01 .floater {
	float: left;
	width: 80px;
}

.layout-thumbnail-C01 .floater {
	float: left;
	width: 100px;
}

.layout-thumbnail-A01 .main-body {
	margin-left: 70px;
}

.layout-thumbnail-B01 .main-body {
	margin-left: 90px;
}

.layout-thumbnail-C01 .main-body {
	margin-left: 110px;
}

.layout-thumbnail-A02 {
	+zoom: 1;
}
.layout-thumbnail-A02:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-thumbnail-A02 .floater {
	float: right;
	width: 60px;
}

.layout-thumbnail-A02 .main-body {
	margin-right: 70px;
}


.tiny-floater-A01 {
	+zoom: 1;
}
.table-A01 th .tiny-floater-A01,
.table-A01 td .tiny-floater-A01 {
	padding: 0;
}

.tiny-floater-A01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.tiny-floater-A01 img {
	float: left;
	margin-right: 10px;
}

.tiny-floater-B01 {
	+zoom: 1;
}
.table-A01 th .tiny-floater-B01,
.table-A01 td .tiny-floater-B01 {
	padding: 0;
}

.tiny-floater-B01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.tiny-floater-B01 img {
	float: right;
	margin-left: 10px;
}

/* Product Header Slide Canvas */
.product-header {
}

.product-header .slide-canvas {
	padding: 0 10px 0 0;
}

.product-header .slide-controller {
	position: static;
	right: auto;
	top: auto;
	width: 60px;
	float: right;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.product-header .slide-select {
	float: none;
	margin: 1px 0 0;
	padding: 2px 0 0;
	background: transparent url(../img/border_01.png) left top repeat-x;
	+zoom: 1;
}

.product-header .slide-controller .pseudo-first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

.product-header .slide-select a,
.product-header .slide-select img {
	display: block;
	vertical-align: bottom;
}

.product-header .slide-select .pseudo-selected {
	width: auto;
	height: auto;
	background: none;
}

.product-header .slide-select .pseudo-selected img {
	display: block;
}

.product-header .slide-canvas .slide-viewport {
	width: 268px;
	height: 206px;
}

.product-header .slide-canvas .slide-viewport .slide-unit {
	float: none;
	margin-bottom: 200px;
}

.product-header .product-lead {
	margin: 12px 0 0;
	font-size: 116.7%;
	font-weight: bold;
}

.product-header .product-recommend-banner,
.product-data-C01 .product-recommend-banner {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-header .product-recommend-banner li,
.product-data-C01 .product-recommend-banner li {
	margin: 16px 0 0;
}

.product-header .product-recommend-banner a,
.product-header .product-recommend-banner img,
.product-data-C01 .product-recommend-banner a,
.product-data-C01 .product-recommend-banner img {
	vertical-align: bottom;
}

.product-header .slide-select a, .product-header .slide-select img.disabled-selector {
	display: none;
}

.product-header .slide-select a, .product-header .slide-select .pseudo-selected img {
	display: none;
}

.product-header .slide-select a, .product-header .slide-select .pseudo-selected img.disabled-selector {
	display: block;
}

.product-gallery-caption {
	width: 490px;
	margin: 10px auto 0;
}

.product-related-contents {
	margin: 16px 0 0;
	padding: 11px 0 0;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

a.read-more {
	font-size: 91.7%;
	text-decoration: none;
}
a.read-more:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------

	Text

--------------------------------------------------------------------- */

.text-A01 {
	margin: 5px 0 0;
}

.lead-text-A01 {
	margin: 5px 0 0;
	font-weight: bold;
}

.text-B01 {
	margin: 5px 0 0;
	font-size: 175%;
	font-weight: bold;
	line-height: 1;
}

.text-B02 {
	margin: 0 0 11px;
	font-size: 175%;
	font-weight: bold;
}

.index-article .pseudo-first-child.text-B02 {
	margin: 0 0 11px;
	padding-top: 13px;
	font-size: 175%;
	font-weight: bold;
}

.text-C01 {
	margin: 5px 0 0;
	font-size: 91.67%;
}

.byline-A01 {
	margin: 5px 0 0;
	text-align: right;
}

/* ---------------------------------------------------------------------

	Table

--------------------------------------------------------------------- */

.table-A01 {
	margin: 17px 0 0;
}

.information-table {
	line-height: 1.33;
}

.table-A01-caption {
	margin: 0 0 7px;
	text-align: right;
	font-family: "\FF2D \FF33 \20 \FF30 \30B4 \30B7 \30C3 \30AF", "MS PGothic", "\30D2 \30E9 \30AE \30CE \89D2 \30B4 \20 \50 \72 \6F \20 \57 \33", "Hiragino Kaku Gothic Pro", sans-serif;
}

.table-A01-caption dt,
.table-A01-caption dd {
	display: inline;
	margin: 0 0 0 9px;
	text-align: left;
}

.table-A01-group {
	width: 100%;
	margin-bottom: 0;
	border: none;
	border-collapse: collapse;
}

.table-A01-group th,
.table-A01-group td {
	padding: 0;
	border: 1px solid #e5e5e5;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.table-A01-group th {
	background-color: #f7f7f7;
}

.table-A01-group th div,
.table-A01-group td div {
	padding: 8px 10px;
	height: 100%;
}

.table-A01-group .table-A01-first-row th,
.table-A01-group .table-A01-first-row td {
	border-top: none;
	background-image: url(../img/table_a01_bg_01.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.table-A01-group .first-cell {
	padding-left: 3px;
	border-left: none;
	background-image:url(../img/table_a01_bg_01.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.table-A01-group .last-cell {
	border-right: none;
	background-image:url(../img/table_a01_bg_01.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.table-A01-group .first-cell.last-cell {
	background-position: left top;
	background-repeat: repeat-y;
}

.table-A01-group .first-cell.last-cell div {
	background-image: url(../img/table_a01_bg_01.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.table-A01-group .table-A01-first-row th.first-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row td.first-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row th.last-cell {
	background-image: url(../img/table_a01_bg_01.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.table-A01-group .table-A01-first-row th.last-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row td.last-cell {
	background-image: url(../img/table_a01_bg_01.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.table-A01-group .table-A01-first-row td.last-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row th.first-cell.last-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row td.first-cell.last-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row th,
.table-A01-group .table-A01-last-row td {
	border-bottom: none;
	background-image: url(../img/table_a01_bg_01.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.table-A01-group .table-A01-last-row th.first-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row td.first-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row th.last-cell {
	padding-bottom: 3px;
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row th.last-cell div {
	background-image: url(../img/table_a01_bg_01.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.table-A01-group .table-A01-last-row td.last-cell {
	padding-bottom: 3px;
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row td.last-cell div {
	background-image: url(../img/table_a01_bg_01.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.table-A01-group .table-A01-last-row th.first-cell.last-cell {
	padding-bottom: 0;
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row th.first-cell.last-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row td.first-cell.last-cell {
	padding-bottom: 0;
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-last-row td.first-cell.last-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.first-cell {
	padding: 3px 0 0;
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.first-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.last-cell {
	padding: 3px 0 0;
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.last-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.first-cell {
	padding: 3px 0 0;
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.first-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.last-cell {
	padding: 3px 0 0;
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.first-cell,
.table-A01-group .table-A01-first-row.table-A01-last-row td.first-cell,
.table-A01-group .table-A01-first-row.table-A01-last-row th.last-cell,
.table-A01-group .table-A01-first-row.table-A01-last-row td.last-cell {
	padding: 0 0 3px;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.first-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.first-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.first-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.first-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row th.first-cell {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row th.first-cell div {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row td.first-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row td.first-cell div {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.table-A01-group .table-A01-first-row.table-A01-last-row th.last-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row th.last-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.last-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row td.last-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right top;
	background-repeat: no-repeat;
}


.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row th.last-cell {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row th.last-cell div {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row td.last-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-first-row.table-A01-last-row.table-A01-error-row td.last-cell div {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: right top;
	background-repeat: no-repeat;
}


.table-A01-group .table-A01-error-row th {
	background-color: #f1dada;
}

.table-A01-group .table-A01-error-row td {
	background-color: #fae5e5;
}

.table-A01-group .table-A01-error-row.table-A01-first-row th.first-cell {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-first-row th.last-cell div {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-first-row td.first-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-first-row td.last-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-first-row td.last-cell div {
	background-image: none;
}

.table-A01-group .table-A01-error-row.table-A01-last-row th.first-cell {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-last-row th.last-cell {
	background-image: url(../img/table_a01_bg_04.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-last-row td.first-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-last-row td.last-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-last-row td.first-cell.last-cell {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row.table-A01-last-row td.first-cell.last-cell div {
	background-image: url(../img/table_a01_bg_05.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.table-A01-group .table-A01-error-row .error-list {
	color: #c00;
	list-style: none;
	margin: 0;
	padding: 0;
}

.table-A01-group .table-A01-error-row .error-list li {
	margin: 7px 0 0;
}

.table-A01-group .pseudo-last-row.first-cell div {
	padding-left: 13px;
}

.table-A01-group th.pseudo-last-row.first-cell,
.table-A01-group .table-A01-error-row th.pseudo-last-row.first-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left bottom !important;
	padding-left: 0;
	padding-bottom: 3px;
	border-bottom: 0;
}

.table-A01-group .table-A01-first-row th.pseudo-last-row.first-cell div,
.table-A01-group .table-A01-first-row.table-A01-error-row th.pseudo-last-row.first-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: left top;
}


.table-A01-group td.pseudo-last-row.first-cell,
.table-A01-group .table-A01-error-row td.pseudo-last-row.first-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left bottom !important;
	padding-left: 0;
	padding-bottom: 3px;
	border-bottom: 0;
}

.table-A01-group .table-A01-first-row td.pseudo-last-row.first-cell div,
.table-A01-group .table-A01-first-row.table-A01-error-row td.pseudo-last-row.first-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: left top;
}


.table-A01-group th.pseudo-last-row.last-cell,
.table-A01-group .table-A01-error-row th.pseudo-last-row.last-cell {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right bottom !important;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom: 0;
}

.table-A01-group .table-A01-first-row th.pseudo-last-row.last-cell div,
.table-A01-group .table-A01-first-row.table-A01-error-row th.pseudo-last-row.last-cell div {
	background-image: url(../img/table_a01_bg_03.png);
	background-position: right top;
}


.table-A01-group td.pseudo-last-row.last-cell,
.table-A01-group .table-A01-error-row td.pseudo-last-row.last-cell {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right bottom !important;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom: 0;
}

.table-A01-group .table-A01-first-row td.pseudo-last-row.last-cell div,
.table-A01-group .table-A01-first-row.table-A01-error-row td.pseudo-last-row.last-cell div {
	background-image: url(../img/table_a01_bg_02.png);
	background-position: right top;
}

.table-A01-group td div img.check-icon {
	padding: 2px 0;
}

.table-A01-group td div sup.check-icon-note {
	vertical-align: text-top;
	font-size: 87.5%;
	line-height: 1;
}

.table-A01-group tr.chart-cell td {
	text-align: center;
	vertical-align: middle;
}


/* ---------------------------------------------------------------------

	List

--------------------------------------------------------------------- */

.list-A01 {
	margin: 5px 0 0;
	padding: 0 0 0 26px;
}

.layout-floater-A01 .list-A01,
.layout-floater-B01 .list-A01 {
	list-style-position: inside;
}

/* Layout with Banner */

.layout-banner-A01 {
	margin-top: 5px;
	+zoom: 1;
}
.layout-banner-A01:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.layout-banner-A01 .floater {
	float: left;
	width: 161px;
}

.layout-banner-A01 .main-body {
	margin-left: 171px;
	line-height: 1.33;
}

.list-A01 li {
	margin: 5px 0 0;
}

.list-A02 {
	margin: 5px 0 0;
	padding: 0 0 0 13px;
	font-size: 91.67%;
}

.list-A02 li {
	margin: 5px 0 0;
}

.list-B01 {
	list-style: none;
	margin: 0 -5px 0 0;
	padding: 0;
	+zoom: 1;
}
.list-B01:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.list-B01 li {
	float: left;
	margin-right: 5px;
}

/* List DL A01 (Title And Description) */

.list-dl-A01 {
	margin: 10px 0 0;
}

.list-dl-A01 dt {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

.list-dl-A01 dd {
	margin: 5px 0 0;
	padding: 0;
	font-size: 100%;
}


/* List DL B01 (Title And Marked Description) */

.list-dl-B01 {
	margin: 15px 0 0;
	padding: 0;
}
.table-A01 .list-dl-B01 {
	margin-top: 10px;
}
.table-A01 .list-dl-B01.pseudo-first-child {
	margin-top: 0;
}

.list-dl-B01 dt {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.list-dl-B01 dd {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 1.5em;
	padding: 0;
}


.list-note-A01 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.list-note-A01 li {
	text-indent: -2em;
	margin: 5px 0 0;
	padding-left: 2em;
	+text-indent: 0;
	+zoom: 1;
}
.list-note-A01 li:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.list-note-A01 .marker {
	padding-left: 0;
	+padding-top: 2px;
	+line-height: 1;
	width: 2em;
	display: block;
	float: left;
	+zoom: 1;
	+text-indent: 0;
	+margin-left: -2em;
}

.list-note-A01 span {
	padding-left: 2em;
}


.list-note-B01 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: 91.67%;
}

.list-note-B01 li {
	text-indent: -1.75em;
	padding-left: 1.75em;
	+text-indent: 0;
	+zoom: 1;
}
.list-note-B01 li:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.list-note-B01 .marker {
	padding-left: 0;
	+padding-top: 2px;
	width: 1.75em;
	display: block;
	float: left;
}

.list-note-B01 span {
	padding-left: 1.75em;
}

/* ---------------------------------------------------------------------

	Link

--------------------------------------------------------------------- */

.list-link-A01 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}
.list-link-A01.pseudo-first-child {
	margin-top: -3px;
}

.list-link-A01 li {
	margin: 5px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A01 li.has-status-icon {
	position: relative;
}

.list-link-A01 li.has-status-icon img.article-status {
	position: absolute;
	right: 0;
	top: 0;
}

.list-link-A01 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 3px no-repeat;
	+background-position: left 2px;
	text-decoration: none;
}

.list-link-A01 a:hover {
	text-decoration: underline;
}

.list-link-A01 a img {
	margin-left: 0.3em;
}

/* List Link A01 Backnumber Option */
.contents-backnumber-A01 {
	margin-top: 0;
}

.contents-backnumber-A01 li {
	margin-top: 0;
}

.list-link-A02 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: 91.67%;
}

.list-link-A02 li {
	margin: 5px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A02 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left top no-repeat;
	text-decoration: none;
}

.list-link-A02 a:hover {
	text-decoration: underline;
}

/* List LinkA 03 Floated Grid 1/2 */

.list-link-A03 {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.list-link-A03:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-A03 li {
	float: left;
	width: 327px;
	margin: 5px 16px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A03 li.pseudo-nth-2n\+1 {
	clear: left;
}

.list-link-A03 li.pseudo-nth-2n\+2 {
	margin-right: 0;
}

.list-link-A03 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-A03 a:hover {
	text-decoration: underline;
}

/* List LinkA 04 Floated Grid 1/3 */

.list-link-A04 {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.list-link-A04:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-A04 li {
	float: left;
	width: 209px;
	margin: 5px 16px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A04 li.pseudo-nth-3n\+1 {
	clear: left;
}

.list-link-A04 li.pseudo-nth-3n\+3 {
	margin-right: 0;
}

.list-link-A04 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-A04 a:hover {
	text-decoration: underline;
}

/* List LinkA 05 Floated Grid 1/6 */

.list-link-A05 {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.list-link-A05:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-A05 li {
	float: left;
	width: 127px;
	margin: 5px 20px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A05 li.pseudo-nth-6n\+1 {
	clear: left;
}

.list-link-A05 li.pseudo-nth-6n\+6 {
	margin-right: 0;
}

.list-link-A05 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-A05 a:hover {
	text-decoration: underline;
}

/* List LinkA 04 Floated Grid 1/4 */

.list-link-A06 {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.list-link-A06:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-A06 li {
	float: left;
	width: 131px;
	margin: 5px 16px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-A06 li.pseudo-nth-4n\+1 {
	clear: left;
}

.list-link-A06 li.pseudo-nth-4n\+4 {
	margin-right: 0;
}

.list-link-A06 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-A06 a:hover {
	text-decoration: underline;
}

/* List Link B */

.list-link-B01 {
	margin: 6px 0 0;
	padding: 0;
}

.list-link-B01 dt {
	font-size: 116.67%;
	font-weight: bold;
}

.list-link-B01 dd {
	margin: 5px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-B01 dd a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-B01 dd a:hover {
	text-decoration: underline;
}

/* List Link C */

.list-link-C01 {
	margin: 6px 0 0;
	padding: 0;
}

.list-link-C01 dt {
	font-weight: bold;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-C01 dt a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-C01 dt a:hover {
	text-decoration: underline;
}

.list-link-C01 dd {
	margin: 5px 0 0;
}

.list-link-C02 {
	margin: 6px 0 0;
	padding: 0;
}

.list-link-C02 dt {
	font-weight: normal;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-C02 dt.has-status-icon {
	position: relative;
	padding-right: 59px;
}

.list-link-C02 dt a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-C02 dt.has-status-icon img.article-status {
	position: absolute;
	right: 0;
	top: 0;
}

.list-link-C02 dt a:hover {
	text-decoration: underline;
}

.list-link-C02 .list-link-impressed-title {
	padding-left: 0 !important;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 0 !important;
}

.list-link-C02 .list-link-impressed-title a {
	display: block;
	padding-top: 206px;
	padding-left: 11px;
	background-position: left 210px !important;
}

.list-link-C02 dd {
	margin: 5px 0 0;
	font-size: 91.67%;
}

.list-link-C02 .readable{
	font-size: 100%;
}

.list-link-C03 {
	margin: 6px 0 0;
	padding: 0;
}

.list-link-C03 dt {
	font-weight: bold;
	text-indent: -11px;
	padding-left: 11px;
	font-size: 116%;
}

.list-link-C03 dt a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 4px no-repeat;
	text-decoration: none;
}

.list-link-C03 dt a:hover {
	text-decoration: underline;
}

.list-link-C03 dd {
	margin: 5px 0 0;
}

.list-link-C04 {
	margin: 0;
	padding: 0;
	+zoom: 1;
}
.list-link-C04:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* List Link D */

.list-link-D01 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-link-D01.pseudo-first-child {
	margin-top: -10px !important;
}

.list-link-D01 li {
	position: relative;
	margin: 10px 0 0;
	padding-left: 37px;
	_zoom: 1;
}

/* List Link E */
.list-link-E01 {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.list-link-E01 li {
	margin: 5px 0 0;
	text-indent: -11px;
	padding-left: 11px;
}

.list-link-E01 a {
	padding-left: 12px;
	background: transparent url(../img/link_icon_04.png) left 4px no-repeat;
	text-decoration: none;
}

.list-link-E01 a:hover {
	text-decoration: underline;
}

.list-link-E01 ul.list-A01 {
	list-style-type: disc;
}

/* List Link F */
.list-link-F01 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.list-link-F01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-F01 dt {
	position: relative;
	clear: left;
	float: left;
	width: 227px;
	margin: 0;
	font-weight: bold;
	color: #666;
}

.list-link-F01 dt img {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
}

.list-link-F01 dd {
	margin: 0 0 15px;
	text-indent: -11px;
	padding-left: 227px;
	+padding-left: 11px;
	+zoom: 1;
}

.list-link-F01 .pseudo-last-child {
	margin-bottom: 0;
}

.list-link-F01 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-F01 a:hover {
	text-decoration: underline;
}

.list-link-F01 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}

/* Link List F02 */
.list-link-F02 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.list-link-F02:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-F02 dt {
	clear: left;
	float: left;
	width: 116px;
	margin: 0;
	font-weight: bold;
	color: #666;
}

.list-link-F02 dd {
	margin: 0 0 15px;
	text-indent: -11px;
	padding-left: 116px;
	+padding-left: 11px;
	+zoom: 1;
}

.list-link-F02 .pseudo-last-child {
	margin-bottom: 0;
}

.list-link-F02 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-F02 a:hover {
	text-decoration: underline;
}

.list-link-F02 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}


/* List Link G */

/* List Link G01 */
.list-link-G01 {
	margin: 15px 0 0;
	padding: 0;
}

.list-link-G01 dt {
	margin: 0;
	font-weight: normal;
}

.list-link-G01 dd {
	margin: 0 0 9px;
	padding: 0 0 7px;
	background: transparent url(../img/border_01.png) left bottom repeat-x;
}

.list-link-G01 .pseudo-last-child {
	margin-bottom: 0;
}

.list-link-G01 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-G01 a:hover {
	text-decoration: underline;
}

.list-link-G01 .articles-feed {
	text-align: right;
}

.list-link-G01 .articles-feed a {
	+background-position: left 3px;
}

.list-link-G01 .articles-feed img {
	vertical-align: text-bottom;
	+vertical-align: middle;
}

.list-link-G01 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}


/* List Link G02 */
.list-link-G02 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.list-link-G02:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-G02 dt {
	clear: left;
	float: left;
	margin: 0;
	font-weight: normal;
}

.list-link-G02 dt img {
	display: block;
	margin: 7px 0 0;
}

.list-link-G02 dd {
	margin: 0 0 9px;
	padding: 2.08em 0 7px 117px;
	+padding: 2.08em 0 7px 106px;
	background: transparent url(../img/border_01.png) left bottom repeat-x;
	text-indent: -11px;
	+text-indent: 0;
}

.list-link-G02 .pseudo-last-child {
	margin-bottom: 0;
}

.list-link-G02 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	+background-position: left 4px;
	text-decoration: none;
	+zoom: 1;
}

.list-link-G02 a:hover {
	text-decoration: underline;
}

.list-link-G02 .articles-feed {
	float: none;
	text-align: left;
}

.list-link-G02 .articles-feed a {
	+background-position: left 3px;
}

.list-link-G02 .articles-feed img {
	display: inline;
	margin: 0;
	vertical-align: text-bottom;
	+vertical-align: middle;
}

.list-link-G02 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}


/* List Link G03 */
.list-link-G03 {
	margin: 15px 0 0;
	padding: 0;
}

.list-link-G03 dt {
	margin: 0 0 7px;
	font-weight: normal;
}

.list-link-G03 dd {
	margin: 0 0 9px;
	padding: 0 0 7px;
	background: transparent url(../img/border_01.png) left bottom repeat-x;
	+zoom: 1;
}
.list-link-G03 dd:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.list-link-G03 .pseudo-last-child {
	margin-bottom: 0;
	background: none;
}

.list-link-G03 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-G03 a:hover {
	text-decoration: underline;
}

.list-link-G03 dd a img {
	float: left;
	margin-right: 10px;
	padding-bottom: 4px;
}

.list-link-G03 .articles-feed {
	float: none;
	text-align: right;
}

.list-link-G03 .articles-feed a {
	+background-position: left 3px;
}

.list-link-G03 .articles-feed img {
	display: inline;
	margin: 0;
	vertical-align: text-bottom;
	+vertical-align: middle;
}

.list-link-G03 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}


/* List Link G04 */
.list-link-G04 {
	margin: 15px 0 0;
	padding: 0;
}

.list-link-G04 dt {
	clear: left;
	float: left;
	width: 118px;
	margin: 0;
	font-weight: bold;
	color: #4d4d4d;
}

.list-link-G04 dd {
	margin: 0 0 9px;
	padding: 0 0 7px 118px;
	background: transparent url(../img/border_01.png) left bottom repeat-x;
}

.list-link-G04 dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-link-G04 dd ul li {
	padding-left: 11px;
	text-indent: -11px;
}

.list-link-G04 .pseudo-last-child {
	margin-bottom: 0;
	background: none;
}

.list-link-G04 a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
	text-decoration: none;
}

.list-link-G04 a:hover {
	text-decoration: underline;
}

.list-link-G04 .articles-feed {
	width: auto;
	float: none;
	text-align: right;
	font-weight: normal;
}

.list-link-G04 .articles-feed a {
	+background-position: left 3px;
}

.list-link-G04 .articles-feed img {
	vertical-align: text-bottom;
	+vertical-align: middle;
}

.list-link-G04 dd span.article-information {
	margin-left: 5px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 91.6%;
}


.link-file-type {
	position: absolute;
	left: 0;
	top: 0;
}

.link-file-info {
	font-size: 91.67%;
}

.list-link-D01 li a {
	text-decoration: none;
}

.list-link-D01 li a:hover {
	text-decoration: underline;
}


/* List Link D */

.list-link-D02 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-link-D02 li {
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	_zoom: 1;
}

.list-link-D02 .link-file-type {
	position: static;
	margin-right: 6px;
	vertical-align: middle;
}

.list-link-D02 li a {
	text-decoration: none;
}

.list-link-D02 li a:hover {
	text-decoration: underline;
}


.scroller-A01 {
	margin: 20px 0 0;
	text-align: right;
}

.scroller-A01 p {
	margin: 0;
	padding: 0;
}

.scroller-A01 a {
	background: transparent url(../img/link_icon_05.png) left center no-repeat;
	text-decoration: none;
	padding-left: 11px;
}

.scroller-A01 a:hover {
	text-decoration: underline;
}


/* ---------------------------------------------------------------------

	Link Section

--------------------------------------------------------------------- */

.topic-list-A01 {
	margin: 15px 0 0;
	padding: 0;
}
.topic-list-A01.pseudo-first-child {
	margin-top: -15px;
}

.topic-list-A01 dt {
	margin: 12px 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #4d4d4d;
}

.topic-list-A01 dd {
	margin: 5px 0 0;
	padding: 0 0 0 11px;
	text-indent: -11px;
}

.topic-list-A01 dd a {
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left 4px no-repeat;
}

/* ---------------------------------------------------------------------

	Link Section

--------------------------------------------------------------------- */

.link-section-01 {
	margin: 15px 0 0;
	padding: 0;
}

.link-section-01 .link-section-title {
	margin: 0 0 15px;
    padding-left: 11px;
    text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-01 .link-section-title a {
    padding-left: 11px;
    background: url(../img/link_icon_01.png) left 4px no-repeat;
}

.link-section-01 .link-section-thumbnail {
	margin: -4px 0 7px;
	padding: 0;
	vertical-align: bottom;
}
.link-section-01 .link-section-thumbnail img {
	vertical-align: bottom;
}

.link-section-01 .link-section-body {
	margin: 0;
	padding: 0;
}

/* Index Section 02 (for Contents) */
.link-section-02 {
	margin: 15px 0 0;
	padding: 0;
}

.link-section-02 .link-section-title {
	margin: 0 0 5px;
    padding: 0 0 0 11px;
	text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-02 .link-section-title a {
    padding-left: 11px;
    background: url(/common/img/link_icon_01.png) left 4px no-repeat;
}

.link-section-02 .link-section-thumbnail {
	margin: 0;
	padding: 0;
}

.link-section-02 .link-section-body {
	margin: 0;
    padding: 0 0 0 11px;
}

.link-section-A01 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.link-section-A01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.link-section-A01 .link-section-title {
	margin: 0 0 15px;
    padding-left: 11px;
    text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-A01 .link-section-title a {
    padding-left: 11px;
    background: url(../img/link_icon_01.png) left 4px no-repeat;
}

.link-section-A01 .link-section-thumbnail {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

.link-section-A01 .link-section-body {
	margin: 0;
	padding: 0 0 0 110px;
}

/* Index Section A02 (for contents) */
.link-section-A02 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.link-section-A02:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.link-section-A02 .link-section-title {
	margin: 0 0 5px;
    padding: 0 0 0 121px;
    text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-A02 .link-section-title a {
    padding-left: 11px;
    background: url(/common/img/link_icon_01.png) left 4px no-repeat;
}

.link-section-A02 .link-section-thumbnail {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

.link-section-A02 .link-section-thumbnail img {
	vertical-align: bottom;
}

.link-section-A02 .link-section-body {
	margin: 0;
	padding: 0 0 0 121px;
}


.link-section-B01 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.link-section-B01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.link-section-B01 .link-section-title {
	margin: 0 0 15px;
    padding-left: 11px;
    text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-B01 .link-section-title a {
    padding-left: 11px;
    background: url(../img/link_icon_01.png) left 4px no-repeat;
}

.link-section-B01 .link-section-thumbnail {
	width: 100px;
	float: right;
	margin: 0;
	padding: 0;
}

.link-section-B01 .link-section-body {
	margin: 0;
	padding: 0 110px 0 0;
}

/* Index Section B02 (for contents) */
.link-section-B02 {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.link-section-B02:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.link-section-B02 .link-section-title {
	margin: 0 0 5px;
    padding: 0 110px 0 0;
    text-indent: -11px;
	font-weight: bold;
	font-size: 14px;
}

.link-section-B02 .link-section-title a {
    padding-left: 11px;
    background: url(/common/img/link_icon_01.png) left 4px no-repeat;
}

.link-section-B02 .link-section-thumbnail {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}

.link-section-B02 .link-section-body {
	margin: 0;
	padding: 0 110px 0 0;
}

/* Index Contents Wrappers */
.index-contents-A01 {
	margin: 15px 0 0;
}

.index-contents-A01 .link-section-A02,
.index-contents-A01 .link-section-B02,
.index-contents-A01 .link-section-02 {
	margin: 20px 0 0;
	padding: 20px 0 0;
	background: url(/common/img/border_01.png) left top repeat-x;
}



.index-contents-B01 {
	margin: 15px -16px 0 0;
	+zoom: 1;
}
.index-contents-B01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.index-contents-B01 .link-section-A02,
.index-contents-B01 .link-section-B02,
.index-contents-B01 .link-section-02 {
	float: left;
	margin: 15px 16px 0 0;
	padding-top: 20px;
	background: url(/common/img/border_01.png) left top repeat-x;
}

.component-wrapper-B02 .index-contents-B01 .link-section-A02,
.component-wrapper-B02 .index-contents-B01 .link-section-B02,
.component-wrapper-B02 .index-contents-B01 .link-section-02 {
	width: 338px;
}


/* ---------------------------------------------------------------------

	Summary Section

--------------------------------------------------------------------- */

.summary-section-A01 {
	margin: 0;
	padding: 0;
	+zoom: 1;
}
.summary-section-A01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.summary-section-A01 .summary-key-visual {
	margin: 0;
	padding: 0;
}

.summary-section-A01 .summary-key-visual img {
	display: block;
	margin: 0;
	padding: 0;
}

.summary-section-A01 .summary-key-visual a span {
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left center no-repeat;
}

.summary-section-A01 .summary-thumbnail {
	float: right;
	margin: 0 0 0 16px;
	width: 60px;
}

.summary-section-A01 .summary-description {
	margin: 3px 0 0;
	padding: 0;
	line-height: 1.33;
}

.summary-section-A01 .summary-link {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.summary-section-A01 .summary-link li {
	margin: 6px 0 0;
}

.summary-section-A01 .summary-link li a {
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left center no-repeat;
}

.summary-section-A01 .summary-link-paralell {
	margin: 5px -16px 0 0;
	padding: 0;
	list-style: none;
	clear: both;
	+zoom: 1;
}
.summary-section-A01 .summary-link-paralell:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.summary-section-A01 .summary-link-paralell li {
	margin: 6px 0 0;
}

.grid-article-A01 .column-1by3 .summary-section-A01 .summary-link-paralell li {
	float: left;
	width: 140px;
	margin-right: 16px;
}

.summary-section-A01 .summary-link-paralell li a {
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left center no-repeat;
}

.summary-section-A01 .summary-link-image {
	margin: -4px 0 0;
	padding: 0;
	list-style: none;
}

.summary-section-A01 .summary-link-image li {
	margin: 15px 0 0;
	padding: 0;
	+zoom: 1;
}
.summary-section-A01 .summary-link-image li:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.summary-section-A01 .summary-link-image li img,
.summary-section-A01 .summary-link-image li span {
	display: block;
	float: left;
}

.summary-section-A01 .summary-link-image li img {
	margin: 0 16px 0 0;
}

.summary-section-A01 .summary-link-image li span {
	width: 129px;
	margin: 0;
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left 4px no-repeat;
}

.summary-section-A01 .summary-link-image li span:hover {
	text-decoration: underline;
}

.summary-section-A01 .topic-list-A01 {
	margin: -5px 0 0;
	+margin-top: -15px;
}

/*New Component*/

.floater-list-unit {
	clear: both;
}

.floater-list-unit:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.summary-link-image-left {
	list-style-type: none;
	float: left;
	margin: 0 5px 0 0;
	width: 140px;
}

.summary-link-image-right {
	list-style-type: none;
	float: right;
	width: 140px;
}

.summary-link-image-left li,
.summary-link-image-right li {
	margin: 0;
}

.summary-link-image-left li span,
.summary-link-image-right li span {
	display: block;
	white-space: normal;
}

.summary-link-image-left li img,
.summary-link-image-right li img {
	margin-bottom: 5px;
}

.first-list {
	margin-top: 10px;
}

.adding-arrow {
	background: url(../img/link_icon_01.png) left 4px no-repeat;
	padding: 0 0 0 11px;
}

/* ---------------------------------------------------------------------

	Inbound Navigation

--------------------------------------------------------------------- */

.inbound-nav-wrapper {
    margin: 0 -4px 0 -5px;
    padding: 0 5px 0 6px;
	background: transparent url(../img/panel_b_bg_01.png) right top repeat-y;
}
.noSidebar .inbound-nav-wrapper {
	background-image: url(../img/panel_a_bg_01.png);
}
	
.inbound-nav-content {
	padding: 8px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.inbound-nav-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	+zoom: 1;
}
.inbound-nav-content ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.inbound-nav-content li {
	float: left;
	margin: 0 7px 0 0;
	padding: 3px 0 5px 10px;
	border-left: 1px solid #ccc;
}

.inbound-nav-content li.pseudo-first-child {
	border-left: none;
	padding-left: 0;
}

.inbound-nav-content li a {
	text-decoration: none;
	padding-left: 11px;
	background: transparent url(../img/link_icon_04.png) left 5px no-repeat;
}

.inbound-nav-content li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------

	Sub Tab Navigation

--------------------------------------------------------------------- */

.sub-tab-wrapper {
	margin: 0 -4px 0 -5px;
	padding: 0 5px 0 6px;
	background: transparent url(../img/panel_b_bg_01.png) left top repeat-y;
}

.sub-tab-content {
	background: #f5f5f5 url(../img/subtab_bg_01.png) left bottom repeat-x;
	padding: 8px 10px;
	border-bottom: 1px solid #b3b3b3;
}

.sub-tab-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	+zoom: 1;
}
.sub-tab-content ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.sub-tab-content ul li {
	float: left;
	margin: 0;
	padding: 0 7px 0 5px;
	background: transparent url(../img/subtab_bg_02.png) right top repeat-y;
}

.sub-tab-content ul li a,
.sub-tab-content ul li em {
	display: block;
	text-decoration: none;
	font-style: normal;
}

.sub-tab-content ul li span {
	display: block;
}

.sub-tab-content ul li a {
	color: #333;
	text-decoration: none !important;
}

.sub-tab-content ul li a span span span {
	padding: 4px 10px;
	+padding: 3px 10px 4px;
	text-align: center;
}

.sub-tab-content ul li a:hover {
	background: #ffe600 url(../img/global_nav_bg_08.png) left top no-repeat;
}

.sub-tab-content ul li a:hover span {
	background: transparent url(../img/global_nav_bg_09.png) right top no-repeat;
}

.sub-tab-content ul li a:hover span span {
	background: transparent url(../img/global_nav_bg_10.png) left bottom no-repeat;
}

.sub-tab-content ul li a:hover span span span {
	background: transparent url(../img/global_nav_bg_11.png) right bottom no-repeat;
}

.sub-tab-content ul li em {
	background: #666 url(../img/global_nav_bg_04.png) left top no-repeat;
	color: #fff;
}

.sub-tab-content ul li em span {
	background: transparent url(../img/global_nav_bg_05.png) right top no-repeat;
}

.sub-tab-content ul li em span span {
	background: transparent url(../img/global_nav_bg_06.png) left bottom no-repeat;
}

.sub-tab-content ul li em span span span {
	padding: 4px 10px;
	+padding: 3px 10px 4px;
	background: transparent url(../img/global_nav_bg_07.png) right bottom no-repeat;
}

.sub-tab-content ul li * span span span span.pseudoText {
	padding: 0;
	background: none;
	+cursor: pointer;
}

/* ---------------------------------------------------------------------

	Pagenate Navigation

--------------------------------------------------------------------- */

.pagenate-wrapper {
    margin: 0 -4px 0 -5px;
    padding: 0 5px 0 6px;
	background: transparent url(../img/panel_b_bg_01.png) right top repeat-y;
}

.pagenate-wrapper .panel-section-B01 {
	position: relative;
	padding-top: 0;
}
.pagenate-wrapper.pseudo-first-child .panel-section-B01 {
	padding: 15px 0 0;
}

.pagenate-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 35px 0 0;
	background: url(/common/img/border_03.png) left 16px repeat-x;
	+zoom: 1;
}
.pagenate-wrapper ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.pagenate-wrapper.pseudo-first-child ul {
	padding: 0 15px;
	background-image: none;
}

.pagenate-wrapper ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #dadada;
	border-width: 0 1px 0 0;
}

.pagenate-wrapper ul li a,
.pagenate-wrapper ul li em {
	display: block;
	text-decoration: none;
	font-style: normal;
}

.pagenate-wrapper ul li span {
	display: block;
}

.pagenate-wrapper ul li a span span span {
	padding: 4px 10px;
	+padding: 3px 10px 4px;
	text-align: center;
}

.pagenate-wrapper ul li a:hover,
.pagenate-wrapper ul li a:visited:hover {
	text-decoration: none !important;
}

.pagenate-wrapper ul li a:hover {
	background: url(/ncgs_common/img/structure/globalNav_bg_101.png) left top no-repeat;
}

.pagenate-wrapper ul li a:hover span {
	background: url(/ncgs_common/img/content/standard/linkListA01_bg_11.png) right top no-repeat;
}

.pagenate-wrapper ul li a:hover span span {
	background: url(/ncgs_common/img/content/standard/linkListA01_bg_12.png) left bottom no-repeat;
}

.pagenate-wrapper ul li a:hover span span span {
	background: url(/ncgs_common/img/content/standard/linkListA01_bg_13.png) right bottom no-repeat;
}

.pagenate-wrapper ul li em {
	background: url(/ncgs_common/img/structure/globalNav_bg_102.png) left top no-repeat;
	color: #333;
}

.pagenate-wrapper ul li em span {
	background: transparent url(/ncgs_common/img/content/standard/linkListA01_bg_21.png) right top no-repeat;
}

.pagenate-wrapper ul li em span span {
	background: transparent url(/ncgs_common/img/content/standard/linkListA01_bg_22.png) left bottom no-repeat;
}

.pagenate-wrapper ul li em span span span {
	padding: 4px 10px;
	+padding: 3px 10px 4px;
	background: transparent url(/ncgs_common/img/content/standard/linkListA01_bg_23.png) right bottom no-repeat;
}

.pagenate-wrapper ul li.pagenate-prev {
	padding: 0 15px 0 9px;
}

.pagenate-wrapper ul li.pagenate-prev a {
	display: block;
	padding: 3px 0 4px 11px;
	background: url(../img/link_icon_02.png) left 8px no-repeat;
}

.pagenate-wrapper ul li.pagenate-prev a:hover {
	background: url(../img/link_icon_02.png) left 8px no-repeat;
	text-decoration: underline !important;
}

.pagenate-wrapper ul li.pagenate-prev span {
	display: block;
	padding: 3px 0 4px 11px;
	background: url(../img/link_icon_02d.png) left 8px no-repeat;
	color: #999;
}

.pagenate-wrapper ul li.pagenate-next {
	padding: 0 9px 0 15px;
	border: none;
}

.pagenate-wrapper ul li.pagenate-next a {
	display: block;
	padding: 3px 11px 4px 0;
	background: url(../img/link_icon_01.png) right 8px no-repeat;
}

.pagenate-wrapper ul li.pagenate-next a:hover {
	background: url(../img/link_icon_01.png) right 8px no-repeat;
	text-decoration: underline !important;
}

.pagenate-wrapper ul li.pagenate-next span {
	display: block;
	padding: 3px 11px 4px 0;
	background: url(../img/link_icon_01d.png) right 8px no-repeat;
	color: #999;
}

.pagenate-wrapper ul li.pagenate-backnumber {
	float: none;
	position: absolute;
	right: 15px;
	top: 0;
	margin: 0;
	padding: 35px 0 0;
	border: none;
	+zoom: 1;
}
.pagenate-wrapper ul li.pagenate-backnumber:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.pagenate-wrapper.pseudo-first-child ul li.pagenate-backnumber {
	padding: 17px 0 0;
}

.pagenate-wrapper ul li.pagenate-backnumber a {
	float: left;
	display: block;
	margin: 0;
	padding: 3px 0 4px 11px;
	background: url(../img/link_icon_01.png) left 8px no-repeat;
}

.pagenate-wrapper ul li.pagenate-backnumber a:hover {
	text-decoration: underline !important;
}

/* ----------------------------------------------------------------------------

	Indexes

----------------------------------------------------------------------------- */

/* ---- index ---- */

/* ---- General ---- */
.index-group {
	+zoom: 1;
}

.index-group:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* ---- Index A01 ---- */

.index-A01 {
}

.first-article .index-A01 {
	padding-top: 20px;
}

.index-A01 .index-group {
	margin-bottom: 10px;
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

.index-A01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-A01 .index-unit .index-unit-impress {
	margin: 0 -9px 0 -10px;
}

.index-A01 .index-group .pseudo-nth-4n\+1 .index-unit-impress {
	margin-left: 0;
}

.index-A01 .index-group .pseudo-nth-4n\+4 .index-unit-impress {
	margin-right: 0;
}

.index-A01 .index-group .index-unit {
	float: left;
	width: 217px;
	padding: 0 10px;
	margin: 20px 0 0;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.index-A01 .index-group .pseudo-nth-4n\+1 {
	padding-left: 0;
}

.index-A01 .index-group .pseudo-nth-4n\+4 {
	padding-right: 0;
	background: none;
}

/* ---- Index A02 ---- */

.index-A02 {
}

.first-article .index-A02 {
	padding-top: 0;
}

.last-article .index-A02 {
	margin-bottom: 15px;
}

.index-A02 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

.index-A02 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-A02 .index-group .index-unit {
	float: left;
	width: 217px;
	padding: 20px 10px 12px;
	background: transparent url(../img/border_02.png) right top repeat-y;
	overflow: hidden;
}

.index-A02 .index-group .index-unit .product-data-B02 {
	+overflow: hidden;
}

.panel-section-B01 .index-A02 .index-group .index-unit {
	float: left;
	width: 158px;
	padding: 14px 10px 12px;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.first-article .index-A02 .pseudo-first-child .index-unit {
	padding-top: 0;
}

.index-A02 .index-group .pseudo-nth-4n\+1 {
	padding-left: 0 !important;
}


.index-A02 .pseudo-first-child .index-unit {
	padding-top: 0 !important;

}
.index-A02 .pseudo-last-child .index-unit {
	padding-bottom: 0 !important;
}

.index-A02 .index-group .pseudo-nth-4n\+4 {
	padding-right: 0 !important;
	background: none !important;
}

.last-article .index-A02 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}

/* ---- Index B01 ---- */
.index-B01 {
	margin-top: 10px;
}

.first-article .index-B01 {
	padding-top: 20px;
}

.first-article .index-B01.pseudo-first-child {
	margin-top: 0;
	padding-top: 0;
}

.last-article .index-B01 {
	margin-bottom: 15px;
}

.index-B01 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}
.index-B01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-B01 .index-group .index-unit {
	float: left;
	padding: 19px 8px 18px;
	width: 220px;
	background: transparent url(../img/border_02.png) right top repeat-y;
	overflow: hidden;
}

.index-B01 .index-group .pseudo-nth-3n\+1 {
	padding-left: 0;
}

.index-B01 .pseudo-first-child .index-unit {
	padding-top: 0;

}
.index-B01 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}

.index-B01 .index-group .pseudo-nth-3n\+3 {
	padding-right: 0;
	background: none;
}

/* ---- Index C01 ---- */

.index-C01 {
	padding-top: 20px;
}

.first-article .index-C01 {
	padding-top: 20px;
}

.first-article .index-C01.pseudo-first-child,
.first-section .index-C01.pseudo-first-child {
	padding-top: 0;
}

.last-article .index-C01 {
	margin-bottom: 15px;
}

.index-C01 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}
.index-C01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-C01 .index-group .index-unit {
	float: left;
	padding: 19px 8px 18px;
	width: 338px;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.panel-B01 .index-C01 .index-group .index-unit {
	width: 208px;
}

.panel-B01 .index-C01 .index-group .index-unit .button-A01 span span span a {
	font-size: 100%;
}

.index-C01.tiny-index .index-group .index-unit {
	padding: 9px 8px 8px;
}

.index-C01 .index-group .pseudo-nth-2n\+1 {
	padding-left: 0 !important;
}

.index-C01 .pseudo-first-child .index-unit {
	padding-top: 0 !important;

}
.index-C01 .pseudo-last-child .index-unit {
	padding-bottom: 0 !important;
}

.index-C01 .index-group .pseudo-nth-2n\+2 {
	padding-right: 0 !important;
	background: none !important;
}

/* ---- Index 25 : 15 ---- */
.first-article .index-25-15 {
	padding-top: 20px;
}

.last-article .index-25-15 {
	margin-bottom: 15px;
}

.index-25-15 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}
.index-25-15 .pseudo-first-child {
	padding-top: 0;
	background: none;
}
.index-25-15 .index-group .index-unit {
	float: left;
	padding: 19px 8px 18px;
	background: transparent url(../img/border_02.png) left top repeat-y;
}

.index-25-15 .index-group .index-first-unit {
	width: 249px;
	padding-left: 0;
	padding-bottom: 0;
	background: none;
}

.index-25-15 .index-group .index-second-unit {
	width: 161px;
	padding-right: 0;
	padding-bottom: 0;
}

.index-25-15 .pseudo-first-child .index-unit {
	padding-top: 0;

}
.index-25-15 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}


/* ---- Index C02 ---- */

.first-article .index-C02 {
	padding-top: 0;
}

.last-article .index-C02 {
	margin-bottom: 15px;
}

.index-C02 .index-group {
	padding: 16px 0 0;
	background: transparent url(../img/border_01.png) left top repeat-x;
}
.index-C02 .index-group.pseudo-first-child {
	background: none;
}

.first-article .index-C02 .index-group.pseudo-first-child {
	padding-top: 0;
}

.index-C02 .index-group .index-unit {
	float: left;
	padding: 19px 8px 0;
	width: 454px;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.index-C02 .index-group .pseudo-nth-2n\+1 {
	padding-left: 0;
}

.index-C02 .pseudo-first-child .index-unit {
	padding-top: 0;

}
.index-C02 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}

.index-C02 .index-group .pseudo-nth-2n\+2 {
	padding-right: 0;
	background: none;
}

/* ---- Index D01 ---- */

.index-D01 {
	margin-right: -5px;
	+zoom: 1;
}
.index-D01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.index-D01 .index-unit {
	float: left;
	margin-right: 5px;
}

/* ---- Index E01 ---- */

.index-E01 {
}

.first-article .index-E01 {
	padding-top: 0;
}

.last-article .index-E01 {
	margin-bottom: 15px;
}

.index-E01 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

.index-E01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-E01 .index-group .index-unit {
	float: left;
	width: 296px;
	padding: 20px 10px 7px;
	background: transparent url(../img/border_02.png) right top repeat-y;
	overflow: hidden;
}

.first-article .index-E01 .pseudo-first-child .index-unit {
	padding-top: 0;
}

.index-E01 .index-group .pseudo-nth-3n\+1 {
	padding-left: 0;
}

.index-E01 .index-group .pseudo-nth-3n\+3 {
	padding-right: 0;
	background: none;
}

.last-article .index-E01 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}

.index-E01 .index-group .index-unit .product-image {
	height: 146px;
}

.index-E01 .index-group .index-unit .product-catch-copy {
	margin: 14px 0 0;
	font-size: 116%;
	font-weight: bold;
}

.index-E01 .index-group .index-unit .product-description {
	margin-top: 5px;
}

/* ---- Index F01 ---- */

.index-F01 {
}

.first-article .index-F01 {
	padding-top: 20px;
}

.last-article .index-F01 {
	margin-bottom: 15px;
}

.index-F01 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

.index-F01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-F01 .index-group .index-unit {
	float: left;
	width: 157px;
	padding: 20px 10px 7px;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.first-article .index-F01 .pseudo-first-child .index-unit {
	padding-top: 0;
}

.index-F01 .index-group .pseudo-nth-4n\+1 {
	padding-left: 0;
}

.index-F01 .index-group .pseudo-nth-4n\+4 {
	padding-right: 0;
	background: none;
}

/* ---- Index G01 ---- */

.index-G01 {
}

.first-article .index-G01 {
	padding-top: 20px;
}

.last-article .index-G01 {
	margin-bottom: 15px;
}

.index-G01 .index-group {
	padding-top: 1px;
	background: transparent url(../img/border_01.png) left top repeat-x;
}

.index-G01 .pseudo-first-child {
	padding-top: 0;
	background: none;
}

.index-G01 .index-group .index-unit {
	float: left;
	width: 161px;
	padding: 20px 10px 7px;
	background: transparent url(../img/border_02.png) right top repeat-y;
}

.first-article .index-G01 .pseudo-first-child .index-unit {
	padding-top: 0;
}

.index-G01 .index-group .pseudo-nth-5n\+1 {
	padding-left: 0;
}

.index-G01 .index-group .pseudo-nth-5n\+5 {
	padding-right: 0;
	background: none;
}

.last-article .index-G01 .pseudo-last-child .index-unit {
	padding-bottom: 0;
}


/* ---- Vertical Index A01 ---- */

.index-vertical-A01 {
	margin: 0;
	padding: 0;
}

.index-vertical-A01 .index-heading-A01 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

.index-vertical-A01 .index-heading-A01 a {
	display: block;
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left 5px no-repeat;
}

.index-vertical-A01 .index-unit {
	padding: 11px 0 0;
	background: url(../img/border_01.png) left top repeat-x;
}

.index-vertical-A01 .pseudo-first-child .index-unit.pseudo-first-child {
	padding: 0;
	background: none;
}

/* ----------------------------------------------------------------------

	Product data

----------------------------------------------------------------------- */

/* ---- Product Data B02 ---- */

.product-data-B02 {
	margin: 0;
}

.product-data-B02 .product-name {
	margin: 0;
	padding: 0 0 7px;
	font-size: 100%;
	font-weight: bold;
}

.product-data-B02 .product-name a {
	padding: 0 0 0 10px;
	text-decoration: none;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
}
.product-data-B02 .product-name a:hover {
	text-decoration: underline;
}

.panel-section-B01 .index-A02 .product-data-B02 .imaged-name {
	padding: 0 0 5px;
}

.panel-section-B01 .index-B01 .product-data-B02 .imaged-name {
	height: 22px;
}

.panel-section-B01 .index-B01 .product-data-B02 .imaged-name img {
	position: absolute;
}

.product-data-B02 .imaged-name a {
	padding: 0;
	background: none;
}

.product-data-B02 .product-subdata {
	margin: 0;
	+zoom: 1;
}
.product-data-B02 .product-subdata:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-B02 .product-subdata img {
	display: block;
}

.product-data-B02 .product-image {
	float: right;
	height: 130px;
	overflow: visible;
	margin: 0;
	padding: 0 0 4px;
}

.panel-section-B01 .index-A02 .product-data-B02 .product-image {
	padding-top: 10px;
}

.panel-section-B01 .index-B01 .product-data-B02 .product-image {
	height: 150px;
}

.product-data-B02 .product-full-image {
    float: none;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.product-data-B02 .product-status {
	margin: 0;
	padding: 0 0 4px;
	+position: absolute;
}

.panel-section-B01 .index-A02 .product-data-B02 .product-status {
	position: absolute;
}

.panel-section-B01 .index-B01 .product-data-B02 .product-status {
	+position: relative;
}

.product-data-B02 .product-variation {
	width: 49px;
	margin: 6px 0 0;
	padding: 0 0 4px;
	list-style: none;
	+zoom: 1;
}
.product-data-B02 .product-variation:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-B02 .product-variation li {
	float: left;
	margin-right: 5px;
	padding: 0 0 4px;
}

.product-data-B02 .product-detail-invitation {
	margin: 6px 0 0;
	padding-left: 11px;
	font-size: 91.67%;
	text-indent: -11px;
	+zoom: 1;
}

.panel-section-B01 .index-A02 .product-data-B02 .product-detail-invitation {
	margin: 3px 0 0;
}

.product-data-B02 .product-detail-invitation a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left 3px no-repeat;
	text-decoration: none;
}

.product-data-B02 .product-description {
	margin: 6px 0 0;
	+zoom: 1;
}

.panel-section-B01 .index-A02 .product-data-B02 .product-description {
	line-height: 1.6;
}

.panel-section-B01 .index-B01 .product-data-B02 .product-description,
.panel-section-B01 .index-A02 .product-data-B02 .product-description {
	margin: 0;
}


.product-data-B02 .product-function-list {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	+zoom: 1;
}
.product-data-B02 .product-function-list:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-B02 .product-function-list li {
	float: left;
	margin-right: 1px;
}

.product-data-B02 .product-function-list li img {
	display: block;
}

.product-data-B02 .product-detail-invitation a:hover {
	text-decoration: underline;
}

.product-data-B02 .product-release-date {
	margin: 4px 0 0;
	font-weight: bold;
	color: #4d4d4d;
}

.product-data-B02 .product-price {
	margin: 5px 0 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-B02 .product-price:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-B02 .product-price dt {
	float: left;
}

.product-data-B02 .product-price dd {
	margin: 0;
	padding: 0;
}

.product-data-B02 .product-price .tax-exclude-price {
	font-weight: bold;
}

.product-data-B02 .product-code {
	margin: 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-B02 .product-code:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-B02 .product-code dt {
	float: left;
}

.product-data-B02 .product-code dd {
	margin: 0;
	padding: 0;
}

.product-data-B02 .product-support-product {
	margin: 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-B02 .product-support-product:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}


.product-data-B02 .product-support-product dt {
	float: left;
}

.product-data-B02 .product-support-product dd {
	margin: 0 0 0 5.09em;
	padding: 0;
	font-weight: bold;
}

/* ----------------------------------------------------------

	Product Data Tiny A01

---------------------------------------------------------- */

.product-data-tiny-A01 {
	margin: 0;
}

.product-data-tiny-A01 .product-name {
	margin: 0;
	padding: 0 0 7px;
	font-size: 100%;
	font-weight: bold;
	background: none;
}

.product-data-tiny-A01 .product-name a {
	padding: 0 0 0 10px;
	text-decoration: none;
	background: transparent url(../img/link_icon_01.png) left 2px no-repeat;
}
.product-data-tiny-A01 .product-name a:hover {
	text-decoration: underline;
}

.product-data-tiny-A01 .imaged-name a {
	padding: 0;
	background: none;
}

.product-data-tiny-A01 .product-subdata {
	margin: 0;
	+zoom: 1;
}
.product-data-tiny-A01 .product-subdata:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-tiny-A01 .product-subdata img {
	display: block;
}

.product-data-tiny-A01 .product-image {
	float: right;
	height: auto;
	overflow: visible;
	margin: 0;
	padding: 0 0 4px;
}

.product-data-tiny-A01 .product-subdata-wrapper {
	float: left;
	width: 230px;
}

.product-data-tiny-A01 .product-status {
	margin: 0;
	padding: 0 0 4px;
}

.product-data-tiny-A01 .product-variation {
	width: 49px;
	margin: 6px 0 0;
	padding: 0 0 4px;
	list-style: none;
	+zoom: 1;
}
.product-data-tiny-A01 .product-variation:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-tiny-A01 .product-variation li {
	float: left;
	margin-right: 5px;
	padding: 0 0 4px;
}

.product-data-tiny-A01 .product-detail-invitation {
	margin: 6px 0 0;
	padding-left: 11px;
	font-size: 91.67%;
	text-indent: -11px;
	+zoom: 1;
}

.product-data-tiny-A01 .product-detail-invitation a {
	padding-left: 11px;
	background: transparent url(../img/link_icon_01.png) left top no-repeat;
	text-decoration: none;
}

.product-data-tiny-A01 .product-description {
	margin: 6px 0 0;
	+zoom: 1;
}

.product-data-tiny-A01 .product-function-list {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	+zoom: 1;
}
.product-data-tiny-A01 .product-function-list:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-tiny-A01 .product-function-list li {
	float: left;
	margin: 0 2px 0 0;
}

.product-data-tiny-A01 .product-function-list li.sub-function {
	padding: 0 0 0 10px;
}

.product-data-tiny-A01 .product-function-list li img {
	display: block;
}

.product-data-tiny-A01 .product-main-spec {
	font-size: 91.67%;
	+zoom: 1;
}
.product-data-tiny-A01 .product-main-spec:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.product-data-tiny-A01 .product-main-spec dl {
	margin: 0;
	padding: 0;
}

.product-data-tiny-A01 .product-main-spec dt,
.product-data-tiny-A01 .product-main-spec dd {
	display: inline;
	margin: 0;
	padding: 0;
}

.product-data-tiny-A01 .product-main-spec dd {
	font-weight: bold;
}

.product-data-tiny-A01 .product-main-spec-01 {
	float: left;
	width: 131px;
}

.product-data-tiny-A01 .product-main-spec-02 {
	float: left;
	width: 90px;
}

.product-data-tiny-A01 .product-detail-invitation a:hover {
	text-decoration: underline;
}

.product-data-tiny-A01 .product-release-date {
	margin: 4px 0 0;
	font-weight: bold;
	color: #4d4d4d;
}

.product-data-tiny-A01 .product-price {
	margin: 5px 0 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-tiny-A01 .product-price:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-tiny-A01 .product-price dt {
	float: left;
}

.product-data-tiny-A01 .product-price dd {
	margin: 0;
	padding: 0;
}

.product-data-tiny-A01 .product-price .tax-exclude-price {
	font-weight: bold;
}

.product-data-tiny-A01 .product-code {
	margin: 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-tiny-A01 .product-code:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

.product-data-tiny-A01 .product-code dt {
	float: left;
}

.product-data-tiny-A01 .product-code dd {
	margin: 0;
	padding: 0;
}

.product-data-tiny-A01 .product-support-product {
	margin: 0;
	font-size: 91.67%;
	line-height: 1.18;
	+zoom: 1;
}
.product-data-tiny-A01 .product-support-product:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}


.product-data-tiny-A01 .product-support-product dt {
	float: left;
}

.product-data-tiny-A01 .product-support-product dd {
	margin: 0 0 0 5.09em;
	padding: 0;
	font-weight: bold;
}

/* ----------------------------------------------------------

	Product Data Tiny B01

---------------------------------------------------------- */

.product-data-tiny-B01 {
	margin: 10px 0 0;
	+zoom: 1;
}
.product-data-tiny-B01:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.product-data-tiny-B01 img,
.product-data-tiny-B01 span {
	display: block;
	float: left;
	line-height: 1.2;
}

.product-data-tiny-B01 a span {
	margin: 21px 0 0;
	padding: 0 0 0 11px;
	background: url(../img/link_icon_01.png) left 3px no-repeat;
}

.product-data-tiny-B01 a:hover span {
	text-decoration: underline;
}



/* ================================================================

	Pseudo Dialog

================================================================ */

#BAJLPseudoDialogFrame {
	background: transparent;
    font-size: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#BAJLPseudoDialogFrame.pdialog-solid {
    background: none repeat scroll 0 0 #fff;
    font-size: 1px;
    line-height: 1;
    margin: 0;
    padding: 43px 10px 10px;
}

.BAJLPseudoDialogCloseBtn {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	width: 58px;
	outline: none;
}
.BAJLPseudoDialogCloseBtn.layoutedDialogCloseButton {
	/* right: 113px; */ /* strange pos in IE */
	left: 752px;        /* workaround for IE */
}
.movie-dialog-opened .BAJLPseudoDialogCloseBtn,
.movie-dialog-opened .BAJLProcessingInfo,
.movie-dialog-opened .BAJLPseudoDialogCloseBtn.layoutedDialogCloseButton {
	display: none;
}

/* -- dialog content source container --- */

div.pdialog-content-source {
	position: absolute;
	top: -10000px;
	left: -10000px;
}


/* -- base element of dialog content --- */

div.pdialog-A01 {
	width: 923px;
	color: #4d4d4d;
/*	margin-bottom: -50px;*/
}

	div.pdialog-A01.pdialog-single-pain {
		width: 717px;
		/*padding-left: 103px;
		padding-right: 103px;*/
		padding-top: 43px;
		background: transparent url(../img/pseudo_dialog_bg_02.png) left top no-repeat;
	}


/* -- dialog content structure -- */

div.pdialog-A01 table {
	width: 923px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

	div.pdialog-A01.pdialog-single-pain table {
		width: 717px;
	}

div.pdialog-A01 table td {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* main content cell */

div.pdialog-A01 table td.pdialog-main {
	width: 717px;
	height: 565px;
	padding: 3px 0;
	background: url(../img/pseudo_dialog_bg_02.png) no-repeat;
}
	div.pdialog-A01.pdialog-single-pain table td.pdialog-main {
		padding: 0;
		background: none;
		height: 523px;
	}

div.pdialog-A01 table td.pdialog-main div.slide-canvas-pseudo-before {
	display: none;
}

div.pdialog-A01 table td.pdialog-main img {
	display: inline;
}

/* slide canvas structure */

div.pdialog-A01 div.slide-canvas,
div.pdialog-A01 div.slide-canvas div.slide-unit,
div.pdialog-A01.pdialog-single-pain div.slide-unit {
	width: 717px;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-discarded {
	position: relative;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled   div.slide-viewport,
div.pdialog-A01 div.slide-canvas.slide-canvas-discarded div.slide-viewport,
div.inner-panel-A01 div.slide-canvas.slide-canvas-enabled div.slide-viewport,
div.inner-panel-A01 div.slide-canvas.slide-canvas-discarded div.slide-viewport {
	/* workaround for IE */
	+position: relative; 
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled   div.slide-viewport-wrapper,
div.pdialog-A01 div.slide-canvas.slide-canvas-discarded div.slide-viewport-wrapper {
	/* workaround for IE */
	+position: relative; 
	+overflow: hidden;
	+width: 717px;
}

div.inner-panel-A01 div.slide-canvas.slide-canvas-enabled div.slide-viewport-wrapper,
div.inner-panel-A01 div.slide-canvas.slide-canvas-discarded div.slide-viewport-wrapper {
	+position: relative; 
	+overflow: hidden;
	+width: 338px;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled div.slide-unit {
	visibility: visible !important;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled {
	position: relative;
	top: -15px;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled div.slide-canvas-pseudo-before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 0;
	width: 481px;
	height: 40px;
	background: #f0f0ed;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller {
	position: relative;
	z-index: 5;
	top: 27px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li,
div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li.slide-prev a,
div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li.slide-next a,
div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li.slide-select a,
div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li.slide-select img {
	display: inline;
	float: none;
}

div.pdialog-A01 div.slide-canvas.slide-canvas-enabled ul.slide-controller li.slide-select a.pseudo-selected img {
	visibility: hidden;
}

/* nav cell */

div.pdialog-A01 table td.pdialog-nav {
	width: 103px;
}
div.pdialog-A01 table td.pdialog-nav ul,
div.pdialog-A01 table td.pdialog-nav ul li,
div.pdialog-A01 table td.pdialog-nav ul li a,
div.pdialog-A01 table td.pdialog-nav ul li a img {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1;
}

/* ======================= added style ===============================*/
div.pdialog-A01 table td.pdialog-nav ul li a span {
	+position: relative;
	display: table-cell;
	+display: block;
	text-align: center;
	vertical-align: middle;
	width: 98px;
	height: 98px;

	/* ----- bg path notation ------
	
		[img]dir, pdialog_nav_bg_01.png
		pos = left top no-repeat
	
	----------------------------- */

	+cursor: pointer;
}

div.pdialog-A01 table td.pdialog-nav ul li a span span {
	+position: absolute;
	+top: 50%;
	+left: 50%;
	display: inline;
	+display: block;
	width: auto;
	height: auto;
	background: none;
}

div.pdialog-A01 table td.pdialog-nav ul li a span span img {
	+position: relative;
	+top: -50%;
	+left: -50%;
	display: inline;
	+display: block;
	+margin: 0 auto;
}

/* ======================= added style ===============================*/

div.pdialog-A01 table td.pdialog-nav ul li.pseudo-disabled {
	display: none;
}

div.pdialog-A01 table td.pdialog-nav ul li a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

div.pdialog-A01 table td.pdialog-nav ul.pdialog-nav-prev {
	padding-right: 5px;
}

div.pdialog-A01 table td.pdialog-nav ul.pdialog-nav-next {
	padding-left: 5px;
}


/* -- image title block -- */

div.pdialog-A01 div.pdialog-title {
	overflow: hidden;
	width: 220px;
	height: 17px;
	margin: 0;
	padding: 11px 481px 12px 16px;
	background: #f0f0ed;
}

div.pdialog-A01 div.pdialog-title p {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 116%;
	text-align: left;
	white-space: nowrap;
}

/* -- image display block -- */

div.pdialog-A01 div.pdialog-image {
	position: relative;
	overflow: hidden;
	display: inline-block;   /* for IE6, Safari */
	width: 717px;
	height: 476px;
	margin: 0;
	padding: 0;
	background: #000;
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-disp {
	display: table-cell;      /* for Gecko, Safai, Opera */
	width: 717px;             /* needs concrete value (except 'auto') */
	height: 478px;            /* needs concrete value (except 'auto') */
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;   /* for Gecko, Safai, Opera */
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-disp  span.pseudo-before {
	display: none;            /* except ~WinIE7 */
	
	/* vertical-middle for ~WinIE7 */
	*display: inline-block;
	*width: 0;
	*height: 100%;
	*vertical-align: middle;
	/* end */
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-disp img {
	display: inline;
	*vertical-align: middle;  /* for ~WinIE7 */
}

/* -- exif infomation panel -- */

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 687px;
	margin: 0;
	padding: 15px;
	color: #fff;
	text-align: left;
	background: url(../img/pseudo_dialog_bg_01.png) left top repeat;
	font-size: 12px;
	+zoom: 1;    /* clear float, ~WinIE7 */
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif p {
	float: left;
	width: 335px;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 1.5;
}

	div.pdialog-A01.pdialog-single-pain div.pdialog-image div.pdialog-image-exif p {
		float: none;
		width: auto;
		padding: 0;
	}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif table,
div.pdialog-A01 div.pdialog-image div.pdialog-image-exif table th,
div.pdialog-A01 div.pdialog-image div.pdialog-image-exif table td {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif table {
	float: right;
	width: 335px;
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif table th {
	padding-right: 15px;
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif ul {
	display: block;
	list-style: none;
	clear: right;
	float: right;
	width: 335px;
	margin: 0;
	padding: 0;
}

div.pdialog-A01 div.pdialog-image div.pdialog-image-exif ul li {
	display: block;
	list-style: none;
	margin: 0.5em 0 0;
	padding: 0;
	line-height: 1.5;
	font-size: 91.67%;
}


/* -- image metadata block -- */

div.pdialog-A01 div.pdialog-image-meta {
	overflow: hidden;
	width: 717px;
	height: 49px;
	+height: 52px;
	margin: 0 auto;
	padding: 0;
	background: #f0f0ed  url(../img/pseudo_dialog_bg_02.png) left bottom no-repeat;
	text-align: left;
	+zoom: 1;    /* clear float, ~WinIE7 */
}

div.pdialog-A01 div.pdialog-image-meta:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* external link */

div.pdialog-A01 div.pdialog-image-meta ul {
	list-style: none;
	float: left;
	margin: 9px 0 11px;
	padding: 0 24px 0 14px;
	border-right: 1px solid #b3b3b3;
}

div.pdialog-A01 div.pdialog-image-meta ul li {
	white-space: nowrap;
}

div.pdialog-A01 div.pdialog-image-meta ul li a {
	text-decoration: none;
}

div.pdialog-A01 div.pdialog-image-meta ul li a:hover {
	text-decoration: underline;
}

div.pdialog-A01 div.pdialog-image-meta ul li a img.link-file-type {
	position: static;
	float: left;
	margin-right: 5px;
}

/* toggle panel controller */

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control {
	float: left;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 14px 14px 11px;
	+zoom: 1;    /* clear float, ~WinIE7 */
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control:after {
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	content: ".";
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dt,
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd {
	float: left;
	margin: 0;
	padding: 0;
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dt {
	margin-right: 5px;
	padding: 5px 0;
/*	padding: 5px 0 5px 10px;
	border-left: 1px solid #b3b3b3;*/
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd span {
	display: inline-block;
	width: 38px;
	height: 23px;
	background: transparent none left top no-repeat;
}
	
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd span.open-button {
	background-image: url(../img/button_b01s.png);
	margin-right: 5px;
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd span.close-button {
	background-image: url(../img/button_b02s.png);
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd               span.open-button  a,
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd.pseudo-opened span.open-button  a,
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd.pseudo-closed span.close-button a {
	visibility: hidden;
}

div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd               span.close-button a,
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd.pseudo-opened span.close-button a,
div.pdialog-A01 div.pdialog-image-meta dl.pdialog-panel-control dd.pseudo-closed span.open-button  a {
	visibility: visible;
}

/* author */

div.pdialog-A01 div.pdialog-image-meta address {
	float: right;
	margin: 14px 0 0;
	padding: 9px 12px 6px 10px;
	border-left: 1px solid #b3b3b3;
	font-style: normal;
	font-size: 75%;
}




/* ---------------------------------------------------------

	Slide Canvas

--------------------------------------------------------- */


.coolpix-slide-canvas .slide-controller {
	margin-top: 5px;
}

.coolpix-slide-canvas .slide-controlller-description {
	margin-top: 15px;
}

.product-gallery .slide-controller {
	margin: 30px 0 0 -1px;
	padding: 0;
	list-style: none;
}

.product-gallery .slide-select {
	float: left;
	margin: 0 0 0 1px;
}

.product-gallery .slide-select .pseudo-selected {
	width: auto;
	height: auto;
	background: none;
}

.product-gallery .slide-select .pseudo-selected img {
	display: block;
}

.product-gallery .slide-select a {
	display: block;
	position: relative;
	width: 98px;
	height: 74px;
}

.product-gallery .slide-select .pseudo-selected {
	width: 98px;
	height: 74px;
	background: #666;
}

.product-gallery .slide-select .pseudo-selected img {
	position: absolute;
	left: 0;
	top: 0;
	clip: rect(3px 95px 71px 3px);
	overflow: hidden;
}

.product-header .slide-select a, .product-header .slide-select img.disabled-selector {
	display: none;
}

.product-header .slide-select a, .product-header .slide-select .pseudo-selected img {
	display: none;
}

.product-header .slide-select a, .product-header .slide-select .pseudo-selected img.disabled-selector {
	display: block;
}

.product-gallery-caption {
	width: 490px;
	margin: 10px auto 0;
}

.coolpix-slide-canvas .slide-controller {
	margin-top: 5px;
}

.coolpix-slide-canvas .slide-controlller-description {
	margin-top: 15px;
}

.sample-movie-list {
	margin: 15px -16px 0 0;
	padding: 0;
	list-style: none;
	+zoom: 1;
}
.sample-movie-list:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.sample-movie-list li {
	margin: 0 16px 0 0;
	padding: 0;
	float: left;
}

.sample-movie-list li a,
.sample-movie-list li img {
	display: block;
}

.sample-movie-list li span.movie-propertie,
dd.block-image-src span.movie-propertie {
	display: block;
	margin: 9px 0 0;
}