/* テーマ：ネイチャー／結晶 */

*{
margin:0;
padding:0;

}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	margin:0px auto;
	padding:0px;
	font-size:76.5%;

	line-height:135%;
	color:#000066;
	background:url(../img/back_img.gif) repeat;
	text-align:center;

}

table{ /* 基本テーブル設定（固定）*/
	border:0px none;
	margin:0px;
	padding:0px;
	text-align:left;
	border-collapse:collapse;
}

th {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

td {border:0px none;margin:0px;padding:0px;border-collapse:collapse;vertical-align:top;}

th {white-space:nowrap;} 

h1,h2,h3,h4 { /* 基本タイトル（固定）*/
	padding:0px;
	margin:0px;
	font-size:100%;
	text-align:left;
}

a{ /* 基本のリンク （固定）*/
	color:#676767;text-decoration:underline}
a:hover {
	color:#4DB748;text-decoration:none}

ul{ /* 基本のリスト （固定）*/
	list-style-type:none;}

ul ul{	list-style-type:none;}

img{ margin:0; padding:0; border:0px; vertical-align:bottom}/* イメージボーダー指定 */

form {	padding:0px;display:inline;}

p{ line-height:150%;margin:0px;padding:0 0px;}

.clear_both { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center
}

.button1{ /* inputボタン設定 */
	cursor:hand;
	color:#FFFEFF;
	background:#928773;
	border:0px solid #928773;
	padding:0 10px;
	font-weight:700;

	/*
	border-top-color:#3F7BAE;
	border-right-color:#053B69;
	border-bottom-color:#053B69;
	border-left-color:#3F7BAE;
	*/

}

/* 左メニュー用 */
#leftSide .button1{ /* inputボタン設定 */
	width:2.4em;
	background:#5A492B;
	border:0px solid #5A492B;
	font-weight:100;
	padding:0;
	/*
	border-top-color:#3F7BAE;
	border-right-color:#053B69;
	border-bottom-color:#053B69;
	border-left-color:#3F7BAE;
	*/

}

/* sfari only \*/
html:\66irst-child body #leftSide .button1{
	width:auto;
}
/* end */

/* contents用 */
#center1 .button1{ /* inputボタン設定 */
	margin:11px 0;
}

.text1 {border:1px solid #CCCCCC;}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold;color:#FF0000;}/* エラーメッセージ */

.no2{font-size:110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color:#756651;} /* フォント赤 */
.orange{color:#FF9900;} /* フォントオレンジ */
.blue{color:#0000FF;} /* フォント青 */
.green{color:#006600;} /* フォント緑 */
.enji{color:#990000;} /* フォントエンジ */

.item img{/* 商品画像枠  */ 
	height:auto;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	text-align:center;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}




/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width:868px;
	text-align:left;
	background:#ffffff url(../img/shadow.gif) 0 0 repeat-y;
	padding:0 4px 0 4px;
	margin:0 auto;
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:#928773;
	border:1px solid #6C6851;
}

#enter .mainCont{
	padding-left:10px;
}

/* ヘッダー */
#header{
    background-position:right;
	width:100%;
	/* height:70px; */

	margin-bottom:-6px;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	/* min-height:70px; */
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:0px;
	margin:14px 0 0 29px;
/*	width:580px;*/
}

.shoplogo img{ /* サイトロゴブロック（設定の場合） */
	
/*	width:580px;*/
}

.siteName { /* サイト名 h1 （テキスト） */

	margin:0px;
	padding:0;
	font-size:92%;
	line-height:1em;
	color:#E8DDD7;
	font-weight:100;
}
.siteName a { color:#E8DDD7;text-decoration:none;}
.siteName a:hover { color:#E8DDD7;text-decoration:underline;}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）コメント化解除 */
	padding:0;
	margin:0px;
	color:#E8DDD7;
	font-weight:100;
	line-height:1em;
	font-size:92%;
}

.sitecopy a {color:#E8DDD7;text-decoration:none;}
.sitecopy a:hover {color:#E8DDD7;text-decoration:underline;}

.siteName,
.sitecopy{
	text-align:right;
	margin-right:10px;
}

/* ↓タイトルとコピーの表示を隠してます 消す場合はコメントを除去 */
/*
.siteName,
.sitecopy{
	text-indent:-1000em;
	text-decoration:none;
	overflow:hidden;
} */
/* ここまで */


/* ヘッダーメニュー領域 */
#headMenu {
	width:100%;
	height:28px;
	clear:both;

}

.headnavi { /* ヘッダーメニュー */
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/menu.gif) 8px 0 no-repeat;
	width:528px;
	height:28px;
	margin-right:10px;

	/* ↓変更すると崩れます */
	color:#fff;
	float:right;
	display:inline;	
	font-size:0;
	line-height:0;
	text-indent:-1000em;	

}
/* IE6対策 */
* html .headnavi {
	overflow:hidden;
}

.headnavi .navi01 {/* ヘッダーメニュー　各メニューの領域 */
	height:28px;
	margin-left:1px;
	font-size:11px;	
	
	/* ↓変更すると崩れます */
	float:left;
	display:inline;
	padding:0;
	position:relative;
}

.navi01 a {/* ヘッダーメニュー メニュー実態 */
	display:block;
	width:87px;
	height:28px;
	text-indent:-1000em;
	overflow:hidden;
	text-decoration:none;
}

.navi01 a:hover {/* ヘッダーメニュー ロールオーバー */
	filter: alpha(opacity=30); /* ie */
    opacity:0.3; /* opera ff safari */
	-moz-opacity :0.3; /* NN */
	background-color:#fff;
	/* 透過率と背景色を変更することによりロールオーバー効果に変化をつけることができます。 */
}


/* ヘッダー下装飾ライン */
.hline {
	border-bottom:1px solid #AFAA8C;
	width:850px;
	margin-left:8px;
	height:9px;
	clear:both;
}

/* IE6対策 */
* html .hline {
	overflow:hidden;
}

/********************************************************************/

#leftSide { /* 左サイドtd */
	width:177px;
	padding:0px;
	margin:0px;

	vertical-align:top;
	/*background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/leftside.gif) ;*/
	padding-left:9px;
	padding-right:5px;

}

html > body #leftSide { 
	width:171px;
}


#leftSide .text1 {
	width:110px;
}

#leftSide .bnr-box {
	margin-left:3px;
}

