@charset "utf-8";

/*
*	Common Styles
*/


/* ------------------------------------------------------------------

	Structure

------------------------------------------------------------------- */

body {
    position: relative;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	text-align: center;
    margin: 0 auto;
}

div#header,
div#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#footer {
    width: 100%;
	min-width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------------------

	div#header

------------------------------------------------------------------- */

div#header {
	height: 95px;
    position: relative;
    width: 900px;
}

div#header div.siteInfo {
    position: absolute;
    top: 0;
    left: 0;
}

div#header div.siteNavi {
    position: absolute;
    top: 0;
    right: 0;
}

div#header h1 {
	margin: 10px 0 0;
	color: #aaa;
	font-size: 85%;
	line-height: 11px;
}

div#header p.siteName {
	margin: 7px 0 3px;
}

div#header p.siteName img {
	vertical-align: top;
}

div#header div.assist {
    float: right;
    clear: left;
    padding: 10px 0 20px;
    _padding: 10px 0 15px;
    margin-right: 0;
}

/* ------------------------------------------------------------------
	Search Form
------------------------------------------------------------------- */

div#header form {
	display: inline;
	float: left;
}

div#header fieldset {
	width: 175px;
}

div#header fieldset p {
	float: left;
	width: 115px;
	vertical-align: text-bottom;
}

div#header fieldset ul {
	margin-left: 0px;
	list-style: none;
	float: right;
	width: 45px;
	height: 20px;
	vertical-align: text-bottom;
}

div#header fieldset input.inputField {
	width: 123px;
    height: 13px;
    border-color: #cccccc;
    border-right: none;
    *margin-top: -1px;
}

/* ------------------------------------------------------------------
	Global Navigation
------------------------------------------------------------------- */

div#header ul#globalNav {
    width: 554px;
	height: 23px;
    float: right;
    clear: both;
	list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

div#header ul#globalNav li {
    display: inline;
	float: left;
    padding: 0;
}

/* ------------------------------------------------------------------

	div#content

------------------------------------------------------------------- */

div#content {
	background-image: url("../img/bg/content.gif");
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-bottom: 15px; /* #2119 */
}

/* ------------------------------------------------------------------
	Topic Path
------------------------------------------------------------------- */

div#content ol.topicPath {
    min-height: 10px;
    _height: 10px;
    list-style: none;
    background-color: #ffffff;
    padding: 0 10px; /* padding-top がページ内リンクの使用時に無視される #2119 */
    margin: 0;
}

div#content ol.topicPath li {
	line-height: 1.2;
	float: left;
	margin-right: 12px;
	padding-right: 21px;
	background-image: url("../img/mark/topicpath_separate.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

div#content ol.topicPath li a {
	color: #333333;
}

div#content ol.topicPath li a:hover {
    color: #db0000;
}


div#content ol.topicPath li.current {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	color: #999999;
}

/* ------------------------------------------------------------------

	div#main

------------------------------------------------------------------- */

div#main {
	float: left;
	width: 700px;
	line-height: 1.4;
    padding-bottom: 15px;
}

/* ------------------------------------------------------------------
	Lineup List
------------------------------------------------------------------- */

ul.lineup {
	margin-top: 8px;
	padding-top: 12px;
	width: auto;
	list-style: none;
	_height: 1px;
	min-height: 1px;
}

ul.lineup li {
	margin-bottom: 1px;
	border: 1px solid #d6d5d4;
	border-top-width: 5px;
	float: left;
	width: 227px;
	background-color: #ededed;
}

ul.lineup li p.title {
	background-color: #ededed;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
}

ul.lineup li p.thumb {
	background-color: #fff;
	text-align: center;
}

ul.lineup li p.thumb img {
	vertical-align: bottom;
}

ul.lineup li dl {
	margin-top: 5px;
	overflow: hidden;
	background-color: #ededed;
	font-size: 92%;
}

ul.lineup li dl dt,
ul.lineup li dl dd {
	margin: 0 5px;
	padding-bottom: 5px;
}

ul.lineup li dl dt {
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: bold;
}

ul.lineup li dl dd {
	margin-left: 17px;
}

/* ------------------------------------------------------------------
	Selector	
------------------------------------------------------------------- */

ul.selector {
	_height: 1px;
	min-height: 1px;
}

ul.selector li {
	background-repeat: no-repeat;
	list-style: none;
	width: 320px;
}

ul.selector li.prev {
	background-image: url("../img/mark/arrow_prev.gif");
	background-position: 0 0.45em;
	float: left;
	padding-left: 13px;
}

ul.selector li.next {
	background-image: url("../img/mark/arrow_next.gif");
	background-position: 100% 0.45em;
	float: right;
	padding-right: 13px;
	text-align: right;
}

/* ------------------------------------------------------------------
	Key Visual
------------------------------------------------------------------- */

p#keyVisual img,
p#keyVisual embed,
p#keyVisual object,
div#main p#keyVisual img,
div#main p#keyVisual embed,
div#main p#keyVisual object,
div#keyVisual,
h1#keyVisual,
object#keyVisual  {
    margin-top: 5px !important;
}

div#main p#keyVisual img,
div#main p#keyVisual embed,
div#main p#keyVisual object {
	vertical-align: bottom;
}

