/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 62.5%;*/
	color: #000000;
}

area {
	border :none;
}

img {
	border : 0;
}

a img {border: none;}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	}
 
a:visited {
	/*color: #3300FF;*/
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
}

.biggerText {
	font-size: 14px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT {
	display: inline;
	font-size: 12px;
	margin: 0px;
}

INPUT {
	display: inline;
	font-size: 12px;
	margin: 5px;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 140%;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 12px;
	margin: 0.2em 0.5em;
	}

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

LABEL.inputLabel {
	font-size: 12px;
	width: 10em;
	float: left;
	}

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

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

P, ADDRESS {
	padding: 0.5em;
}
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;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	vertical-align: top;
	}

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

#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, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	padding : 0px;
	margin: 5px 0px 10px 0px;
	float : left;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #9a9a9a;
	height: 1%;
	width: 100%;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navBreadCrumb {}
#navEZPagesTop {
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	padding: 5px;
	border-left: 1px solid #cccccc;
	}
#navColumnTwo {
	padding: 0.5em;
	border-right: 1px solid #cccccc;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	width : 615px;
	padding: 0px;
	margin : 6px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	vertical-align : top;
	margin: 1em;
	padding: 1em;
	}

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

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

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

.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;
	}

.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;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/

	margin-bottom: 1em;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	}

/*h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}*/

/*.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}*/

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, 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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

.productListing-data {
text-align : left;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*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;*/
	}

#accountLinksWrapper li {
	font-size : 12px;
}

#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;
	}

/*  Ohkawa add　大川水産追加  */

/* ヘッダー部のテキスト */
#headText {
	height : 20px;
	text-align : right;
	vertical-align : top;
}

#headText p {
	font-size : 12px;
	color : #FFF;
	padding : 0px;
	margin : 4px 7px 0px 0px;

}

#headBody{
	height : 84px;
	text-align : right;
	vertical-align : top;
}

#headBody #headFax{
	margin : 10px 6px;
}

.ohkawaMainPicture {
	height : 184px;
}

.ohkawaBanners img {
	margin : 5px 0px 5px 5px;
}

div#indexDefaultMainContent {
	background-color : #FFF;
	margin : 3px 0 0 0;
	padding : 0px;
}

/* */

.topInfo {
	vertical-align : top;
}

/* what's new の横のバナー */

#topBanner01 {
	width : 175px;
	vertical-align : top;
	text-align : right;
}

#topBanner01 img {
	margin : 0px 0px 5px 0px;
}

/* what's new */

div#whatsNewHead {
	width : 435px;
	margin : 0px;
	padding : 0px;
	background-image: url(../images/tile_back.jpg);
	border : 1px solid #CCC;
	text-align : left;
}

div#whatsNewHead img {
	margin : 0px;
	padding : 0px;
}

div#whatsNewMain {
	width : 435px;
	margin : 0px;
	padding : 10px 0px;
	border-right : 1px solid #CCC;
	border-left : 1px solid #CCC;
	border-bottom : 1px solid #CCC;
}

div#whatsNewMain p {
	font-size : 12px;
	margin : 0px 10px;
	padding : 0px;
	line-height : 180%;
}

div#topBanner02 {
	margin : 0px 5px 5px 5px;
}

/* topページのおすすめ一覧 */

.feature-description {

	font-size : 12px;
	text-align : left;

}

.feature-detail {
	text-align : right;
	margin-right : 5px;
}

.feature-picture {
	float : left;
	vertical-align : top;
	margin : 0px 3px;
}

.feature-name {
	font-size : 12px;
	text-align : left;
}

.feature-price {
	font-size : 14px;
	margin : 5px;
	color : #990100;
	text-align : left;

}

#topFeaturesHeading {
	background-image: url(../images/topFeaturedHead.jpg);
	background-repeat: no-repeat;
	height : 47px;

}

#featuredProducts {
	width : 615px;
	margin : 0px;
	padding:0px;
}

/* 大川お知らせ */

#ohkawaInfoHeader {
	background-image: url(../images/ohkawaInfoHeader.gif);
	background-repeat: no-repeat;
	width : 615px;
	height : 25px;
	margin : 5px;

}

#ohkawaInfo {
	width : 615px;
	margin : 0px 5px 5px 5px;

}

#ohkawaInfoLeft, #ohkawaInfoRight {
	font-size : 12px;
	width : 50%;
	vertical-align : top;
}

#ohkawaInfoLeft h1, #ohkawaInfoRight h1 {
	font-size : 12px;
	padding : 3px;
	color : #333;
	background-color : #FFE1E1;
}

#ohkawaInfoLeft h2, #ohkawaInfoRight h2 {
	font-size : 12px;
	padding : 3px;
	color : #333;
}

#ohkawaInfoLeft p, #ohkawaInfoRight p {
	margin : 3px 5px;
	padding : 0px;
	color : #333;
	line-height : 140%;
}

.info_detail {
	text-align : right;
	margin : 5px 0x 7px 0px;

}

#ohkawasidebannerContent {
margin : 0px;
padding : 0px;

}


#ohkawanagareContent img{
	margin : 0px;
	padding : 0px;
}