#leftSide .bnr-box img {
	margin-bottom:5px;
}

#rightSide { /* 右サイドtd （3列）*/
	width:170px;
	padding:0px;
	margin:0px;
	background:#ffffff;
	vertical-align:top;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/rightside.gif) ;*/
}

#rightSide2 { /* 右サイドtd （3列 ブログ）*/
	width:170px;
	padding:0px;
	margin:0px;
	background:#E1F3F5;
	vertical-align:top;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/rightside2.gif) ;*/
}

#center1 { /* センター td （2列）*/
	width:689px;
	padding:0px 4px 0 5px;
	vertical-align:top;

	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/center1.gif) repeat; */
}



#center2 { /* センターtd （3列）*/
	width:520px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#ffffff;
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	

	width:100%;

}

.header_area { /* ヘッダのフリーエリア */
	text-align:left;
	width:100%;
	margin:0px;
	padding:0px;
}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	width:100%;
	margin:30px 0px 0px 5px;
	padding:0px;
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding:1px 0px 0px 0px;
	margin:0px;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/sidebox.gif) ;*/
	text-align:center
}

.sidebox p a{ /* サイド リンク */
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/block-arrow.gif) 0 0.15em no-repeat;
	padding-left:16px;
	color:#746852;
	display:block;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/sidebox.gif) ;*/
}

.sidebox p a.none{ /* サイド リンク 画像用 */
	background:none;
	padding-left:0px;
	display:inline;
}

.sidebox img { /* サイド 画像 */
	margin: 0 auto 4px auto;
}
.sidebox p { /* サイド テキスト */
	text-align:left
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	margin-right:5px;

	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/centerbox.gif) ;*/
}

#enter .centerbox{
	margin:0px;
}

.center{ text-align:center;} /* センター */

.center table{ margin:0 auto;}


.right{ text-align:right;} /* 右 */
.left{ text-align:left;} /* 左 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:buttom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.centerbox .mainFrame .mainCont{

}


.centerbox .mainFrame .mainCont p{
	color:#756651;
	padding:5px;
}


.price{ /* 商品価格 */
	color:#666633;
	text-align:left;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:125%;font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align:left;
	color:#918773;
}
.expl a{color:#918773;	text-decoration:none;}
.expl a:hover{color:#918773;text-decoration:underline;}

.fixed{ /* 商品定価 */
	color:#33ff00;
	text-align:left;
}

h2.goods{

}


h2.goods {
}

h2.goods /* 商品名 （商品一覧）*/
	a{	color:#009966;
		text-decoration:none;
		font-weight:100;

	}
h2.goods a:hover{
		color:#4CB848;
		text-decoration:underline;
	}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px ;
	padding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#336666;
}

.shopCopy { /* サイト説明 */
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:8px 0px 0px 40px;
	margin:0px;
	color:#336666;
	width:auto;
	height:22px;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/title_bar01.jpg) repeat;
	line-height:100%;
	vertical-align:middle;
}