div#main p#keyVisual span.caution {
	margin-right: 1px;
	padding: 20px;
	display: block;
	background-color: #eae8e9;
	text-align: center;
}

/* ------------------------------------------------------------------
	Brand Navigation
------------------------------------------------------------------- */

div#main ul#brandNav {
	margin-right: 1px;
	padding: 6px 0 6px 15px;
	border-top: 2px solid #d0cfcd;
	_height: 1px;
	min-height: 1px;
	list-style: none;
	background-color: #eae8e9;
}

div#main ul#brandNav li {
	margin-right: 13px;
	display: inline;
	float: left;
	width: 215px;
	height: 62px;
}

div#main ul#brandNav li a {
	display: block;
	width: 215px;
	height: 62px;
}

div#main ul#brandNav li a img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Site Contents
------------------------------------------------------------------- */

div#siteContents div.section {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 1px;
	border-top: 3px solid #cbd9f1;
}

div#siteContents div.section h2 {
	margin-right: 1px;
	padding: 0.5em 12px;
	background-color: #f0f4f9;
	color: #3c3c3c;
}

div#siteContents div.section h2 span.title {
	padding-left: 10px;
	border-left: 4px solid #cbd9f1;
	font-weight: bold;
}

div#siteContents div.section p {
	padding: 12px 12px 0;
}

div#siteContents div.section ul,
div#siteContents div.section ol {
	padding: 12px 12px 0 36px;
}

div#siteContents div.section li ul,
div#siteContents div.section li ol {
	padding: 12px 12px 12px 36px;
}


/* ------------------------------------------------------------------
	Site Information
------------------------------------------------------------------- */

div#siteInformation div.section {
	padding-bottom: 15px;
}

div#siteInformation div.section dl,
div#siteInformation div.section ul {
	margin: 0 10px;	
}

div#siteInformation div.section ul {
	list-style: none;
}

div#siteInformation div.section dl dt,
div#siteInformation div.section dl dd,
div#siteInformation div.section ul li {
	margin-bottom: 0.5em;
	_height: 13px;
	min-height: 13px;
}

div#siteInformation div.section dl dt,
div#siteInformation div.section ul li {
	padding-left: 25px;
	_height: 13px;
	min-height: 13px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#siteInformation div#topic {
	display: inline;
	float: left;
}

div#siteInformation div#topic dl dt {
	background-image: url("../img/mark/site_icon_green.gif");
}

div#siteInformation div#information {
	display: inline;
	margin-right: 0;
	float: right;
}

div#siteInformation div#information dl dt,
div#siteInformation div#information ul li {
	background-image: url("../img/mark/site_icon_blue.gif");
}

/* ------------------------------------------------------------------
	Item Tab
------------------------------------------------------------------- */

div#main ul#itemTab,
div#main ul.itemTab {
	margin: 1px 0 15px;
	width: 699px;
	height: 30px;
	list-style: none;
	background-image: url("../img/bg/itemtab_bar_gray.gif");
}

div#main ul.itemTab {
	margin-top: 15px;
}

div#main ul#itemTab li,
div#main ul.itemTab li {
	float: left;
	width: 140px;
	height: 30px;
}

div#main ul#itemTab li a,
div#main ul.itemTab li a {
	padding-right: 1px;
	display: block;
	width: 139px;
	height: 30px;
	background-color: white;
}

div#main ul#itemTab li a img,
div#main ul.itemTab li a img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Item Detail Tab
------------------------------------------------------------------- */

div#main ul#itemDetailTab,
div#main ul.itemDetailTab {
	margin: -15px 0 12px;
	padding: 0 1px 2px;
	width: 697px;
	list-style: none;
	background-image: url("../img/bg/itemtab_gray.gif");
}

div#main ul#itemDetailTab li,
div#main ul.itemDetailTab li {
	margin: 2px 1px 0 2px;
	padding: 0;
	display: inline;
	float: left;
	font-size: 92%;
}

div#main ul#itemDetailTab li a,
div#main ul.itemDetailTab li a {
	padding: 0.2em 10px 0.2em 14px;
	border-bottom: 2px solid #a09b97;
	display: block;
	width: 147px;
	background-color: #ededed;
	background-repeat: no-repeat;
	color: #615c58;
	font-weight: bold;
	text-indent: 0;
}

div#main ul#itemDetailTab li a:hover,
div#main ul#itemDetailTab li a:focus,
div#main ul#itemDetailTab li.current a,
div#main ul.itemDetailTab li a:hover,
div#main ul.itemDetailTab li a:focus,
div#main ul.itemDetailTab li.current a {
	border-color: #d6000f;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-position: 4px 50%;
}

div#main div#itemDetailTab,
div#main div.itemDetailTab {
	margin: -15px 0 12px;
	padding: 5px;
	width: 689px;
	list-style: none;
	background-image: url("../img/bg/itemtab_gray.gif");
}

div#main div#itemDetailTab ul.itemMenu,
div#main div.itemDetailTab ul.itemMenu {
	background-color: #fff;
	background-image: url("../img/bg/item_menu.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
	border: 1px solid #aeaeae;
	padding-bottom: 5px;
}

div#main div#itemDetailTab ul.itemMenu li,
div#main div.itemDetailTab ul.itemMenu li {
	margin: 5px 4px 0 12px;
}

