@charset "euc-jp";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons License */
/* http://creativecommons.org/licenses/by-nc-sa/2.1/jp/         */
/* Copyright (C) 2007, Masanao Takahashi @ BCOOL Inc.           */
/* http://2bcool.net/                                           */
/*--------------------------------------------------------------*/

@import url("css/ex.css");

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
#main_area {
	clear:both;
	padding-top: 5px;	
}
#main_center_side {
	float:left;/* <- If you want change column position, rewrite this. */
	width:770px;
	overflow:hidden;
}
#centercolumn {
	float:right;/* <- If you want change column position, rewrite this. */
	width:560px;
}
#side_area {
	float:right;/* <- If you want change column position, rewrite this. */
	width:210px;
}
#side_area2 {
	float:left;/* <- If you want change column position, rewrite this. */
	width:200px;
}
div.page {
	width: 984px;
	margin:0 auto;
	text-align:left;
}

/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #FFF;
	color: #666666;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 75%;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
table td {
	padding: 3px;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
	}
img {
	border:0;
}
strong {
	font-weight: normal;
}
/* ------------ Link Color Settings ------------ */
a {color: #006666;text-decoration: none;}
a:visited {color: #999999;text-decoration: none;}
a:hover {color: #9e0039;text-decoration: underline;}
a:active {color: #009900;text-decoration: underline;}
/* ------------ Heading and List tag Settings ------------ */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	color: #988787;
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	color: #333;
	background:url(../images/blockTitleBack_c.gif) no-repeat left center;
	padding: 5px 0 5px 28px;
	font-size: 125%;
}
h2 {
	color: #333;
	background:url(../images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 5px 0 5px 21px;
	font-size: 112%;
}
h3, h4, h5 {
	font-size: 100%;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 0 10px;
	color: #F60;
	background: inherit;
}
legend {
	padding: 0 10px;
	color: #666;
	background: inherit;
}
/* ------------ Layout settings ------------ */
.usual {
	margin: 0;
	padding:0;
	text-align: center;
	color: #666666;
	background:#FFF url(../images/head_back.gif) repeat-x top;
}

#header {
	margin:25px 0 10px 0;
	position:relative;
	padding-bottom:10px;
	background:url(../images/dot_line.gif) repeat-x bottom;
}
#header a {
	color:#555555;
}
	#logo {
		display:block;
		width:320px;
		background:url(../images/logo_r_line.gif) repeat-y right top;
		margin-bottom:20px;
	}

	.hm_main {
		position:absolute;
		top: 30px;
		right:220px;
		text-align:right;
		padding:0 3px 0 0;
		margin:0;
	}
	.hm_main img {
	 	vertical-align: top;
	 	margin:0 2px 0 0;
		padding: 0 2px 0 5px;
	}
	.hm_sub {
		position:absolute;
		top:5px;
		right:220px;
		font-size:90%;
		padding:0 0 2px 0;
		background:url(../images/dot_line.gif) repeat-x bottom;
	}
	.hm_sub img {
	 	vertical-align: top;
	 	margin:0 2px 0 0;
		padding:0px 2px 0px 5px;
	}
	#main_img {
		display:block;
		background:url(../images/main_img.jpg) no-repeat;
		height:132px;
		border-top:6px solid #BAC7B5;
		border-bottom:6px solid #BAC7B5;
	}
#main_area {
	clear:both;
	padding-top: 5px;	
}
/* #cc_baseのwidthが530px→100% marginをAUTO→10pxに変更した（要確認）　 */
		#cc_base {
			width:530px;
			text-align:left;
			
			margin:0 10px;
		}