.title1{ /* タイトル1 h3 */
	padding:1px 0px 0px 18px;
	margin:0px;
	width:auto;
	color:#918773;
	height:20px;
	background:#fff url(../img/title-back.gif) 0 0 repeat;
	line-height:20px;
	vertical-align:middle;
}

.title1 img{
	vertical-align:-2px;
	_margin-top:1px;
}

/* 中央版 */
#center1 .title1{ /* タイトル1 h3 */
	width:662px;
}
html > body #center1 .title1{ /* タイトル1 h3 */
	width:662px;
}



#center1 .mainFrame .title1,
#center1 .mainFrame .title2,
#center1 .mainFrame .title3{
	margin:0 -5px;
}


/* 左メニュー版 */
#leftSide .title1{ /* タイトル1 h3 */
	padding:0px 0px 0px 10px;

}

.title1 a{color:#918773;text-decoration:none;}
.title1 a:hover{color:#918773;text-decoration:underline;}


.title2{ /* タイトル2 h3 */
	padding:1px 0px 0px 18px;
	margin:0px;
	width:auto;
	color:#918773;
	height:20px;
	background:url(../img/title-back.gif) 0 0 repeat;
	line-height:20px;
	vertical-align:middle;
}

/* 中央版 */
#center1 .title2{ /* タイトル2 h3 */
	width:662px;

}
html > body #center1 .title2{ /* タイトル2 h3 */
	width:662px;
}

/* 左メニュー版 */
#leftSide .title2{ /* タイトル2 h3 */
	padding:0px 0px 0px 10px;

}



.title3{ /* タイトル3 h3 */
/*
        padding:8px 0px 0px 40px;
        margin:0px;
        width:auto;
        color:#ffffee;
        height:22px;
        background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/title_bar02.jpg) repeat;
        line-height:100%;
        vertical-align:middle;
*/
}

.title3{ /* タイトル3 h3 */
	padding:1px 0px 0px 18px;
	margin:0px;
	width:auto;
	color:#918773;
	height:20px;
	background:#fff url(../img/title-back.gif) 0 0 repeat;
	line-height:20px;
	vertical-align:middle;
}

/* 中央版 */
#center3 .title3{ /* タイトル3 h3 */
	width:662px;
}
html > body #center3 .title3{ /* タイトル3 h3 */
	width:662px;
}

/* 左メニュー版 */
#leftSide .title3{ /* タイトル3 h3 */
	padding:0px 0px 0px 10px;

}


.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */

	padding:0px;
	margin:0px;
	width:auto;
	background:#ffffff;

}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding:10px 0px;
	margin:0px;
	width:auto;
}


ul.news{ /* 最新情報リスト設定 */
	text-align:left;
	padding:0px 0px 0px 12px;
	margin:0px;
	list-style:square;
	color:#285174;
}

li.p3{padding:3px;}

ul.free_list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#883636;
}

ul.list{ /* リスト設定 */
	text-align:left;
	padding:5px 10px;
	margin:0px;
	list-style:square;
	color:#883636;
}

ul.map{ /* サイトマップリスト設定 */
	text-align:left;
	padding:0px 20px;
	margin:0px;

}
li.sm1 { margin:4px ;display:block;}
li.sm2 { margin:0px 0px 0px 35px;display:block;}

li.sm1 a ,
li.sm2 a { color:#756651}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding:5px 15px;
	color:#756651;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/brown-arrow.gif) no-repeat ;
	background-position:left center;
}

.sitemap a{ /* サイトマップリスト 項目タイトルh4*/
	color:#756651;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #C4B69C;}

.layoutp3  { padding:10px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #C4B69C;}

.bordlayoutp3  { padding:15px 0px ; color:#756651;}/* ボーダーテーブル(余白3px) */

.bordlayoutp3 table  { color:#918773;}
.bordlayoutp3 th { padding:3px;border:1px solid #C4B69C;}
.bordlayoutp3 td { padding:3px;border:1px solid #C4B69C;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#DDDDD1;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#E0E0C2;padding:10px 0px;} /* カート部分 */

.bordlayoutp3 font{
	margin-top:18px;
	display:block;
}
/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:0px;
	background:#757575;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/layoutframe.gif) repeat;

}



.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:1px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px 0;
	background:#fff;
	/*background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/layout1.jpg) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
/*
	margin:0px;
	padding:3px 10px;
	color:#ffffee;
	text-align:left;
	background:#AFAA8C;
*/
	color:#918773;
	margin-bottom:5px;
}

#bread a{ /* パンクズ */
	color:#918773;
}

/* ポップアップ */
#enter #bread{ /* パンクズ */
	margin:0px;
	padding:3px 10px;
	color:#ffffee;
	text-align:left;
}


#enter #bread a{ /* パンクズ */
	color:#ffffee;
}

/* column内の場合 */
#center1 #bread{ /* パンクズ */
	width:660px;
}