#ohkawanagareContent p{
	font-size : 12px;
	margin : 4px 4px 6px 4px;
	padding : 0px;
	line-height : 140%;
}

#ohkawanagareContent #caution{
	color : #CC0000;
}

/* topページ上部テーブル */

#mainTable {

	margin : 0px 0px 5px 5px;

}


/* 大川極上ひものセット */

#ohkawaProductsInfoHeader {
	background-image: url(../images/ohkawaProductInfo_head01.jpg);
	background-repeat: no-repeat;
	width : 615px;
	height : 212px;
	margin : 5px;

}

#ohkawaProductsInfo {
	width : 615px;
	margin : 0px 0px 5px 0px;
	
}

#OPIpicLeft {
	float : left;
	margin : 0px 5px 5px 10px;
}

#OPIpicRight {
	float : right;
	margin : 0px 10px 5px 5px;
}

.OPIp {
	font-size : 12px;
	line-height : 150%;
	margin : 0px;
}

#housou{
	font-size: 14px;
	color : #3A3A3A;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C40200;
	border-right-color: #C40200;
	border-bottom-color: #C40200;
	border-left-color: #C40200;
	text-indent: 10px;
	padding: 5px;
	margin-bottom : 10px;
}

/* 商品詳細用 */

#productDetailCol {
	margin : 0px;
	padding-top : 10px;
/*	background-color : #FFEDB5; orange-bg */
	background-color : #FFF;

}

/***** ページヘッダ見出し *****/
#productDetailcategoryName, #ezPagesHeading, #contactUsHeading, #cartDefaultHeading, #loginDefaultHeading, #logoffDefaultHeading, #accountDefaultHeading, #privacyDefaultHeading{
	margin : 0px;
	padding : 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	text-indent: 10px;
	font-size: 16px;
	color : #000;
}

#productName {
	color : #333;
}

#productPrices {
	margin-top : 10px;
	color : #CC0000;
}

#productDescription {
	font-size : 15px;
	font-weight : bold;
	color : #9F8923;
}

#productDetailDescription, .listingDetailDescription {
	font-size : 12px;
	line-height : 140%;
	color : #333;

}

h2#sozaiInfo {
	margin : 0px;
	padding : 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	text-indent: 10px;
	font-size: 16px;
	color : #000;
}

//素材情報

#sozaiTable td {
	vertical-align : top;
}

#sozaiTable td p {
	color : #333;]
	padding : 0;
	margin : 0px 0px 3px 0px;
	line-height : 140%;
}

/* カテゴリリスト */

h1#productListHeading, h1#advSearchDefaultHeading {
	font-size: 14px;
	color : #3A3A3A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C40200;
	border-right-color: #C40200;
	border-bottom-color: #C40200;
	border-left-color: #C40200;
	text-indent: 10px;
	padding: 5px;
	background-color : #FFF;
}


#CatInner {
	margin : 0px;
	padding : 0px;
	/* background-color : #FFEDB5; orange-bg */
	background-color : #FFF;

}

h3.itemTitle {
	color : #333;
	font-size : 17px;
	font-weight : bold;
}

div.listingDescription {
	font-size : 15px;
	font-weight : bold;
	color : #9F8923;
}

h3.productListPrice {
	font-size : 17px;
	color : #CC0000;
}

#ohkawaProductsInfoArea, #ohkawaInfoArea {
	background-color : #FFF;

}

.attributesComments {
	margin : 0px 10px 5px 10px;
	font-size : 15px;
	color : #333;

}

/*　特定商取引法に基づく表記　*/
#tokuTable td {
	vertical-align : top;
	font-size : 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#tokuTable td h4 {
	margin : 5px;
	padding : 0px;
	font-size : 13px;
	width : 160px;
}

#tokuTable td p {
	margin : 5px;
	padding : 0px;
}

.shippingTableLeft {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.shippingTR01 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #FFFF99;
}
.shippingTR02 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #FFD098;
}
.shippingTR03 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #FFA5AB;
}
.shippingTR04 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #F7BAFF;
}
.shippingTR05 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #BFB2FF;
}
.shippingTR06 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #B4DDFF;
}

/* 鮭カテゴリ用 */
#indexProductListCatDescription p{
	padding : 0;
	margin : 5px;
	font-size : 12px;
	line-height : 140%;
}

h2#salmon2007{
	color : #CC0000;
}

div#salmonColumn {
	margin : 10px;
	padding : 10px;
	border : 1px solid #CC0000;
	font-size : 12px;
	line-height : 140%;
	
}

/* カレンダー */
.cal {
	float : left;
	width : 135px;
	background-color : #666;
	margin : 5px;
}

.cal td{
	text-align : center;
	font-size : 11px;
	background-color : #FFF;
}

.cal #calHead{
	background-color : #666;
	color : #FFF;
	font-weight : bold;
}

.cal .holiday {
	background-color : #FFCC00;
}

.Sunday {
	color : #FF0000;

}

.Saturday {
	color : #0000FF;

}

#today {
	font-weight : bold;
	
}

/*  */