/* ------------------------------------------------------------------
	Item List
------------------------------------------------------------------- */

div#itemList {
	width: 704px;
	margin-right: -4px;
}

div#itemList div.section {
	margin: 0 19px 12px 0;
	padding: 1px;
	border: 1px solid #d4d3d2;
	border-top: 2px solid #b0aeac;
	display: inline;
	float: left;
	width: 329px;
	_height: 141px;
	min-height: 141px;
}

div#itemList div.section h2 {
	padding: 5px 6px 7px 26px;
	background-color: #f3f3f2;
	background-image: url("../img/mark/tlc_arrow.gif");
	background-repeat: no-repeat;
	background-position: 6px 50%;
	color: #333;
	font-weight: bold;
}

div#itemList div.section h2 a,
div#itemList div.section h2 a:link,
div#itemList div.section h2 a:visited {
	color: #333;
	text-decoration: none;
}

div#itemList div.section h2 a:hover,
div#itemList div.section h2 a:active {
	color: #d6000f;
	text-decoration: underline;
}

div#itemList div.section p.thumb {
	margin: 10px;
	float: left;
}

div#itemList div.section ul {
	margin-top: 1px;
	padding: 11px 10px 10px 170px;
	list-style: none;
	background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
}

div#itemList div.section ul li {
	margin-left: 8px;
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0 0.28em;
}

div#itemList div.section p.note {
	background-image: url("../img/others/dot_1x2.gif");
	background-repeat: repeat-x;
	clear: both;
	color: #777777;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 85%;
	margin: -10px 5px 0;
	*margin: -5px 5px 0;
	padding: 5px 5px 0;
}

/* ------------------------------------------------------------------
	Item Detail
------------------------------------------------------------------- */

div#itemDetail {
	width: 685px;
}

div#itemDetail div.section,
div#itemDetail div.sectionWide {
	margin-bottom: 22px;
	position: relative;
	width: 685px;
}

div#itemDetail p.description {
	margin: 0 0 5px 0;
	font-size: 107%;
}

div#itemDetail p.description strong {
	font-weight: bold;
}

div#itemDetail div.section h2 {
	padding: 0.5em 15px;
	float: right;
	width: 315px;
	background-color: #f2f2f1;
	color: #333;
	font-weight: bold;
}

div#itemDetail div.sectionWide h2 {
	padding: 0.5em 15px;
	float: right;
	width: 655px;
	background-color: #f2f2f1;
	color: #333;
	font-weight: bold;
}

div#itemDetail div.section h2 a,
div#itemDetail div.section h2 a:link,
div#itemDetail div.section h2 a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

div#itemDetail div.section h2 a:hover,
div#itemDetail div.section h2 a:active {
	color: #d6000f;
	text-decoration: underline;
}

div#itemDetail div.section h2 span.caution {
	font-size: 85%;
}

div#itemDetail div.section h2 ruby {
	font-weight: bold;
}

div#itemDetail div.section h2 ruby rt {
	font-size: 5px;
}

div#itemDetail div.section p.thumb {
	position: relative;
	float: left;
	width: 333px;
}

div#itemDetail div.section p.thumb span.lightbox a {
	display: none;
}

div#itemDetail div.section p.thumb a.lightbox,
div#itemDetail div.section p.thumb span.lightbox a.current {
	margin: 6px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 107px;
	height: 20px;
	background-image: url("/shared/img/button/lightbox.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;

	/* \*/
	overflow: hidden;
	/**/
}

div#itemDetail div.section p.thumb img {
	vertical-align: bottom;
}

div#itemDetail div.section div.textBody {
	margin-top: 1px;
	padding: 12px 16px 2em;
	width: 313px;
	float: right;
	background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
}

div#itemDetail div.sectionWide div.textBody {
	margin-top: 1px;
	padding: 12px 0 2em;
    width: 655px;
    clear: both;
    background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
    position: relative;
}

div#itemDetail div.special div.textBody {
	padding-top: 0;
	background: none;
}

div#itemDetail div.section div.textBody ol,
div#itemDetail div.section div.textBody ul {
	list-style-position: outside;
}

div#itemDetail div.section div.textBody p,
div#itemDetail div.section div.textBody ol,
div#itemDetail div.section div.textBody ul,
div#itemDetail div.sectionWide div.textBody p,
div#itemDetail div.sectionWide div.textBody ul {
	margin-bottom: 1em;
}

div#itemDetail div.section div.textBody ol li,
div#itemDetail div.section div.textBody ul li {
	margin-left: 16px;
}

div#itemDetail div.section div.textBody p em,
div#itemDetail div.sectionWide div.textBody p em {
	font-weight: bold;
}

div#itemDetail div.section div.textBody .caution,
div#itemDetail div.sectionWide div.textBody .caution {
	font-size: 85%;
	*font-size: 66%;
}

div#itemDetail div.section div.textBody .warning {
	color: #bb010e;
}

div#itemDetail div.section div.textBody .regist img {
	vertical-align: text-bottom;
}

div#itemDetail div.section div.textBody p.address {
	border: 1px solid #cac9c8;
	padding: 10px;
}