h4.title{
	margin:5px 0px;	
	padding:2px 0px;
	color:#756651;
	border-bottom:1px solid #AFAA8C;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:5px;
	background:#fff;

}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent,
.mailmag_cha,
.mailmag_can{ /* 新規登録 h4 */
	padding:0px 0px 0px 60px;
	height:30px;
	line-height:30px;
	background-position:0 50%;
	background-repeat: no-repeat;

}

/* メールマガジンテーブル  */
.mainFrame .layoutp3  table td{
	vertical-align:middle;
}

.mainFrame .layoutp3  table form  td input{
	vertical-align:middle;
	width:auto;
}
.mainFrame .layoutp3  table  td input[type=text]{
	vertical-align:middle;
	width:190px;
}

.mainFrame .layoutp3  table  td input[name=CNT-1]{
	width:auto;
}



.mainFrame .layoutp3  table td input.button1{
	vertical-align:middle;
	width:100px;
}


.mailmag_ent{ /* 新規登録 h4 */
	background-image:url(http://www.lohasshop.co.jp/hpgen/HPB/theme/img/icon_mailmag_ent.gif);
}

.mailmag_cha{ /* アドレス変更 h4 */
	background-image:url(http://www.lohasshop.co.jp/hpgen/HPB/theme/img/icon_mailmag_cha.gif);
}

.mailmag_can{ /* 配信解除 h4 */
	background-image:url(http://www.lohasshop.co.jp/hpgen/HPB/theme/img/icon_mailmag_can.gif);
}

#sortList{ /* ソート */
	margin:0px;
	padding:10px 3px 5px 3px;
	width:auto;
	color:#333333;
	float:right;
}

.pageTop { /* ページトップ */
	padding:3px 5px 0px 17px;
	margin:10px 5px;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/icon_top.gif) no-repeat;
	font-size:90%;
	font-weight:bold;
	float:right;
}
.pageTop a{ text-decoration:none;}
.pageTop a:hover{ text-decoration:none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0px;
	margin:0px;
	height:40px;

	text-align:center;
	width:860px;
	margin-left:4px;
	
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:40px;
}

.footnavi { /*フッターメニューテキスト設定*/

	color:#FFFFFF;
	background:#AFAA8C;
	height:30px;
	line-height:30px;
}



.footnavi a{ color:#FFFFFF;text-decoration:none;}
.footnavi a:hover { color:#FFFFFF;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0px;
	margin:0px;
	width:auto;
	height:30px;
	line-height:30px;
	color:#FFFDFE;
	background:#3EB034;
	text-align:center;
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:30px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:13px 0 0 0px;
	width:auto;
	background:#fff;
	text-align:left;
}

#search label{
	padding:0px;
	margin:0px;
	color:#888564;
	font-weight:bold;
}

.fieldarea{padding:5px 0px 5px 0px;virtical-align:center;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0px 0px;	
	display:block;
	line-height:130%;
	background:#FFFFFF;
	width:159px;

	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/list.gif) ;*/
}

.list h3 { /* タイトル */
	padding:5px 5px;
	margin:0px;
}

ul.free_listbox{
	text-align:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.listbox{
	text-align:left;
	padding:0px;
	margin:0px 0 7px 0;
	list-style:none;
}

li.ca1 {
	margin:0px 0 0px 0;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/brown-border1.gif) 0 100% repeat-x;
	height:20px;
}

html > body li.ca1 {
	height:auto;
	min-height:20px;
}

li.ca2 {
	margin:0px;

}
li.ca1 a{ 
	padding:0px 0px 0px 20px;
	display:block;
	*display:inline-block;
	color:#756651;
	font-weight:bold;
	text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/title-mark1.gif) 3px 0.3em no-repeat;
}

li.ca1 a:hover{ 
	text-decoration:none;
	color:#4DB749;
	font-weight:bold;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/title-mark1.gif) 3px 0.3em no-repeat;
}

li.ca2 a{ 
	padding:3px 3px 3px 20px;
	display:block;
	*display:inline-block;
	color:#756651;
	text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/brown-arrow.gif) 10px 0.7em no-repeat ;
}
li.ca2 a:hover{ 
	color:#4DB749;
	text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/green-arrow.gif) 10px 0.7em no-repeat ;
}

li.ca3 {
	margin:0px;

}