#checkoutSuccessMainContent p {
	font-size : 12px;

}

/* お買い物ガイド */
#ezPageDefault p {
	margin : 0px;
	font-size : 12px;
	color : #333;
}

h2.guideHead2 {
	margin : 10px 0px 8px 0px;
	color : #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color : #CC000;
	text-indent : 5px;
}

h3.guideHead3 {
	margin : 5px 0 0 0;
	padding 0px;
}

.caution {
	color : #FF0000;
}

/* 個人情報保護方針 */

#privacyDefaultMainContent h2, #privacyDefaultMainContent h3 {
	padding : 0;
	margin : 8px;

}

#privacyDefaultMainContent p, #privacyDefaultMainContent li {
	font-size : 12px;
	line-height : 160%;
}

/* 支払い */

.extraFields {
	font-size : 12px;
	background-color : #C8C8AC;
	margin-top : 10px;
	padding : 5px;
	
}

.extraComment {
	font-size : 12px;
}

/* カテゴリボックス */
#ohkawacategory-content {
	padding : 0;

}

#ohkawacategoryContent .ohkawaCategoryHead {
	color : #000;
	font-weight : bold;
	font-size : 13px;
	background-color : #F7BD8F;

}

#ohkawacategoryContent .ohkawaCategoryPic {
	width : 40px;
	border-bottom : 1px dotted #CCC;
}

#ohkawacategoryContent .ohkawaCategoryBox {
	font-size : 12px;
	border-bottom : 1px dotted #CCC;
}

#ohkawacategoryContent .ohkawaCategoryBottom {
	font-size : 12px;
	text-align : right;
}


/****** 2007-2008冬用 ******/
#tokusenGiftContainer{
	margin-left : 5px;

}

.TokusenGiftSetA {
	width:613px;
	_width:615px;
	background-color:#FFEDB5;
	border:solid 1px #CCCCCC;
	margin-bottom:5px;
}

table.GiftSettbA {
	border:0;
	margin:0;
}

table.GiftSettbA td {
	font-size:12px;
	color:#333333;
	line-height:140%;
	margin:0;
	padding:0;
	vertical-align:top;
}

table.GiftSettbA td a {
	font-size:14px;
	font-weight:bold;
}

table.GiftSettbA td p {
	margin:0;
	padding:0;
}


img.yazirusi {
	padding:0 5px 0 0;
}

.kagegoriwindow {
	margin-bottom:10px;
	width:303px;
	float:left;
}

/*商品一覧*/

table.list {
	margin:0 0 10px 0;
	padding:0;
}

table.list td {
	padding:5px 0;
	margin:0;
	border-bottom:dashed 1px #CCCCCC;
	text-align:left;
	font-size:0.8em;
	line-height:140%;
	vertical-align:top;
}

table.list td img {
	margin:0 10px 0 0;
}

table.list td.image {
	border:none;
	padding:0;
	width:110px;
}

table.list th {
	padding:0 0 5px 0;
	border-bottom:dashed 1px #CCCCCC;
	text-align:left;
	font-size:0.9em;
	line-height:140%;
	font-weight:bold;
}

/*フォーム*/
.fm {
	border:solid 1px #CCCCCC;
	background:
}

.formbtn {
	text-align:right;
}

.trans {
	margin-left:auto;
	margin-right:0;
	float:right;
}

.w150 {
	width:150px;
}

table.teiban {
	margin:0 0 20px 0;
	padding:0;
}

table.teiban td {
	padding:5px;
	border-bottom:dashed 1px #CCCCCC;
	line-height:130%;
	font-size:12px;
}

table.pdlist {
	width:600px;
	margin:0 0 20px 0;
	padding:0;
}

table.pdlist th {
	width:22%;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	line-height:140%;
	padding:5px;
	vertical-align:top;
}

table.pdlist th a {
	text-decoration:none;
}

table.pdlist td {
	line-height:140%;
	font-size:12px;
	color:#333333;
	padding:5px;
	vertical-align:top;
}

h4 {
	border-bottom:1px solid #B28728;
	display:block;
	font-family:"ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3",serif;
	font-size:14px;
	margin:0pt 0pt 10px;
	width:615px;
}

h4 span{
	color : #B28728;
}

/*** 冬用ここまで *****/

#productColumn p {
	font-size :14px;
	line-height : 140%;
}

/* 2010 */
a#banner10_01{
	display:block;
	width:302px;
	height:102px;
	background-image:url('../images/1006_himono.jpg');
	background-position:0px 0px;
}

a#banner10_01:hover{
	background-position:0px 102px;
}

a#banner10_02{
	display:block;
	width:302px;
	height:102px;
	background-image:url('../images/1006_bara.jpg');
	background-position:0px 0px;
}

a#banner10_02:hover{
	background-position:0px 102px;
}

a#banner10_03{
	display:block;
	width:302px;
	height:102px;
	background-image:url('../images/1006_umami.jpg');
	background-position:0px 0px;
}

a#banner10_03:hover{
	background-position:0px 102px;
}

.topGiftBanner{
	margin-left:8px;
}
#productHtml .caution {
	color : #666;
	font-size:10px;
}