div#itemDetail div.sectionWide div.textBody p.moreInfo,
div#itemDetail div.section div.textBody p.moreInfo,
div.itemDetailPage p.moreInfo {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

div#itemDetail div.sectionWide div.textBody p.moreInfo a,
div#itemDetail div.section div.textBody p.moreInfo a,
div.itemDetailPage p.moreInfo a {
	padding: 0.4em 8px 0.4em 23px;
	display: block;
	background-color: #d6000f;
	background-image: url("../img/mark/site_arrow_white.gif");
	background-repeat: no-repeat;
	background-position: 12px 50%;
	color: white;
}

div#itemDetail div.SectionWide div.textBody p.moreInfo a,
div#itemDetail div.largeSection div.textBody p.moreInfo a,
div.itemDetailPage p.moreInfo a {
	margin-top: 0.5em;
}

div#itemDetail div.sectionBorder {
    width: 685px;
    height: 1px;
    clear: both;
    background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
    margin: 20px 0;
    _margin: 20px 0 5px;
}

body.itemDetailPage div.section h3 {
	background-image: url("../../products/template01/img/bg/h3.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 136%;
}

body.itemDetailPage div.section ul.caution {
    list-style: none;
    margin-left: 0 !important;
}

body.itemDetailPage div.section ul.caution li {
    text-indent: -1em;
    margin-left: 1em;
}

body.itemDetailPage div.section p.link {
	background-image: url("../../products/template01/img/icon/site_arrow_blue.gif") !important;
    background-position: 0 0.39em;
    background-repeat: no-repeat ;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 12px !important;
}

/* ------------------------------------------------------------------
	Item Lineup
------------------------------------------------------------------- */

div#itemLineup {
	width: 700px;
}

div#itemLineup p.moreInfo {
	margin-bottom: 1em;
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
}

div#itemLineup div.section {
	margin-bottom: 20px;
}

div#itemLineup div.section h2 {
	padding: 5px 5px 5px 20px;
	background-image: url("../img/mark/tlc_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 114%;
	font-weight: bold;
}

div#itemLineup div.section h3 {
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0 0.28em;
}

div#itemLineup div.section h2 span.caption {
	font-size: 73%;
	font-weight: normal;
}

div#itemLineup div.section h2 ruby {
	font-weight: bold;
}

div#itemLineup div.section h2 ruby rt {
	font-size: 5px;
}

div#itemLineup div.section ul li dl dt {
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: bold;
}

div#itemLineup div.section ul li dl dd {
	margin-left: 17px;
}

div#itemLineup div.section ul {
	margin-top: 8px;
	padding-top: 12px;
	width: 700px;
	list-style: none;
	background-image: url("../img/others/dot_2x2.gif");
	background-repeat: repeat-x;
}

div#itemLineup div.section ul li {
	margin-bottom: 1px;
	border: 1px solid #d6d5d4;
	border-top-width: 5px;
	float: left;
	width: 227px;
	background-color: #ededed;
}

div#itemLineup div.section ul li p.thumb {
	background-color: #fff;
	text-align: center;
}

div#itemLineup div.section ul li p.thumb img {
	vertical-align: bottom;
}

div#itemLineup div.section ul li p.thumb span.caution {
	font-size: 77%;
	text-align: right;
}

div#itemLineup div.section ul li p.icon {
	margin-left: 5px;
}

div#itemLineup div.section ul li p.title {
	margin-top: 5px;
	margin-left: 6px;
	font-weight: bold;
	font-size: 92%;
}

div#itemLineup div.section ul li dl {
	margin-top: 5px;
	overflow: hidden;
	background-color: #ededed;
	font-size: 92%;
}

div#itemLineup div.section ul li dl dt,
div#itemLineup div.section ul li dl dd {
	margin: 0 5px;
	padding-bottom: 5px;
}

div#itemLineup div.section ul li dl dt {
	padding-left: 12px;
	background-image: url("../img/mark/site_arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: bold;
}

div#itemLineup div.section ul li dl dd {
	margin-left: 17px;
}

div#itemLineup div.section ul li dl dd img {
	vertical-align: bottom;
}

div#itemLineup div.section ul li dl dd a {
	color: #bb010e;
}

div#itemLineup div.section ul li dl dd span.disclaimer {
	font-size: 92%;
}

div#itemLineup div.section ul li dl dd.disclaimer {
	color: #bb010e;
}

div#itemLineup div.section ul li dl dd.disclaimer a {
	color: #008cd6;
}

div#itemLineup div.section ul li dl dd.price {
}

div#itemLineup div.section ul li dl dd.price div {
    text-indent: -1.1em;
    margin-left: 1.1em;
}

div#itemLineup div.section p.instructions {
	margin-top: 8px;
	padding-top: 8px;
	width: 700px;
	list-style: none;
	background-image: url("../img/others/dot_2x2.gif");
	background-repeat: repeat-x;
	color: #bb010e;
}

div#itemLineup div.section p.instructions a {
	color: #bb010e !important;
}

div#itemLineup div.section ul.borderless {
	padding-top: 0;
	background-image: none;
}

div#itemLineup div.section .caution {
	font-size: 85%;
	*font-size: 66%;
}

/* ------------------------------------------------------------------
	Item Caution
------------------------------------------------------------------- */

div#itemCaution {
	width: 685px;
}

div#itemCaution div.section,
div#itemCaution div.sectionWide {
	margin-bottom: 20px;
}