li.ca3 a{ 
	padding:3px 3px 3px 20px;
	display:block;
	*display:inline-block;
	color:#756651;
	font-weight:bold;
	text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/brown-arrow.gif) 10px 0.7em no-repeat ;
}
li.ca3 a:hover{ 
	color:#4DB749;
	font-weight:bold;
	text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/green-arrow.gif) 10px 0.7em no-repeat ;
}
li.ca4 {
	margin:0px;
	border-bottom:1px #B0D2D1 solid;
}

li.ca4 a{ padding:3px 3px 3px 20px;display:block;
	color:#682d2d;font-weight:bold;text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/icon_eye02.gif) no-repeat #ffffee;
}

li.ca4 a:hover{ color:#ffffee;font-weight:bold;text-decoration:none;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/icon_eye02_ov.gif) no-repeat #5A8482;
}

.sline1 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:0px;
	font-size:0;
	background-color:#ffffff;

	/*background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/sline1.gif) repeat;*/
}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:0px;
	font-size:0;
	background-color:#ffffff;
	/*background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/sline2.gif) repeat;*/
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px;
	padding:5px 0px;
	background: #FFF;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/sidemain1.gif) ;*/
}

.sidemain1 p {
	padding:3px 0px 3px 0px;
	margin:0px;
	line-height:120%;
}

.sidemain1 ul { /* リスト設定 */
	margin:0px;
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display:block;
	padding:2px 0px 2px 10px;
	color:#334d55;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/icon_eye03.gif) no-repeat
}

/* カレンダー */
caption { /* 年月タイトル */
	 font-weight:bold;
	 text-align:center;
	 padding:3px;
	 color:#333333;
}
caption a{ color:#333333;text-decoration:underline;}
caption a:hover{ color:#333333;	 text-decoration:underline;}

.carender { /* カレンダー テーブル*/
	 border-collapse:collapse;
	 padding:5px 0px;
	 margin:0px;
	 text-align:center;
}

.carender td {
	padding:2px;
	border-collapse:collapse;
	text-align:right;
	border:1px solid #CCCCCC;	
}

.carender th {
	padding:2px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;	
}

th.day { /* ヘッダ平日 */
	font-weight:bold;
	color:#333333;
	background:#EEEEEE;
	text-align:center;
}

th.sun { /* ヘッダ日曜 */
	color:red;
	background:#FDDFFC;
	text-align:center;
}

th.sat { /* ヘッダ土曜 */
	color:blue;
	background:#D0E8FF;
	text-align:center;
}

.chert { /* 表示色説明枠  */
	margin:5px 5px;
	font-size:84%;
}
.chert td {
	border-collapse:separate;
	padding:0px 0px 0px 5px;
	border:2px solid #FFFFDD;
}

.line01{ border:#DEDBBE 1px dotted;vertical-align:buttom;} 
/* RSS設定 */
#rss{
	margin-left:5px;
}

/* カウンター */
#count{ 
	margin:0px;
	padding:5px;
	color:#BCBCBC;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
/*	padding:5px 0px 10px 0px;
	display:block;
	font-size:116%;
	color:#0098DF; */
	/* background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/entry_title.gif) ;*/
}

.entry_title{ /* ブログエントリータイトル h2 */
	padding:1px 0px 0px 18px;
	margin:0px 0 10px 0;
	width:auto;
	color:#918773;
	height:20px;
	background:#fff url(../img/title-back.gif) 0 0 repeat;
	line-height:20px;
	vertical-align:middle;
}

.entry_title a{ /* ブログエントリータイトル h2 a */
	color:#918773;
	text-decoration:none;
}
.entry_title a:hover{
	color:#918773;
	text-decoration:underline;
}


.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#756651;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:#ded9c5 1px dashed;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:1px 0px 0px 18px;
	margin:0px 0 10px 0;
	width:auto;
	color:#918773;
	height:20px;
	background:#fff url(../img/title-back.gif) 0 0 repeat;
	line-height:20px;
	vertical-align:middle;
}

.subtitle a{
	text-decoration:none;
	color:#918773;
}

 p.label { /* ブログコメントタイトル */
	font-weight:bold;
}

.tb_url{ /* トラックバックurl */
	font-weight:bold;margin-bottom:10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:red;font-weight:900;padding:3px;background-color:#DDDDD1;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:93px;
	background-position:center;
	margin-bottom:5px;
	background-repeat:no-repeat
}

.step_navi01 {
	background-image:url(../img/navi01.gif);

}

.step_navi02 {
	background-image:url(../img/navi02.gif);
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
}


/********************************************************************/
/* フリースペース */

/* 中央フリースペース1 */
/* お店紹介部分 */
.free_header{
	text-align:left;
	width:100%;
	margin-bottom:8px;
	padding:0px;
	color:#333333;

}