#footer {
	clear:both;
	padding:16px;
	text-align:center;
	font-size:10px;
	background:#EFEFEF;
}
/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle {
	text-align: center;
	clear:both;
	color: #555;
	background:url(../images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 20px;
	line-height:normal;
	font: bold 110%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerCcolumn .blockContent {
	line-height: 150%;
	margin-bottom:10px;
}
.centerLcolumn {
	width: 260px;
	padding: 0 3px 0 0;
	margin: 0;
	float: left;
}
.centerLcolumn .blockTitle {
	color: #555;
	background:url(../images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerLcolumn .blockContent {
	padding: 0px 4px 8px 0px;
	line-height: 140%;
	margin-bottom:5px;
}
.centerRcolumn {
	width: 260px;
	padding: 0 0 0 3px;
	margin: 0;
	float: right;

}
.centerRcolumn .blockTitle {
	color: #555;
	background:url(../images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
}
.centerRcolumn .blockContent {
	padding: 0px 0px 8px 4px;
	line-height: 140%;
	margin-bottom:5px;
}
#content {
	clear: both;
	line-height:175%;
}
#page_top {
	clear: both;
	text-align: right;
}
#page_top a {
	margin-left:auto;
	display:block;
	width:65px;
	height:19px;
	text-decoration:none;
	background:url(../images/page_top.gif) no-repeat;
}
#xoops_banner {
	clear:both;
	text-align: center;
	padding: 15px 0;
}
/* ------------ left column & right column ------------ */
.leftcolumn {
	margin-bottom:15px;
}
.leftcolumn .blockTitle {
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	text-align:center;
	display:block;
	height:26px;
	width:170px;
	padding:15px 20px 0 20px;
	background:url(../images/blockTitleBack_l.gif) no-repeat;
}
.leftcolumn .sideBoxContent {
	padding: 5px 10px;
	line-height:150%;
	background:url(../images/left_back.gif);
	margin-bottom: 10px;
}
.rightcolumn .blockTitle {
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	padding:5px 3px 5px 25px;
	background:url(../images/blockTitleBack_r2.gif) no-repeat left center;
	background-color: #f2f4f4;
}
.rightcolumn .sideBoxContent {
	padding: 5px 10px;
	line-height:150%;
	background-color: #f2f4f4;
	margin-bottom:10px;
}
.rightcolumn .centeredContent {
	text-align: center;
	background-color: #f2f4f4;
}
/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
	display: block;
	text-decoration: none;
	color: #555;
	background-color:inherit;
	margin-bottom: 4px;
	padding: 3px;
	border-bottom:1px dotted #AAA;
}
#mainmenu a:hover, #usermenu a:hover {
	color: #669999;
	text-decoration: underline;
	background-color:inherit;
}
#mainmenu a.menuSub, #mainmenu a.menuSub:hover {
	padding-left: 25px;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}
/* ------------ for table ------------ */
.outer {
	border: 1px solid #DDD;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #EDF8E8;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F6FBF4;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F6F9F5;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #EDF8E8;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F6FBF4;
}
tr.odd {
	color: inherit;
	background: #F6F9F5;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	text-decoration: underline;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	background-color: #EEEEEE;
	color: #7F7F7F;
}
/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size:80%;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 2px;
	background: #FFF;
	color:inherit;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size:80%;
}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-size:80%;
}
.comDateCaption {
}
/* ------------ for bulletin or news module ------------ */
.itemHead {
	padding: 2px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding: 0 8px 0 13px;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 2px;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}


/* -------------------zencart------------------- */


.centerBoxWrapper {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em 0em 1em 0em; 
	background-image: url(../images/blockTitleBack_c_bar.gif);
	font-size: 1em;
	color: #666666;
	padding: 0.7em 0.2em;
	}

TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	line-height: 150%;
}

.centeredContent {
text-align: center;
background-color: #FFFFFF;
}

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0em 0em 0em 0em;
	}

.back {
  float: left;
}

.clearBoth {
	clear: both;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.centerboxheading {
  /*background-color: #abbbd3;*/
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}

#categories a {
	text-decoration: none;
	color: #555555;
	background-color:inherit;
	margin-bottom: 4px;
	padding: 3px;
}
#categories a:hover, #usermenu a:hover {
	color: #669999;
	text-decoration: underline;
	background-color:inherit;
}
#categories a.menuSub, #categories a.menuSub:hover {
	padding-left: 25px;
}