div#itemCaution div.section h2,
div#itemCaution div.sectionWide h2 {
	padding: 0.5em 15px;
	background-color: #f2f2f1;
	color: #333;
	font-weight: bold;
}

div#itemCaution div.section div.textBody,
div#itemCaution div.sectionWide div.textBody {
	margin-top: 1px;
	padding: 12px 16px 0;
	background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
}

div#itemCaution div.section div.textBody p,
div#itemCaution div.sectionWide div.textBody p {
	margin-bottom: 1em;
}

div#itemCaution div.section div.textBody p em,
div#itemCaution div.sectionWide div.textBody p em {
	font-weight: bold;
}

div#itemCaution div.section p.thumb,
div#itemCaution div.sectionWide p.thumb {
	text-align: center;
}

div#itemCaution div.floatSection {
	margin-bottom: 22px;
	position: relative;
	width: 685px;
}

div#itemCaution div.floatSection h2 {
	padding: 0.5em 15px;
	float: right;
	width: 315px;
	background-color: #f2f2f1;
	color: #333;
	font-weight: bold;
}

div#itemCaution div.floatSection p.thumb {
	float: left;
	width: 333px;
}

div#itemCaution div.floatSection div.textBody {
	margin-top: 1px;
	padding: 12px 16px 2em;
	width: 313px;
	float: right;
	background-image: url("../img/others/dot_1x3.gif");
	background-repeat: repeat-x;
}

div#itemCaution div.floatSection div.textBody p {
	margin-bottom: 1em;
}

div#itemCaution div.floatSection div.textBody p em {
	font-weight: bold;
}

div#itemCaution ul {
	margin: 0 0 0 10px;
	padding: 0;
}

div#itemCaution ul ul {
	margin: 0 0 0 20px;
	padding: 0;
}

div#itemCaution ul p {
	margin: 0!important;
}

div#itemCaution ul.lineup {
	margin-left: 0;
}

div#itemCaution ul.lineup li {
	width: 226px;
}

div#itemCaution p.caution {
	font-size: 85%;
	margin-top: 0.5em;
}

div#itemCaution p.lineupCaution {
	font-size: 85%;
	margin-top: 0.5em;
	text-align: right;
}

/* ------------------------------------------------------------------
	Item Banner
------------------------------------------------------------------- */

div#main ul.itemBanner {
	margin: 30px 0 45px;
	width: 696px;
	list-style: none;
}

div#main ul.itemBanner li {
	display: inline;
	margin-top: 11px;
	margin-right: 11px;
	float: left;
	width: 163px;
}

div#main ul.itemBanner li a img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Download
------------------------------------------------------------------- */

div#main div.download {
	margin: 15px 0 20px;
	padding: 14px 204px 10px 60px;
	position: relative;
	width: 421px;
	_height: 37px;
	min-height: 37px;
	background-repeat: no-repeat;
}

div#main div.download h2 {
	padding: 0.2em 0 0.2em 8px;
	border-left: 4px solid #898682;
	color: #898682;
}

div#main div.download p {
	margin-left: 12px;
}

div#main div.download p span.caution {
	font-size: 85%;
	*font-size: 70%;
}

div#main div.download p.button {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 51px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
}

div#main div.download p.button a {
	display: block;
	width: 184px;
	height: 41px;
	margin: 10px;
}

div#main div.download p.button a img {
	vertical-align: bottom;
}

div#main div#catalogDownload {
	margin: 15px 0 20px;
	background-color: #f2f2f1;
	background-image: url("../img/bg/catalog_download.gif");
}

div#main div#funcListDownload {
	margin: 15px 0 20px;
	background-color: #d6d5d4;
	background-image: url("../img/bg/funclist_download.gif");
}

div#main div#optionDownload {
	margin: 15px 0 20px;
	background-color: #d6d5d4;
	background-image: url("../img/bg/option_download.gif");
}

div#main div#priceDownload {
	margin: 15px 0 20px;
	background-color: #d6d5d4;
	background-image: url("../img/bg/section_download.gif");
}

div#main div#shopSearch {
	background-color: #dddddc;
	background-image: url("../img/bg/option_download.gif");
}

div#main div#buyParts {
	background-color: #f2f2f1;
	background-image: url("../img/bg/buy_parts.gif");
}

/* ------------------------------------------------------------------
	Banner
------------------------------------------------------------------- */

div#main p.banner {
	margin-top: 15px;
	padding-bottom: 20px;
}

/* ------------------------------------------------------------------
	Product Navigation
------------------------------------------------------------------ */

dl#productNav {
	margin-right: 15px;
}

dl#productNav dt {
	padding: 0.5em 15px;
	background-image: url("../img/bg/h2_recommend.gif");
	background-position: 0 100%;
	font-weight: bold;
}

dl#productNav dd {
	padding: 12px 16px 2em 17px;
	width: 652px;
}
dl#productNav dd ul {
	margin-right: -40px;
	width: 692px;
}

dl#productNav dd ul li {
	margin-right: 40px;
	display: inline;
	float: left;
	width: 133px;
	font-size: 77%;
}

/* ------------------------------------------------------------------
	Inquiry
------------------------------------------------------------------- */

div#main form.inquiry {
	padding-bottom: 45px;
	width: 685px;
}

div#main form.inquiry p {
	margin: 0 0 10px;
}