.free_header hr{
	display:none;
}

/* 枠 */
.frame-header,
.frame-footer{
	width:100%;
}

.frame-header{
	height:7px;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/frame-header.gif) 0 0 no-repeat;
	margin-top:7px;
	font-size:1px;
}

.frame-body{
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/frame-body.gif) 0 0 repeat-y;
	position:relative;
}


.frame-footer{
	height:7px;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/frame-footer.gif) 0 0 no-repeat;
	margin-bottom:7px;
}


.frame-body .sub-contents{
	display:inline;
	float:left;
	
}

/* 左 幸せいっぱい〜 */

.frame-body .row1{
	width:305px;
	margin-left:20px;
	height:162px;

}


.frame-body .row1 .h-title{
	margin-top:7px;
}

/* 画像は常に下 */
.frame-body .sub-contents.row1 .img{
	position:absolute;
	left:0;
	bottom:0;
}

/* ie6 */
* html .frame-body .sub-contents.row1 .img{
	bottom:-1px;
}


/* 右 オーガニック、ロハスを極める!! */

.frame-body .row2{
	width:302px;
	margin-left:27px;
	padding:0;
}

.frame-body .row2 .h-title{
	text-indent:-100em;
	height:37px;
	width:270px;
	background-image:url(http://www.lohasshop.co.jp/hpgen/HPB/img/h-text2.gif);
	display:block;
	margin: 8px 0 10px 0;
}

.frame-body .row2 p.space{
	margin-bottom:17px;
}

.frame-body .row2 .img{
	margin-bottom:48px;
}

.frame-body .row2 ul{
	margin:0;
	list-style:none;
	margin-bottom:-9px;
}
.frame-body .row2 ul li{
	padding-left:13px;
	background:url(http://www.lohasshop.co.jp/hpgen/HPB/img/brown-arrow.gif) 0 0.2em no-repeat;
	margin-bottom:9px;
}

/********************************************************************/
/* フッタのバナーエリア　通販ガイド */

#orderguide{
	width:674px;

}



/* title */
#orderguide h3{
	background:url(../img/guide-title.gif) 0 0 no-repeat;
	height:20px;
	width:100%;
	padding-left:21px;
	font-size:110%;
	color:#3EB034;
	margin-bottom:23px;
}

/* 書体 */
#orderguide em,
#orderguide address{
	font-style:normal;
}

#orderguide em{
	color:#3EB034;
}

/* 太文字　文章 */
#orderguide p.str{
	padding-bottom:9px;
}

#orderguide dl dt,
#orderguide dl dd{
	font-style:normal;
}



/* 行間 */
#orderguide .clearfix div p,
#orderguide .clearfix div dl,
#orderguide address{
	line-height:1.2;
}

/* 見出し */
#orderguide .clearfix h4{
	padding-left:15px;
	background:url(../img/f-arrow.gif) 0 0.25em no-repeat;
	margin-bottom:13px;
	height:14px;
}
#orderguide .clearfix > h4{
	height:auto;
	min-height:14px;
}


/* 左右枠 */
#orderguide .row1,
#orderguide .row2{
	float:left;
	display:inline;
	*margin-bottom:-22px;
}

/* 文字枠 */
#orderguide .row1 .clearfix div.area{
	text-align:left;
	float:left;
	margin-left:11px;
	width:275px;

}

/* 画像の指定 */

#orderguide #guide-img1{
	background:url(../img/l1.gif) 0 0 no-repeat;
	width:22px;
	height:16px;
}
#orderguide #guide-img2{
	background:url(../img/l2.jpg) 0 0 no-repeat;
	width:22px;
	height:21px;
}
#orderguide #guide-img3{
	background:url(../img/l3.jpg) 0 0 no-repeat;
	width:22px;
	height:22px;
}
#orderguide #guide-img4{
	background:url(../img/l4.jpg) 0 0 no-repeat;
	width:22px;
	height:15px;
}

#orderguide #guide-img5{
	background:url(../img/happy_logo.gif) 0 0 no-repeat;
	width:46px;
	height:88px;
}
#orderguide #guide-img6{
	background:url(../img/credit.jpg) 0 0 no-repeat;
	width:330px;
	height:33px;
}
#orderguide #guide-img7{
	margin-top:4px;
	background:url(../img/conbini.jpg) 0 0 no-repeat;
	width:151px;
	height:48px;
}
#orderguide #guide-img8{
	background:url(../img/r1.gif) 0 0 no-repeat;
	width:30px;
	height:24px;
}



/* 左 送料について */
#orderguide .row1{
	width:311px;
	margin-right:10px;
}