/* ------------ extra class settings ------------ */
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.fl_left {
	float: left;
	overflow:hidden;
}
.fl_right {
	float: right;
	overflow:hidden;
}
.photo_frame {
	margin: 0 2px 3px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background:#FFF;
	color:inherit;
}
.photo_r1 {
	float: right;
	margin: 0 0 3px 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background:#FFF;
	color:inherit;
}
.photo_l1 {
	float: left;
	margin: 0 2px 3px 0;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background:#FFF;
	color:inherit;
}
.photo_r {
	float: right;
	margin: 0 0 3px 2px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background:#FFF;
	color:inherit;
}
.photo_l {
	float: left;
	margin: 0 2px 3px 0;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background:#FFF;
	color:inherit;
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align:middle;
}
.small {
	font-size: 10px;
	line-height: 110%;
	padding: 5px 0;
}
.noteline {
	line-height: 200%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
}
.notice {
	color: #F60;
	background: inherit;
	font-weight: bold;
	border-bottom: 1px dotted #F30;
}
.topicbox {
	padding: 10px;
	border: 1px solid #CCC;
	background: #FDFDFD;
	color: inherit;
	margin: 10px 0;
}
.marker {
	color: inherit;
	background: #FDD;
	padding: 2px;
}
div.box1 {
	border:1px solid #EEE;
	background:url(../images/box1_back.gif);
	margin:3px 0;
	padding:10px;
}
div.box2 {
	border:1px solid #EEE;
	background:url(../images/box2_back.gif);
	margin:3px 0;
	padding:10px;
}

/* メニュースタイルここから */ 


#categoriesHeading{
display: none;
height:0px;
text-indent: -9999px;
background-color: #FFFFFF;
background:url('') no-repeat;
}


#categoriesContent ul{
	margin:-7px 0 0 -12px;
	padding: 0;
}

#categoriesContent li{
	margin: 0px;
	list-style: none;
	font-size:97%;
}

#categoriesContent ul ul{
	margin:4px 0 -4px 0px;
	padding: 0;
}

#categoriesContent ul li li{
	margin:0 0 0 0;
	padding: 0;
}
#categoriesContent ul li li a{
	margin:0;
	height: 36px !important;
	}

#categoriesContent li a{
width: 210px;
height: 30px;
display:block;
text-indent: -9999px;
margin: 0px 0px -4px 0px;
padding: 0;
}

#categoriesContent HR {
	height: 1px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

#categoriesContent .specials a{
background: url(https://www.makimo-plant.com/images/menu/01_08.png) no-repeat;
height: 30px;
}
#categoriesContent .specials a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_08a.png) no-repeat;
}
#categoriesContent .featured a{
background: url(https://www.makimo-plant.com/images/menu/01_06.png) no-repeat;
height: 30px;
}
#categoriesContent .featured a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_06a.png) no-repeat;
}
#categoriesContent .new a{
background: url(https://www.makimo-plant.com/images/menu/01_05.png) no-repeat;
height: 30px;
}
#categoriesContent .new a:hover{
background: url(https://www.makimo-plant.com/shop/images/menu/01_05a.png) no-repeat;
}
#categoriesContent .all a{
background: url(https://www.makimo-plant.com/images/menu/01_07.png) no-repeat;
height: 30px;
}
#categoriesContent .all a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_07a.png) no-repeat;
}