div#main form.inquiry ul.error {
	list-style: none;
	padding: 12px 12px 0pt 36px
}

div#main form.inquiry ul.error li {
	color: #bb010e;
	font-weight: bold;
}

div#main form.inquiry table {
	margin: 0 0 10px;
	border-top: 1px solid #cbcbca;
	border-left: 1px solid #cbcbca;
	width: 684px;
}

div#main form.inquiry table th,
div#main form.inquiry table td {
	padding: 0.5em;
	border-right: 1px solid #cbcbca;
	border-bottom: 1px solid #cbcbca;
}

div#main form.inquiry table th {
	width: 200px;
	white-space: nowrap;
	background-color: #f5f5f5;
}

div#main form.inquiry table th,
div#main form.inquiry table th label {
	font-weight: bold;
}

div#main form.inquiry table.common th {
	background-color: #f8dbdd;
}

div#main form.inquiry table.advance th {
	background-color: #f5f5f5;
}

div#main form.inquiry table th span.attention {
	margin-left: 0.5em;
}

div#main form.inquiry table td select,
div#main form.inquiry table td input {
	width: 50%;
}

div#main form.inquiry table td input.radio {
	width: auto;
}

div#main form.inquiry table td textarea {
	width: 98%;
}

div#main form.inquiry table tr.name input {
	width: 30%;
}

div#main form.inquiry ul.submit {
	list-style: none;
	text-align: center;
}

div#main form.inquiry ul.submit input.submit {
	margin-top: 10px;
	border: none;
}

div#main form.inquiry p.siteseal {
	text-align: right;
}

/* ------------------------------------------------------------------
	Navigation List
------------------------------------------------------------------ */

div#main ul#navList {
	list-style: none;
}

div#main ul#navList li {
	margin-bottom: 15px;
}

div#main ul#navList li a img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Registration
------------------------------------------------------------------ */

div#main div.registration {
}

div#main div.registration .regist img {
	vertical-align: text-bottom;
}

/* ------------------------------------------------------------------
	Pennant
------------------------------------------------------------------ */

div#main div.pennant {
	margin: 1em 0;
}

div#main div.pennant p {
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: 144%;
	font-weight: bold;
	padding: 10px;
	_height: 1px;
}

/* ------------------------------------------------------------------
	Pennant
------------------------------------------------------------------ */

div#questionTopics {
	margin: 0 0 25px;
	padding-top: 1px;
	border-bottom: 1px solid #d4d3d2;
	border-left: 1px solid #d4d3d2;
	border-right: 1px solid #d4d3d2;
	border-top: 3px solid #b5bfc7;
	width: 685px;
}

div#questionTopics h2 {
	padding: 0.5em 15px;
	background-color: #d6000f;
	background-image: url("../img/bg/h2_free.gif");
	background-repeat: repeat-x;
	background-position: 0 100%;
	color: #fff;
}

div#questionTopics h2 span.title {
	padding-left: 10px;
	border-left: 4px solid #fff;
	font-weight: bold;
}

div#questionTopics ol {
	padding: 10px 40px 10px 50px;
}

div#questionTopics ol li {
	font-size: 121%;
}

div#questionTopics ol li a,
div#questionTopics ol li a:link,
div#questionTopics ol li a:visited {
	color: #bb010e;
}

div#questionTopics ol li a:hover,
div#questionTopics ol li a:active {
	color: #bb010e;
}

/* ------------------------------------------------------------------
	Item Menu
------------------------------------------------------------------ */

ul.itemMenu {
	list-style: none;
	_height: 1px;
	min-height: 1px;
}

ul.itemMenu li {
	background-image: url("../img/mark/site_arrow_red.gif");
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	padding-left: 9px;
}

ul.itemMenu li a {
	white-space: nowrap;
}

ul.itemMenu li.current a {
	color: #d6000f;
	font-weight: bold;
}

/* ------------------------------------------------------------------
	Tab Index Box
------------------------------------------------------------------ */

dl.tabIndexBox {
}

dl.tabIndexBox dt {
}

dl.tabIndexBox dt span {
	background-color: #aeaeae;
	background-image: url("../img/bg/tab_index_box.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 3px 70px 3px 12px;
}

dl.tabIndexBox dd {
	border: 1px solid #b3b3b3;
}

dl.tabIndexBox dd ul.itemMenu {
	padding: 0 12px 12px 0;
}

dl.tabIndexBox dd ul.itemMenu li {
	margin: 10px 4px 0 12px;
}

/* ------------------------------------------------------------------
	Wide Banner
------------------------------------------------------------------ */

p.wideBanner {
	margin-top: 15px;
}

p.wideBanner img {
	vertical-align: top;
}

/* ------------------------------------------------------------------

	div#utilities

------------------------------------------------------------------- */

div#utilities {
	float: right;
	width: 200px;
    margin: 0px 0 20px;
    border-top: 5px solid #ffffff;
}

div#utilities ul {
	margin: 10px 9px 0 10px;
	list-style: none;
}

div#utilities ul li a img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Item Navigation
------------------------------------------------------------------- */

div#utilities dl#itemNav {
	background-color: #dfdfdf;
	color: white;
	font-size: 92%;
	font-weight: bold;
}

div#utilities dl#itemNav span,
div#utilities dl#itemNav a {
	color: white;
	font-weight: bold;
}