/* 枠下線 */
#orderguide .clearfix.border{
	background:url(../img/border4.gif) 0 100% repeat-x;
	padding-bottom:17px;
	margin-bottom:17px;
}

/* お問い合わせ */
#orderguide #footer-address{
	width:100%;
}

#orderguide #footer-address .address-area{
	margin:0;
	text-align:left;
}
#orderguide #footer-address .address-area img{
	margin-right:10px;
}

#orderguide #footer-address address a{
	color:#3BB137;
	text-decoration:underline
}
#orderguide #footer-address address a:hover{
	color:#3BB137;
	text-decoration:none;
}

/* 右 お支払い方法 */
#orderguide .row2{
	width:340px;
}


#orderguide .row2 dl{
	margin-top:9px;
}

#orderguide .row2 dl dt{
	padding-left:15px;
	background:url(../img/green-mark.gif) 0 0.3em no-repeat;
	font-weight:700;
	margin-bottom:8px;
}

#orderguide .row2 dl dd{
	margin-bottom:14px;
}


#orderguide .row2 dl dd img.float_left{
	margin-right:6px;
}
#orderguide .row2 dl dd div.area{
	width:290px;
}

/* 通販ガイド　メニュー */

ul.footer-menu{
	width:674px;
	padding-top:35px;
	background:url(../img/h-back.jpg) 100% 0 no-repeat;
	text-align:center;
	padding-bottom:5px;
}

ul.footer-menu li{
	display:inline;
	padding:0 7px 0 3px ;
	*padding:0 3px 0 7px;
	border-right:1px solid #918773;
	font-size:92%;
}

ul.footer-menu li.among{
	border-right:0px solid #918773;
}

ul.footer-menu li a{
	text-decoration:none;
	color:#938673;
}
ul.footer-menu li a:hover{
	text-decoration:underline;
	color:#938673;
}

/* カートページ　中央寄せ */
.center #orderguide,
.center ul.footer-menu{
	margin:0 auto;
}

/********************************************************************/
/* 商品一覧　ヘッダー */


/* ブランド一覧 */
.header_area div.contents{
	margin:10px 0 18px 0;
	padding:0 20px;
}

/* モダンブラウザ用 */
html > body .header_area div.contents{
	width:640px;
}


/* テキスト */
.header_area div.contents.information{
	margin-bottom:27px;
}

/* 枠がある場合 */
.header_area div.border{
	border:1px solid #CCC;
	width:638px;
}

html body .header_area div.items{
	padding:0;
	width:648px;
	padding:0 14px;
}

/* 追加ロゴ */
.header_area .items .menu{
	width:100%;
	margin:10px 0 10px 0;
}

.header_area .items .menu li{
	float:left;
	display:inline;
	width:75px;
	height:60px;
	/* text-align:center; */
	margin:0 39px 10px 0;
	vertical-align:middle;
}

.header_area .items .menu li img{
	vertical-align:middle;
}

* html .header_area .items .menu li{
	position:relative;
}


.header_area .items .menu li.none{
	margin-right:0;
}


/* アルバ */
.header_area div.contents.brand{
	padding:23px 34px 28px 25px;
	width:619px;
}

html > body .header_area div.contents.brand{
	width:619px;
}

.header_area div.contents.brand .clearfix{
	display:table;
}

.header_area div.contents div.float_left{
	margin:6px 30px 0 0;
}

/* --------------------------------
   □ clearfix
-------------------------------- */
.clearfix:after,
.contents:after,
.sub-contents:after,
.fieldarea:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/* WIN用IE \*/
.clearfix,
.contents,
.sub-contents,
.fieldarea { 
	zoom:1;
}
/* end */

/* MAC用IE only \*//*/
.clearfix,
.contents,
.fieldarea,
.sub-contents { display: inline-block; 
/* end */




/* campaign1 20070807 */
div#cp01{
text-align:center;
margin:20px auto 60px;
}

div#cp01 p.align-right{
clear:both;
text-align:right;
margin:0;
padding:5px 0;
}

div#cp01 .link_cart{
clear:both;
text-align:right;
margin:5px;
}

div#cp01 .link_cart a{
padding-left:25px;
background:url(/cp/cp1/img/bg_link_cart.jpg) left no-repeat;
}


div#cp01 p.lead{
text-align:center;
color:#666666;
line-height:1.6em;
margin:15px 0px;
}

div#cp01 div#box01_wrap{
width:635px;
margin:10px auto;
}

div#cp01 div#box01_wrap div#left{
width:310px;
float:left;
border:1px solid #999999;
}

div#cp01 div#box01_wrap div#right{
width:310px;
float:right;
border:1px solid #999999;
}

