/* ---------トップページのヘッダーメニューから飛べる各ページで使っています---------
・guide.html
・harai.html
・cart.html
・privacy.html
・business.html
・company.html
・商品詳細ページ



body         { font-size:12px;
			   line-height: 120%; 
			   text-align: center; color: #666666; 
               margin: 0; 
			   padding:0;
			 }


.contents { 
	width:700px;
	margin: 0 auto;
	text-align: center; 
	background-color: #FFFFFF;
}

a:link, a:visited {color: #669966; text-decoration: none;}
a:hover {color: #FF9933; text-decoration: underline;} 

共通部分はnatadewash.comの/public/style.css優先


*/

/* -------------------------　▼▼▼　ヘッダー　▼▼▼-----------------------------*/


.prdIndex_divide { background-image:url(../order-cgi/imagefiles/_dl01.gif);
			   background-repeat:repeat-x;}

.prdIndex a:link {color: #666666; text-decoration:none;}
.prdIndex a:visited {color: #666666; text-decoration:none;}
.prdIndex a:hover {color: #4c74c4;text-decoration:underline;}   
			
.headermenu_bg {
	background-image: url(../order-cgi/imagefiles/common/header_menubg.gif);
	background-repeat: repeat-x;
	}

.topmenu {
	font-size: 10px;
	text-align: right;
/*	background:url(../order-cgi/imagefiles/common/header_menubg.gif) left top repeat-x;*/
}
.topmenu a:link {color: #666666; text-decoration:none;}
.topmenu a:visited {color: #666666; text-decoration:none;}
.topmenu a:hover {color: #000000;text-decoration:underline;} 


/* -------------------------　▲▲▲　ヘッダー　▲▲▲　-----------------------------*/


/* -------------------------　▼▼▼　フッター　▼▼▼-----------------------------*/


.footermenu {
	font-size: 10px;
	line-height: 120%;
}

/* -------------------------　▲▲▲　フッター　▲▲▲　-----------------------------*/


/* -------------------------　▼▼▼　コンテンツ部分　▼▼▼-----------------------------*/

table {
	margin: 0 auto;
}

.gotoIndex {
	margin:0;
	padding:0;
}


.MainCont_outer {
	text-align: center;
}

.MainCont_inner {
	width: 640px;
	text-align: left;
	line-height: 140%;
}


.title {
	font-size: 16px;
	font-weight: bold;
	color: #04404A;
	line-height: 200%;
	text-align: left;
	background-image: url(../order-cgi/imagefiles/common/common_ttlbg2.gif);
	background-repeat: repeat-x;
}

.tb_layoutgd { margin: 20px 0px;}
.tb_layoutgd td { text-align: left}
.guideIndex { font-size: 14px; color: #D9002C;}


.tb_layoutbs  { table-layout: fixed; width: 640px; margin-top: 10px;}
.tb_layoutbs th { width: 150px;padding-left: 10px; text-align: left }
.tb_layoutbs td { padding:5px; text-align: left}


.tb_out  { table-layout: fixed; margin: 20px 0px 25px; background-color:#c3e0b5;}
.tb_out td { background-color: #FFFFFF; text-align: left}
.tb_in{ padding: 5px;}
.tb_in td { background-color: #f9fcf5; text-align: left }


.goTop {text-align:center;margin:20px 0;}
.goTop a:link { color: #3333FF; text-decoration: none; }
.goTop a:visited { color: #3333FF; text-decoration: none; }
.goTop a:hover { color: #FF9933; text-decoration: underline;}

/* -------------------------　▲▲▲　コンテンツ部分　▲▲▲-----------------------------*/

/* -------------------------　▼▼▼　商品詳細ページ　▼▼▼-----------------------------*/

.howTitle {
	font-size: 20px;
	font-weight: bold;
	color: #044A1A;
	line-height: 140%;
	text-align: left;
	background-image: url(../order-cgi/imagefiles/common/common_ttlbghow3.gif);
	background-repeat: repeat-x;
	margin: 2px 0px 5px;
	
}

.howLink { font-size: 12px;}
.howLink a:link {color: #666666; text-decoration:none;}
.howLink a:visited {color: #666666; text-decoration:none;}
.howLink a:hover {color: #000000;text-decoration:underline;}   

/* -------------------------　▲▲▲　商品詳細ページ　▲▲▲　-----------------------------*/



/*=========================================================================================*//*
//	2010.04.30堀追加　eiフォルダ内LPカゴ専用
--------------------------------------------*/
/*--商品ユニット--*/
.item {
	width:590px;
	margin-bottom:25px;
	padding-bottom:20px;
	border:0;
	border-bottom:2px solid #99cc99
}

/*--商品情報エリア--*/
.itemInfoArea {
	width:420px;
	margin-top:0;
	margin-left:20px
}

/*--商品名--*/
.itemInfo-1 {
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#696;
	line-height: 1.2em;
}	

/*--価格--*/
.itemInfo-2 {
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
	font-size:12px;
	text-align:left;
	color:#f00;
	line-height: 1.2em;
}

/*--カゴフォーム--*/
.itemInfoForm {
	text-align:left
}

.itemInfoForm form {
	margin:0
}