div#utilities dl#itemNav dt,
div#utilities dl#itemNav dd {
	margin-bottom: 1px;
}

div#utilities dl#itemNav dt {
	margin-bottom: 1px;
	padding: 0.2em 5px 0.2em 13px;
	line-height: 1.7;
	background-color: #86837f;
	background-image: url("../img/bg/itemnav_red.gif");
	background-repeat: repeat-y;
}

div#utilities dl#itemNav dt a {
	font-size: 85%;
}

div#utilities dl#itemNav dt img {
	margin-right: 5px;
	vertical-align: middle;
}

div#utilities dl#itemNav dd ul {
	width: 200px;
	margin: 0;
}

div#utilities dl#itemNav dd ul li {
	width: 200px;
}

div#utilities dl#itemNav dd ul li a {
	margin-bottom: 1px;
	padding: 0.5em 5px 0.5em 13px;
	display: block;
	width: 182px;
	background-color: #a7a5a3;
	background-image: url("../img/bg/itemnav_gray.gif");
	background-repeat: repeat-y;
}

div#utilities dl#itemNav dd ul li li span.itemTitle {
}

div#utilities dl#itemNav dd ul li li a {
	padding-left: 21px;
	width: 174px;
	background-color: #c9c8c7;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

div#utilities #itemNav .itemTitle .title_eco {
	background-image: none;
	padding: 0px;
	margin: 0px;
	background-color: #A7A5A3;
}

div#utilities dl#itemNav dd ul li li a.itemTitle {
	background-color: #a7a5a3;
}

div#utilities dl#itemNav dd ul li li span.itemTitle {
	margin-bottom: 1px;
	padding: 0.5em 5px 0.5em 21px;
	display: block;
	width: 174px;
	background-color: #a7a5a3;
}

div#utilities dl#itemNav dd ul li li li a {
	width: 173px;
	padding-left: 22px;
	background-color: #dfdfdf;
	background-image: none;
	color: #666;
	font-size: 92%;
}

/* ------------------------------------------------------------------
	Navigation Functions
------------------------------------------------------------------- */

div#utilities ul.nav {
	margin-top: 9px;
	margin-bottom: 8px
}

div#utilities ul.nav li {
	margin-bottom: 6px;
}

div#utilities ul.nav li img {
	vertical-align: bottom;
}

/* ------------------------------------------------------------------
	Ad
------------------------------------------------------------------- */

div#utilities ul.ad li {
	margin-bottom: 11px;
}

/* ------------------------------------------------------------------
	Notice
------------------------------------------------------------------- */
div#utilities ul li dl.notice {
	border-color: #eb1400;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-color: #fff;
	padding: 0 10px 10px;
	width: 158px;
}

div#utilities ul li dl.notice dt {
	padding: 10px 0 0;
}

/* ------------------------------------------------------------------

	div#footer

------------------------------------------------------------------- */

div#footer {
    min-width: 900px;
	height: 40px;
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

div#footer div.wrapper {
    width: 900px;
    height: 15px;
    background: none !important;
    margin: 0 auto;
    padding: 13px 0 0 0;
}

div#footer div.wrapper ul#footerNav {
	list-style: none;
    float: left;
}

div#footer div.wrapper ul#footerNav li {
	margin-right: 20px;
	float: left;
}

div#footer div.wrapper p.copyright {
    float: right;
    margin: 0;
}

/* ------------------------------------------------------------------

	div.footer_Bnr

------------------------------------------------------------------- */

div.footer_Bnr {
    width: 900px;
    padding: 0;
    margin: 5px auto !important;
}

/* ------------------------------------------------------------------

	div.footer_bnr_ecoone

------------------------------------------------------------------- */

div.footer_bnr_ecoone {
    margin: 20px auto 40px;
    padding: 0;
    width: 900px;
}

div.footer_bnr_ecoone ul {
	list-style: none;
	text-align: center;
}

div.footer_bnr_ecoone ul li {
	display: inline-block;
	*display: inline;
	margin: 0 7px;
	*zoom: 100%;
}

#main div.footer_bnr_ecoone {
    margin: 40px 0 0;
    padding: 0;
    width: auto;
}

#main div.footer_bnr_ecoone ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main div.footer_bnr_ecoone ul li {
	margin: 0 5px;
}

/* ------------------------------------------------------------------

	div#footer_linkList

------------------------------------------------------------------- */

div#footer_linkList {
    width: 900px;
	height: 195px;
	background-color: #ececec;
    text-align: left;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

div#footer_linkList a,
div#footer_linkList a:link,
div#footer_linkList a:visited {
    color: #333333;
}

div#footer_linkList a:hover,
div#footer_linkList a:active {
    color: #333333;
    text-decoration: underline;
}

div#footer_linkList div.wrapper {
    width: 900px;
    background: none !important;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

div#footer_linkList div.wrapper ul.category {
    width: 1080px;
	list-style: none;
    margin: 0 -180px 0 25px;
    *margin: 0 -180px 0 30px;
}

div#footer_linkList div.wrapper ul.category li {
    min-width: 100px;
    _width: 100px;
    float: left;
	margin: 0;
    padding: 0 30px 0 0;
}