#categoriesContent .cpath_23 a{
background: url(https://www.makimo-plant.com/images/menu/01_01.png) no-repeat;
height: 30px;
}
#categoriesContent .cpath_23 a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_01a.png) no-repeat;
}
	#categoriesContent .cpath_23_28 a{
	background: url(https://www.makimo-plant.com/images/menu/02_01.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_28 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_01a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_32 a{
	background: url(https://www.makimo-plant.com/images/menu/02_02.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_32 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_02a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_31 a{
	background: url(https://www.makimo-plant.com/images/menu/02_03.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_31 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_03a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_29 a{
	background: url(https://www.makimo-plant.com/images/menu/02_04.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_29 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_04a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_33 a{
	background: url(https://www.makimo-plant.com/images/menu/02_05.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_33 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_05a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_34 a{
	background: url(https://www.makimo-plant.com/images/menu/02_06.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_34 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_06a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_27 a{
	background: url(https://www.makimo-plant.com/images/menu/02_07.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_27 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_07a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_30 a{
	background: url(https://www.makimo-plant.com/images/menu/02_08.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_30 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_08a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_35 a{
	background: url(https://www.makimo-plant.com/images/menu/02_09.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_23_35 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_09a.png) no-repeat;
	height: 36px;
	}

#categoriesContent .cpath_22 a{
background: url(https://www.makimo-plant.com/images/menu/01_02.png) no-repeat;
height: 30px;
}
#categoriesContent .cpath_22 a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_02a.png) no-repeat;
}
	#categoriesContent .cpath_22_24 a{
	background: url(https://www.makimo-plant.com/images/menu/02_12.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_22_24 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_12a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_22_25 a{
	background: url(https://www.makimo-plant.com/images/menu/02_11.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_22_25 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_11a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_22_26 a{
	background: url(https://www.makimo-plant.com/images/menu/02_10.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_22_26 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_10a.png) no-repeat;
	height: 36px;
	}

#categoriesContent .cpath_13 a{
background: url(https://www.makimo-plant.com/images/menu/01_03.png) no-repeat;
height: 30px;
}
#categoriesContent .cpath_13 a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_03a.png) no-repeat;
}
	#categoriesContent .cpath_13_19 a{
	background: url(https://www.makimo-plant.com/images/menu/02_13.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_19 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_13a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_18 a{
	background: url(https://www.makimo-plant.com/images/menu/02_14.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_18 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_14a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_16 a{
	background: url(https://www.makimo-plant.com/images/menu/02_15.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_16 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_15a.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_21 a{
	background: url(https://www.makimo-plant.com/images/menu/02_16.png) no-repeat;
	height: 36px;
	}
	#categoriesContent .cpath_13_21 a:hover{
	background: url(https://www.makimo-plant.com/images/menu/02_16a.png) no-repeat;
	height: 36px;
	}
	
#categoriesContent .cpath_15 a{
background: url(https://www.makimo-plant.com/images/menu/01_04.png) no-repeat;
height: 30px;
}
#categoriesContent .cpath_15 a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_04a.png) no-repeat;
}
#categoriesContent .cpath_14 a{
background: url(https://www.makimo-plant.com/images/menu/01_09.png) no-repeat;
height: 30px;
}
#categoriesContent .cpath_14 a:hover{
background: url(https://www.makimo-plant.com/images/menu/01_09a.png) no-repeat;
}

/* メニュースタイルここまで */ 

/* 商品リストの背景を1行おきに変えるここから */
.productListing-rowheading { /* ヘッダ行 */
	background-color: #F5F5F5;
	}
.productListing-odd { /* 奇数行 */
	background-color: #FFFFFF;
	}
.productListing-even { /* 偶数行 */
	background-color: #FAFAFA;
	}
.productListing-heading, /* ヘッダセル */
.productListing-data { /* データセル */
	padding: 5px ;
	}
.productListing-data { /* データセル */
	text-align: left;
	}
/* 商品リストの背景を1行おきに変えるここまで */

/*other*/
.hr01{
	border:1px dotted #c9c9c9;
	height:1px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}


.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}


/* 商品レイアウト */

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	width: 280px;	
	text-align: center;
	margin: 1em;
	border: 1px solid #94858E;
	background-color: #FFF7FB;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}
	
	

.greeting{
font-size: small;
font-weight: normal;
}

#indexDefaultHeading{
font-size: small;
font-weight: normal;
}





.fff{
	border-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1 #productName{
	float: right;
	width: 330px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #333;
	font-size: 5em;
}
h2 #productName{
	float: right;
	width: 330px;
	margin: 0px;
	padding: 0px;
	color: #CC0000;
}


.productDescription{
width: 530px;
}

#productAttributes{
	float: right;
	width: 330px;
	margin: 0;
}

h2 #productPrices{
	font-size: 5em;
	color: #CC0000;
}

#attribsOptionsText {
	float: right;
	width: 330px;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	/*background: url('../images/line.gif') repeat-y;*/
	background-image: url('../images/blockTitleBack_c_bar.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 1em 0 1em 0 ;
}

#productAdditionalImagesHeading, #productdescriptionHeading{
	float: right;
	width: 530px;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	/*background: url('../images/line.gif') repeat-y;*/
	background-image: url('../images/blockTitleBack_c_bar.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 1em 0 1em 0 ;
}

#productDetailsList{
	float: right;
	width: 330px;
	background-color: #FFFFFF;
	margin: 0;
	padding:0 0 0 0px;
}

#productiteminfo{
	float: right;
	width: 330px;
	font: bold 100%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	/*background: url('../images/line.gif') repeat-y;*/
	background-image: url('../images/blockTitleBack_c_bar.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 1em 0 1em 0 ;
}

.productListing-heading a {
	color: #CC0000;
	text-decoration: none;
	}

.productListing-heading a:visited {
	color: #946B6C;
	text-decoration: none;
	}

.productListing-heading a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.productListing-heading a:active {
	color: #CC0000;
	text-decoration: none;
	}


/* ショッピングカート */

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.3em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input {
	margin-bottom: 5pt;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	background-color:#EEFFFF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
/*	line-height: 1.5em;*/
/*	padding: 0.2em;*/
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
	
/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

/*wrappers - page or section containers*/
#mainWrapper {

	text-align: left;
	width: 784px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#headerWrapper, #contentMainWrapper {
	width: 784px;
	margin: auto;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.floatingBox_full {
	margin: 0;
	width: 516px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/* テキストエリアのスタイル */ 

#login-email-address {ime-mode: inactive;}
#company {ime-mode: active;}
#firstname {ime-mode: active;}
#firstname_kana {ime-mode: active;}
#lastname {ime-mode: active;}
#lastname_kana {ime-mode: active;}
#city {ime-mode: active;}
#street-address {ime-mode: active;}
#telephone {ime-mode: inactive;}
#fax {ime-mode: inactive;}
#postcode {ime-mode: inactive;}

.textInput,textarea{ 
background-color:#FFFFFF; 
} 
/* 選択状態のテキストエリアのスタイル */ 
.inputHighlighted{ 
background-color:#DFF0EE; 
color:#333333; 
} 

/*その他*/
#productDescription, #loginDefault, #loginDefault {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	line-height: 150%;
	}
#navBreadCrumb {
	width: 100%;
	background-color: #F7F7F7;
	font-size: 0.95em;
	padding: 0.5em;
	margin: 0 0px 0 0px;
	}

/* ページスプリットの装飾 */ 
.navSplitPagesLinks a:link{
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid #95ACAB;
   float: left;
   margin: 0.1em;
   padding: 1px 6px 1px 6px;
   text-align: center;
   display: block;
   color:#FFFFFF;
   text-decoration: none;
   background-color: #95ACAB;
	}
.navSplitPagesLinks a:hover{
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid #95ACAB;
   float: left;
   margin: 0.1em;
   padding: 1px 6px 1px 6px;
   text-align: center;
   display: block;
	color:#336666;
	background-color: #E1FFF3;
	}
.navSplitPagesLinks a:visited{
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid #95ACAB;
   float: left;
   margin: 0.1em;
   padding: 1px 6px 1px 6px;
   text-align: center;
   display: block;
   color:#CC6633;
   background-color: #95ACAB;
   }



.current{
	line-height: 1.2em;
	list-style-type: none;
	border: 1px solid #95ACAB;
	float: left;
	margin: 0.1em;
	padding: 1px 6px 1px 6px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	color:#6A8887;
	text-decoration: none;
	}