div#cp01 div#list01{
clear:both;
padding:25px;
}


div#cp01 div#list01 ul{
margin:0;
padding:0;
}

div#cp01 div#list01 li{
margin:0;
margin-bottom:10px;
padding:0;
text-align:left;
padding-left:25px;
background:url(/cp/cp1/img/bg_li_list01.jpg) left 0 no-repeat;
}

div#cp01 div#box02_wrap{
width:635px;
margin:10px auto;
}

div#cp01 div#box02_wrap div#left{
width:310px;
float:left;
background:#f6f5ed;
}

div#cp01 div#box02_wrap div#right{
width:310px;
float:right;
background:#f6f5ed;
}

div#cp01 div#box02_wrap h3{
margin:0;
padding:20px 0px 10px 13px;
color:#666666;
}

div#cp01 div#box02_wrap div#left p,
div#cp01 div#box02_wrap div#right p{
margin:0;
padding:10px 13px 20px;
font-size:10px;
text-align:left;
color:#999999;
}

div#cp01 div#box03{
width:635px;
border:1px solid #999999;
margin:0 auto;
}

div#cp01 div#box03 img{
float:left;
margin:10px 10px 0px 10px;
}

div#cp01 div#box03 p{
margin:0;
padding-top:30px;
line-height:18px;
text-align:left;
}

div#cp01 div#box03 p.link_cart{
text-align:right;
line-height:12px;
clear:none;
margin-bottom:10px;
margin-right:10px;
}



/*campaign02*/
div#cp02{
text-align:center;
padding:0;
margin:20px auto 60px;
width:674px;
}

div#cp02 p.align-right{
clear:both;
text-align:right;
margin:0;
padding:5px 0;
}

div#cp02 .link_cart{
clear:both;
text-align:right;
margin:5px;
}

div#cp02 .link_cart a{
padding-left:25px;
background:url(/cp/cp1/img/bg_link_cart.jpg) left no-repeat;
}

div#cp02 div#box01{
margin:10px 0;
}

div#cp02 div#box02{
margin:17px 0;
}

div#cp02 div#box03{
}

div#cp02 div#box04{
background:url(/cp/cp2/img/bg_box04_new.jpg) 0 0 no-repeat; 
margin:17px 0;
width:674px;
height:60px;
}

div#cp02 div#box05{
}

div#cp02 div#box06{
margin:17px 0;
}

div#cp02 div#box07{
}


div#cp02 div#box05{
width:670px;
}


div#cp02 div#left{
width:326px;
height:162px;
float:left;
background:url(/cp/cp2/img/box05_left_r2_c1.gif);
}

div#cp02 div#left div#left_inner{
width:326px;
height:162px;
float:left;
background:url(/cp/cp2/img/box05_left_r3_c1.gif) bottom no-repeat;
}


div#cp02 div#right{
width:326px;
height:162px;
float:right;
background:url(/cp/cp2/img/box05_right_r2_c2.gif);
}

div#cp02 div#right div#right_inner{
width:326px;
height:162px;
float:left;
background:url(/cp/cp2/img/box05_right_r3_c2.gif) bottom no-repeat;
}

div#cp02 p#p01{
font-size:10px;
padding:0px 10px 0px 20px;
color:#999999;
}

div#cp02 p#p02{
font-size:12px;
padding:5px 10px 0px 45px;
color:#666666;
}

div#cp02 p#p03{
font-size:12px;
padding:5px 10px 0px 45px;
color:#666666;
}

div#cp02 p#p04{
font-size:10px;
padding:20px 10px 0px 45px;
color:#999999;
text-align:left;
}

div#cp02 p#p04_01{
font-size:10px;
padding:10px 10px 0px 45px;
color:#999999;
text-align:right;
}

div#cp02 p#p05{
font-size:12px;
padding:10px 10px 0px 15px;
color:#666666;
text-align:left;
}

div#cp02 p#p06{
font-size:12px;
padding:10px 10px 0px 15px;
color:#666666;
text-align:left;
}

div#cp02 p#p07{
font-size:12px;
padding:22px 10px 0px 45px;
color:#666666;
text-align:left;
}

div#cp02 p#p08{
font-size:12px;
padding:12px 10px 0px 45px;
color:#666666;
text-align:left;
}

div#cp02 p#p09{
font-size:12px;
padding:12px 10px 0px 45px;
color:#666666;
text-align:left;
}

div#cp02 p#p10{
font-size:12px;
padding:12px 10px 0px 45px;
color:#666666;
text-align:left;
}

div#cp02 p#p11{
font-size:12px;
padding:50px 10px 0px 265px;
color:#666666;
text-align:left;
}