div#footer_linkList div.wrapper ul.category li em a {
    min-width: 110px;
    *width: 120px;
    border-bottom: 1px solid #333333 !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    padding-bottom: 3px;
    
}

div#footer_linkList div.wrapper ul.category li em.link a {
    min-width: 70px;
    _width: 70px;
    background-image: url("../img/mark/site_arrow_gray_2.gif");
    background-position: 0 0.2em;
    *background-position: 0 0.3em;
    background-repeat: no-repeat;
    border-bottom: none !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

div#footer_linkList div.wrapper ul.category li em.link a:hover {
    text-decoration: underline !important;
}

div#footer_linkList div.wrapper ul.category li ul {
    list-style: none;
    padding: 7px 0 0 0;
}

div#footer_linkList div.wrapper ul.category li ul li {
    background-image: url("../img/mark/site_arrow_gray_2.gif");
    background-position: 0 0.4em;
    *background-position: 0 0.5em;
    background-repeat: no-repeat;
    font-size: 8.6pt;
    letter-spacing: -1pt;
    line-height: 13pt;
    float: none;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

/*-------------------------------------------------------------------

	iLinkList

-------------------------------------------------------------------*/
ul.iLinkList {
}

ul.iLinkList li {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	list-style: none;
}

/*-------------------------------------------------------------------

	itemComplementary

-------------------------------------------------------------------*/
.itemComplementary {
    margin-top: 1em;
	border-top: 1px solid #CCC;
}
.itemComplementary p.fontSmall {
	margin-top: 0.5em;
}

/*-------------------------------------------------------------------

	inline

-------------------------------------------------------------------*/
ul.inline {
}

ul.inline li {
	float: left;
}

/*-------------------------------------------------------------------

	loupe

-------------------------------------------------------------------*/
/* loupe */
a.loupe {
	position: relative;
	display: block;
	_zoom: 100%;
}

a.loupe img {
	vertical-align: bottom;
}

a.loupe img.icon {
	position: absolute;
	bottom: 2px;
	_bottom: 1px;
	right: 2px;
	border: none !important;
}

/* loupeL */
a.loupeL {
	position: relative;
	display: block;
	_zoom: 100%;
	_width: 1px;
}

a.loupeL img {
	vertical-align: bottom;
}

a.loupeL img.icon {
	position: absolute;
	bottom: 10px;
	_bottom: 9px;
	right: 10px;
	border: none !important;
}


/*-------------------------------------------------------------------

	exicon

-------------------------------------------------------------------*/
img.exicon {
	background-repeat: no-repeat;
	padding-left: 3px;
	padding-bottom: 3px;
}

/*-------------------------------------------------------------------

	pdficon

-------------------------------------------------------------------*/
img.pdficon {
	padding-left: 1px;
}

/*-------------------------------------------------------------------

	xlsicon

-------------------------------------------------------------------*/
img.xlsicon {
	padding-left: 1px;
}

/*-------------------------------------------------------------------

	fontSmall

-------------------------------------------------------------------*/
.fontSmall {
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック";
}

/*-------------------------------------------------------------------

	fontLarge

-------------------------------------------------------------------*/
.fontLarge {
	font-size: 122%;
}

/*-------------------------------------------------------------------

	fontBold

-------------------------------------------------------------------*/
.fontBold {
	font-weight: bold;
}

/*-------------------------------------------------------------------

	alignCenter

-------------------------------------------------------------------*/
.alignCenter {
	text-align: center;
}


/*-------------------------------------------------------------------

	nowrap

-------------------------------------------------------------------*/
.nowrap {
	white-space: nowrap;
}

/*-------------------------------------------------------------------

	monospace

-------------------------------------------------------------------*/
.monospace {
	font-family: monospace;
}

/*-------------------------------------------------------------------

	sup & sub

-------------------------------------------------------------------*/
sup.sup {
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}
sub.sub {
	vertical-align: baseline;
	position: relative;
	top: 1ex;
}

/*-------------------------------------------------------------------

	arrowRed

-------------------------------------------------------------------*/

ul.arrowRed {
}

ul.arrowRed li {
	background-image: url("../img/mark/site_arrow_red.gif");
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 10px;
	list-style: none;
}

ul.arrowRedh li a {
	color: #bb010e;
}

/*-------------------------------------------------------------------

	img.over

-------------------------------------------------------------------*/

a:hover img.over,
a:active img.over {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE */
    zoom: 100%;
}


/* ------------------------------------------------------------------

	Clear Fix

------------------------------------------------------------------- */
ul.iLinkList,
ul.inline {
	*zoom: 100%;
}

div#header:after,
div#content:after,
div#main ul#brandNav:after,
div#main ul#itemTab:after,
div#main ul#itemDetailTab:after,
div#main ul.itemDetailTab:after,
div#main ul.itemBanner:after,
div#main div.pennant:after,
div#itemList:after,
div#itemList div.section ul:after,
div#itemLineup div.section ul:after,
div#itemDetail div.section:after,
div#itemDetail div.sectionWide:after,
div#itemDetail div.sectionBorder:after,
div#itemCaution div.floatSection:after,
dl#productNav dd ul:after,
dl#productNav dd ul li:after,
ul.lineup:after,
ul.selector:after,
ul.itemMenu:after,
ul.iLinkList:after,
ul.inline:after,
div#content ol.topicPath:after,
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
