/* テーマ：カラー／ホワイト */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	text-align:center;
	margin:0;
	padding: 0px;
	font-size: 80%;
	line-height:150%;
	color:#000000;
	background:#ffffff;
	letter-spacing:0.1em;
}

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: #ff9400; text-decoration: underline;}
a:hover {
	color: #FF0000; text-decoration:none;}

ul{ /* 基本のリスト （固定）*/
	list-style-type: square; }

ul ul{	list-style-type: none;}

img{ border:0px;}/* イメージボーダー指定 */

form {	padding: 0px; display: inline;}

p{ line-height:150%; margin:5px 0px;padding:2px 0px;}

.clear_both { /* 画像の周り込み解除 */
	cleftlear: both; 
	font-size: 1px; 
	visibility: hidden; 
	overflow: hidden; 
	height: 1px; 
	text-align: center;
}

.button1{ /* inputボタン設定 */
	/*cursor:hand;
	font-size:12px;
	color: #FFFFDD;
	background: #333333;
	border: 1px solid #999999;
	font-weight:normal;*/
}

.text1 {border:1px solid #CCCCCC;}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold; color:#CC0000;}/* エラーメッセージ */

.no2{font-size: 110%;} /* フォントズーム */

.strong{ font-weight:bold;}/* フォントボールド */

.red{color: #CC0000;} /* フォント赤 */
.orange{color: #FF9900;} /* フォントオレンジ */
.blue{color: #0000FF;} /* フォント青 */
.green{color: #006600;} /* フォント緑 */
.glay{color: #666666;} /* フォントグレー */

.item img{/* 商品画像枠  */ 
	height: auto;
	padding: 5px;
	margin: 0px;
	background: #f6f6f6;
	text-align:center;
}


.spacebox{/* スペース設定  */ 
	height: 50px;
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width: 860px;
    margin: 0px auto;
	text-align:left;
	border-top:1px #ffffff solid;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	background: /* url(container.gif) */ #ffffff;
}

/* マイページ、ポップアップ画面 */
#enter {
	width: 100%;
	text-align:left;
	background: /* url(enter.gif) */ #ffffff;
	border:1px solid #B6A081;
}

/* ヘッダー */
#header{
	width: 100%;
	height:60px;
	padding-bottom:8px;
	padding-left:20px;
	background:;
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding: 10px 5px 5px 0px;
	margin: 0px;
	width:100%;
}

.shoplogo img{ /* サイトロゴブロック（表示なし） */
	/*display:none;*/
}

.siteName { /* サイト名 h1 （テキスト） */
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:100%;
	line-height:3.5em;
}
.siteName a { color:#ffffff;text-decoration:none;}
.siteName a:hover {
	color:#ffffff;
	text-decoration:none;
}



.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding: 0px 10px 2px 0px; 
	margin: 0px;
	line-height:100%;
	font-weight:normal;
	font-size:85%;
}

.sitecopy a {color: #666666;text-decoration: none;}
.sitecopy a:hover {color: #282828; text-decoration:underline;}


/* ヘッダーメニュー */
#headMenu {
	width: 100%;
	margin:0;
	margin-bottom:20px;
	color:#FFFFFF;
	text-align:right;
}

.headnavi { /* ヘッダーメニューテキスト */
	padding-right:5px;
	padding-top:10px;
	/*color: #C8C8C8;*/
	background-color:#FFFFFF;
	color: #333333;
}

.headnavi a{
	padding:10px 0px;
	text-decoration: none;
	color: #333333;
}
.headnavi a:hover {
	color: #666666;
	margin:5px 0px;
	text-decoration:underline;
}

.navi01 {/* ヘッダーメニューアイコン */
	color:#333333;
	/*background: url(hnavi01.gif) no-repeat center left;*/
}

/* ヘッダー下装飾ライン */
.hline {
	border: 0px solid #B6A081;
	background: url(hline.gif) no-repeat #B6A081;
}

/********************************************************************/

#leftSide { /* 左サイドtd */
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	vertical-align: top;
	/* background: url(leftside.gif) ; */
}

#rightSide { /* 右サイドtd （3列）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	vertical-align: top;
	/* background: url(rightside.gif) ; */
}

#rightSide { /* 右サイドtd （3列 ブログ）*/
	width: 170px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	/* background: url(rightside2.gif) ; */
}

#center1 { /* センター td （2列）*/
	width: 690px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background: #FFFFFF;
	/* background: url(center1.gif) ; */
}

#center2 { /* センターtd （3列）*/
	width: 520px;
	padding: 0px; 
	margin: 0px;
	vertical-align: top;
	background:#FFFFFF;
	/* background: url(center2.gif) ; */
}

#center3 { /* センターtd （装飾用）*/
	vertical-align: top;	
	background: #ffffff;
	width:100%;
	/* background: url(center3.gif) ; */
}


.header_area { /* ヘッダのフリーエリア */
	text-align: left;
	margin:0px 0px 0px 10px;
	padding:0px;
	width:680px;
	/*border:1px #1587C2 solid;*/
}

.footer_area { /* フッタのフリーエリア */
	text-align: left;
	margin:0px 0px 0px 10px;
	padding:0px;
	width:680px;
	/*border:1px #1587C2 solid;*/
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px ;
	background:#ffffff;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin: 0px;
	padding: 0px 10px 10px 10px;
	/* background: url(centerbox.gif) ; */
}

.center{ text-align:center;} /* センター */
.right{ text-align:right;} /* 左 */
.left{ text-align:left;} /* 右 */
.middle{ vertical-align:middle;}/* テキスト縦中央 */
.buttom{ vertical-align:buttom;}/* テキスト縦下 */
.float_right{ float:right;}
.float_left{ float:left;}

/********************************************************************/
/* 基本商品テキスト設定 */

.price{ /* 商品価格 */
	color: #FF0000;
	text-align:left;
	font-weight:bold;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size: 140%;
	font-weight:bold;
}
.expl{ /* 商品説明文 */
	text-align: left;
	color:#333333;
}
.expl a{color:#333333;	text-decoration:none;}
.expl a:hover{color:#333333;text-decoration:underline;}

.fixed{ /* 商品定価 */
	font-size: 120%;
	color: #333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#666666; font-weight:bold;text-decoration:underline;}
a:hover{color:#FF0000;text-decoration:none;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin: 0px ;
	padding:0px;
}

.topIMG td{
	margin: 0px;
	padding:0px;
	background: #ffffff;
}

.shopCopy { /* サイト説明 */
	font-size:110%;
	line-height:130%;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color:#666666;
	font-weight:normal;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding: 15px 0px 12px 8px;
	margin: 0px;
	width: auto;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#000000;
	background-color:#D6D6D6;
}

.title1{ /* タイトル2 h1 */
	padding: 11px 0px 8px 8px;
	margin: 0px;
	width: auto;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	color:#ffffff;
	background-color:#ffffff;
	background: url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//title_bar.gif) repeat;
}
.title1 a{color:#000000;text-decoration:underline;}
.title1 a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.title2{ /* タイトル2 h1 */
	padding: 11px 0px 8px 8px;
	margin: 0px;
	width: auto;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	color:#ffffff;
	background-color:#9D8A6A;
	background: url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//title_bar.gif) repeat;
}
.title2 a{color:#000000;text-decoration:underline;}
.title2 a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.title3{ /* タイトル2 h1 */
	padding: 11px 0px 8px 8px;
	margin: 0px;
	width: auto;
	color:#ffffff;
	line-height:100%;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	letter-spacing:0.2em;
	background-color:#D6D6D6;
	background: url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//title_bar.gif) repeat;
}
.title3 a{color:#FF286F;text-decoration:underline;}
.title3 a:hover{
	color:#FF286F;
	text-decoration:underline;
	font-weight:bold;
}

.rank{/* ランキングアイコン */
        text-align: left;
		margin-bottom:5px;
}


.mainCont { /* メインコンテンツ */

	padding: 0px 0px 10px; 
	margin: 0px; 
	width: auto;
	background-color:#FFFFFF;
	/* background: url(maincont.gif) ; */
}

.contbox { /* メインコンテンツ内項目ボックス*/
	padding: 10px 0px; 
	margin: 0px; 
	width: auto; 
}


ul.news{ /* 最新情報リスト設定 */
	text-align: left;
	padding: 5px 0px 0px 10px;
	margin:0px;
	list-style-type:none;
	color: #000000;
	font-size:12px;
	background-color:#f6f6f6;
}

li.p3{padding: 3px;}
li.p3 a{color:#666666;text-decoration: underline;}
li.p3 a:hover{color:#ff0000;text-decoration:underline;}

ul.free_list{ /* リスト設定 */
	text-align: left;
	padding: 5px 10px;
	margin:0px;
	list-style:square;
	color: #333333;
}

ul.list{ /* リスト設定 */
	text-align: left;
	padding: 5px 10px;
	margin:0px;
	list-style:square;
	color: #333333;
}

ul.map{ /* サイトマップリスト設定 */
	font-size:110%;
	text-align: left;
	padding: 0px 20px;
	margin:0px;
	color: #333333;
}
li.sm1 { margin: 4px ; display: block;}
li.sm2 { margin: 0px 0px 0px -35px; display: block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	font-size:110%;
	padding: 5px 25px;
	color: #333333;
	background: url(icon_sitemap.gif) no-repeat ;
	background-position: left center;
}


/* テーブル余白設定  （固定） */
.layoutp5  { padding:5px 0px;}/* 余白5px */
.layoutp5 th { padding:5px;}
.layoutp5 td { padding:5px;}
.layoutp5 .border { border:1px solid #CCCCCC;}

.layoutp3  { padding:5px 0px;}/* 余白3px */
.layoutp3 th { padding:3px;}
.layoutp3 td { padding:3px;}
.layoutp3 .border { border:1px solid #000000;}

.bordlayoutp3  { padding:5px 0px;}/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th { padding:3px;border:1px solid #999999;}
.bordlayoutp3 td { padding:3px;border:1px solid #999999;}
.bordlayoutp3 .side { padding:10px 15px;}/* 横余白10px */

.backcolor1 { background:#DDDDDD;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF; vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#D7EBF4;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* background: url(layoutframe.gif) ; */
}
.layoutFrame td{
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin: 0px;
	padding: 3px;
	background:#ffffff;
	/* background: url(layout1.gif) ; */
}
.layout1 td{
	margin: 0px;
	padding: 10px;
	text-align: center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin: 0px;
	padding: 3px 15px;
	color: #666666;
	text-align:left;
	background:#FFFFFF;
}
#bread a { color: #666666; }
#bread a:link { 
	text-decoration:underline; 
}
#bread a:hover { 
	text-decoration:underline; 
	color: #FF0000; 
}

h4.title{
	font-size:110%;
	margin: 5px 0px; 	
	padding: 2px 0px;
	color: #FF0000;
	border-bottom:1px dotted #333333;
}

.mainFrame{ /* メイン大枠 */
	margin: 0px;
	padding: 1px;
	background-color:#ffffff;
	/*ackground: #1587C2;*/
	/* background: url(mainframe.gif) ; */
}

p.title	{ margin: 3px 0px; 	
	padding: 2px 0px;
	color: #669933;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent,.mailmag_cha,.mailmag_can {
	color:#FF0000;
}

.mailmag_ent{ /* 新規登録 h4 */
	font-size:110%;
	padding: 12px 0px 0px 60px;
	background: url(icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	font-size:110%;
	padding: 12px 0px 0px 60px;
	background: url(icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	font-size:110%;
	padding: 12px 0px 0px 60px;
	background: url(icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin: 0px;
	padding: 10px 3px 5px 3px;
	width: auto;
	color:#333333;
	float: right;
}

.pageTop { /* ページトップ */
	padding: 13px 0px 3px 17px;
	margin:10px 0px 5px  5px ;
	background-image: url(icon_top.gif);
	background-repeat: no-repeat;
	background-position: 50% left;
	font-size:90%;
	font-weight:bold;
	float: right;
}
.pageTop a{ color:#666666;text-decoration: none; border:1px #FFFFFF solid; padding:3px;}
.pageTop a:hover{ color:#FF0000;text-decoration: none; border:1px #FF0000 solid; padding:3px;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding: 0px;
	width: auto;
	background-color:#ffffff;
	color:#333333;
	height: 50px;
	text-align:center;
	margin-top:13px;
	vertical-align:bottom;
	padding-top:35px;}

.footnavi { /*フッターメニューテキスト設定*/
	padding:0px;
	color: #333333;
}
.footnavi a{ 
	color: #333333;
	text-decoration: underline;
	font-weight:normal;
}
.footnavi a:hover { color: #FF0000;text-decoration: underline; }

#copyright { /* コピーライト */
	padding: 0px;
	width: auto;
	height: 20px;
	text-align:center;
	vertical-align:bottom;
	/* background: url(copyright.gif) ; */
}
/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding: 6px 5px 12px 0px; 
	margin: 0px;
	width: auto;
	background:#ffffff;
}

#search label{
	padding: 7px 0px 0px 7px;
	margin: 0px;
	color:#000000;
	line-height:100%;
	letter-spacing:0.2em;
	font-size:12px;
	font-weight:bold;
}


.fieldarea{padding:5px 0px 5px 0px; virtical-align:center;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding: 0px 0px;	
	display: block;
	line-height:130%;
}

.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;
	list-style:none;
}

li.ca1 {
	margin: 0px;
	border-top: 1px dotted #cccccc;	
}

li.ca2 {
	margin: 0px;
	border-bottom: 1px solid #666666;
}
li.ca1 a{ padding: 7px 3px 7px 18px;
	display: block; 
	font-weight: normal;
	text-decoration: none; 
	background-image:url(http://asteria-organic.jp/pic-labo/arrow_orange.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#333333;
	text-decoration:none;
	font-size:12px;
}

li.ca1 a:hover{
	font-weight: normal;
	text-decoration: underline;
	color:#ff9400;
	background-image:url(http://asteria-organic.jp/pic-labo/arrow_orange.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

li.ca2 a{ padding: 1px 3px 1px 15px;
	display: block;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	
}
li.ca2 a:hover{
	color:#000000;
	font-weight: normal;
	text-decoration: none;
	background: url(icon_eye02_ov.gif) no-repeat #DDDDDD;
}

li.ca3 {
	margin: 0px;
	border-top: 1px solid #FFFFFF;	
	border-bottom: 1px solid #FFFFFF;	
}

li.ca3 a{ padding: 5px 3px 5px 15px;
	display: block; 
	font-weight: normal;
	text-decoration: none; 
	background-image:url(icon_eye01.gif);
	background-repeat:no-repeat;
	/*background:#FFF0F5;*/
	color:#000000;
}

li.ca3 a:hover{
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
	background-image:url(icon_eye01_ov.gif);
	background-repeat:no-repeat;
	background-color:#666666;
}

li.ca4 {
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

li.ca4 a{ padding: 3px 3px 3px 25px;
	display: block;
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	background: url(icon_eye02.gif) no-repeat #EBEBEB;
}

li.ca4 a:hover{
	color:#547D2B;
	font-weight: normal;
	text-decoration: none;
	background: url(icon_eye02_ov.gif) no-repeat #EBFFAC;
}

.sline1 { /* サイドバー下ライン */
	padding: 0px;
	margin: 0px;
}

.sline2 { /* サイドバー下ライン */
	padding: 0px;
	margin: 0px;
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin: 0px ;
	padding: 0px;
	background:  #FFFFFF;
}

.sidemain1 p {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	line-height:150%;
}

.sidemain1 ul { /* リスト設定 */
	margin: 0px; 
	padding:3px 0px 3px 0px;
	list-style:none;
} 

.sidemain1 li {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #0E577E;
	background: url(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;
	 background-color:#FFFFFF;
}

.carender td {
	padding:2px;
	border-collapse: collapse;
	text-align:right;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

.carender th {
	padding:2px;
	border-collapse: collapse;
	border:1px solid #CCCCCC;	
	 background-color:#FFFFFF;
}

th.day { /* ヘッダ平日 */
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	text-align: center;
}

th.sun { /* ヘッダ日曜 */
	color: #FFFFFF;
	background: #666666;
	text-align: center;
}

th.sat { /* ヘッダ土曜 */
	color: #666666;
	background: #DDDDDD;
	text-align: center;
}

.chert { /* 表示色説明枠  */
	margin:5px 0px;
	font-size:84%;
}
.chert td {
	border-collapse: separate;
	padding:0px 0px 0px 5px;
	border:2px solid #FFFFFF;
}

.line01{
	/*border: #DEDBBE 1px dotted;*/
	vertical-align:buttom;
} 

#rss{ / * RSS設定 */
	margin: 10px 0px 20px 0px ;
	padding: 10px 0px 20px 10px ;
}

#count{ / * カウンター */
	margin: 0px;
	padding:5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding: 5px; 
	margin: 2px 0px;
	width: auto;
	/* background: url(blogbox.gif) ; */
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:6px 0px 5px 8px;
	margin-bottom:15px;
	display: block; 
	font-size:12px;
	color: #ffffff; 
	text-decoration:none;
	background: url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//title_bar.gif) repeat;
}

.entry_title a { color:#ffffff;text-decoration:underline;}
.entry_title a:hover {
	color:#ffffff;
	text-decoration:none;
}

.entry_date{
	display: block; 
	padding: 10px 0px 3px 0px; 
	color: #333333; 
	text-align:right;
}

.state{ /* ブログステータス */
	padding: 2px 0px;
	text-align: right;
	border-top: 1px solid #ded9c5; 
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	text-align: left;
	font-size:110%;
	color:#547D2B;
	background: url(subtitle.gif);
	height:19px;
}

 p.label { /* ブログコメントタイトル */
	font-weight: bold;
	color:#666666;
}

.tb_url{ /* トラックバックurl */
	font-weight: bold; margin-bottom: 10px;
}

/********************************************************************/
/* カート */

.point {font-size:120%;color:red;font-weight:900;}

.pointline {font-size:100%;color:#FFFFFF;font-weight:900;padding: 3px ; padding-bottom:5px;background-color: #666666;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(navi01.gif);
	background-repeat:no-repeat;
}

.step_navi02 {
	background-image:url(navi02.gif);
	background-repeat:no-repeat;
}

.step_navi03 {
	background-image:url(navi03.gif);
	background-repeat:no-repeat;
}

.step_navi04 {
	background-image:url(navi04.gif);
	background-repeat:no-repeat;
}

.topcenter_table {
	margin-top:5px;
	font-size:10px;
}

/* 各カテゴリー */
.category{
	margin: 0px;
	padding: 0px;
	width: 630px;
}
.categoryright{
	float: right;
	margin: 0px;
	padding: 5px 0px 10px 20px;
}
.categorytxt{
	margin: 0px;
	padding: 5px 0px 10px 5px;
}
.category h2{
	margin: 0px 0px 5px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	height: 16px;
	color: #333333;
}
.categoryimg{
	padding: 1px 2px 2px 3px;
	margin: 0px;
        width: 205px;
        height: 68px;
}
/* カテゴリメニュー */
#categoryMenu {
	width:100%;
	height:20px;
	background:/*  url(../hpgen/HPB/theme/img/body_img.gif) repeat */ #ffffff;
	clear:both;
}

.categorynavi { /* ヘッダーメニューテキスト */
	padding:1px 20px 2px 20px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	line-height:1.5em;
}

.categorynavi a{color:#666666;text-decoration:underline;}
.categorynavi a:hover {color:#ffcc66;text-decoration:underline;}

.categorynavi01 {/* カテゴリメニューアイコン */
	background-position:left center;
	background-repeat:no-repeat;
	height:20px;
	/* background:url(../hpgen/HPB/theme/img/navi01.gif) ;*/
}


/* トップアイシスニュース */
.news-img	{
    margin: 0px;
    padding: 0px 0px 0px 15px;
    float: right;
}
.news-title	{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}
.pointimg	{
    margin: 0px 0px 0px 5px;
}

/* 新着一覧 */
.newitem-box { /* 親ボックス */
	margin: 0px;
	padding: 0px;
	width: 650px;
}
.newitem-box .newitem-a-box { /* ボックス */
	margin: 0px;
	padding: 0px 0px 15px;
	width: 108px;
	height: 200px;
	float: left;
}
.clear{
clear:both;
} 
.pad2 { /* 画像 */
	margin: 0px;
	padding: 6px;
	width: 96px;
	height: 96px;
}
.textnew1 { /* 日付 */
	margin: 0px;
	padding: 6px;
	font-size:11px;color: #fd0013;
    line-height: 10px;
}
.textnew2 { /* カテゴリー */
	margin: 0px;
	padding: 0px　6px　0px;
	font-size:10px;
	font-weight: bold;
    line-height: 1.5em;
}
.textnew3 { /* 説明 */
	margin: 0px;
	padding: 0px　6px　0px;
	font-size:10px;
    line-height: 1.5em;
}

/* ニュース記事 */
table.news5	{ /* テーブル */
	border-collapse: collapse;	border-spacing: 0;
	border: 1px solid #cccccc;
	width: 670px;
	color: #623826;
	vertical-align : top;
}
.news5 th	{
	border-bottom: 1px dotted #cccccc;
	padding: 20px;
}
.news5 td	{
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #cccccc;
}
.newsmidashi{ /* 見出し */
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #cc0000;
	font-weight : bold;
}
table.news6	{ /* テーブル */
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	vertical-align : top;
}
.news6 td	{
	padding:0px 0px 0px 10px;
	vertical-align : top;
    border-bottom: 0px solid #ffffff;
}
.newscap { /* キャプション */
	margin: 0px;
	padding: 0px 20px 10px 0px;
	font-size:10px;
    line-height: 1.5em;
}

/* 特集一覧ページ */
.special-box { /* 親ボックス */
	margin: 0px;
	padding: 0px;
	width: 500px;
}
.special-box .special-a-box { /* ボックス左 */
	margin: 0px;
	padding: 0px;
	width: 250px;
    height: 160px;
	float: left;
}
.special-box .special-b-box { /* ボックス右 */
	margin: 0px;
	padding: 0px;
	width: 250px;
    height: 160px;
	float: right;
}
.pad3 { /* 画像 */
	margin: 0px;
	padding: 0px 0px 3px;
	width: 230px;
	height: 90px;
}
.textcap { /* キャプション */
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-size:11px;
    line-height: 1.5em;
}
.textdays { /* 日付 */
	margin: 0px;
	padding: 0px;
	font-size:10px;color: #fd0013;
    line-height: 1.5em;
}

/* サイトについて*/
.aboutus-box2 { /* 小ボックス */
	margin: 0px;
	padding: 15px 0px 0px;
	width: 630px;
}
.aboutusimg2 { /* テキスト画像 */
	margin: 0px;
	padding: 15px 70px 15px;
}
.aboutustxt { /* テキスト */
	margin: 0px;
	padding: 0px 70px 10px 70px;
}
.aboutus-box3 { /* コスメについてボックス */
	margin: 0px 0px 0px 70px;
	padding: 5px 0px 5px 0px;
	width: 490px;
	border-top: 1px #cccccc dotted;
}
.aboutus-box4 { /* コスメについてボックス */
	margin: 0px 0px 10px 70px;
	padding: 5px 0px 5px 0px;
	width: 490px;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
}
.aboutus-box5 { /* コスメについてボックス */
	margin: 0px 0px 15px 70px;
	padding: 20px;
	width: 450px;
	background-color:#F9F5EC;
}
/* --- リンク --- */
a.link:link,
a.link:visited,
a.link:hover,
a.link:active
{
	color: #ff6600;
	text-decoration: underline; /* テキストの下線（あり） */
}
/* --- ナビゲーションバー --- */
.nav {
	width: 630px; /* ナビゲーションの幅 */
	background: #ffffff; /* ナビゲーションの背景 */
	border-bottom: 1px #cccccc solid; /* 下枠線 */
}
/* --- メニューエリア --- */
.nav .nl {
	width: 100%; /* メニューの幅 */
	margin: 0;
	padding: 5px 0; /* メニューのパディング（上下、左右） */
	list-style-type: none;
	text-align: center;
}
/* --- メニュー項目 --- */
.nav .nl li {
	float: left;
}
/* --- メニューリンク --- */
.nav .nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 0px 10px; /* リンクエリアのパディング（上下、左右） */
	border-right: 1px #808000 solid; /* リンクエリアの右枠線 */
}
/* --- メニューリンクテキストの色 --- */
.nav .nl li a:link,
.nav .nl li a:visited,
.nav .nl li a:hover,
.nav .nl li a:active
{
	color: #808000;
	text-decoration: underline; /* テキストの下線（あり） */
}
/* --- メニューポイント時の設定 --- */
.nav .nl li a:hover {
	color: #ff6600;
	text-decoration: underline; /* テキストの下線（あり） */
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ヘナQ&A --- */
.henna {
margin-top: 1em;
padding: 5px 10px;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 5px solid #cccccc;
background-color: #ffffff;
font-weight : bold;
}

/* howtoページ */
table.howto	{ /* テーブル */
	border-collapse: collapse;	border-spacing: 0;
	width: 240px;
	border: 1px solid #cccccc;
	vertical-align : top;
	margin:0px 0px 10px;
}
.howto td	{
	padding: 15px;
}
.howtoleft	{
	padding: 0px 20px 0px 0px;
}
.howtoimg	{
	padding: 0px 0px 10px;
}
p.howtotitle {
	margin-bottom: 1em;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	background-color: #ffffff;
	width: 340px;
	font-weight : bold;
}
p.howtotext {
	margin-bottom: 1.5em;
}
p.howtocolumtext {
	margin-bottom: 1em;
}
p.howtocolumtext2 {
	font-size:10px;
    line-height: 1.5em;
}

/* コラム共通 */
table.common	{ /* テーブル */
	border-collapse: collapse; border-spacing: 0;
	border: 1px solid #cccccc;
	width: 560px;
	vertical-align : top;
}
.common td	{
	padding: 30px;
}
A.columlink:link,
A.columlink:visited,
A.columlink:hover,
A.columlink:active
{
	color: #ff6600;
	text-decoration: underline;
}
A.columlink:hover {
	color: #ff9933;
	text-decoration: underline;
}


table.colum_midashi	{ /* 一覧見出しテーブル */
	border-collapse: collapse; border-spacing: 0;
	border: 0px solid #ffffff;
	width: 630px;
}
.colum_midashi td	{
	padding: 0px 30px 30px 0px;
	vertical-align: top;
}
p.colum_midashi{ /* 一覧見出しタイトル */
	margin:0px 0px 10px;
	padding:5px 0px 5px 10px;
	border-left:#ccc 8px solid;
	border-bottom:#ccc 1px solid;
	font-size: small;
	font-weight: bold;
	color:#666;
        width: 210px;
        background:#F5F5F5;
}
.colum_cap { /* キャプション */
	margin: 0px;
	padding: 0px 20px 10px 5px;
	font-size:10px;
    line-height: 1.5em;
}

/* 手作りコスメ */
table.handmade	{ /* テーブル */
	width: 630px;
}
.handomadetd1	{
	padding: 30px;
        background-color: #F5F5F5;
        text-align: center;
}
.handomadetitle { /* 見出し */
	margin: 0px;
	padding: 0px 0px 3px;
	font-weight: bold;
	text-align: left;
	color:#666;
}
.handomadebox { /* ボックス1 */
	margin: 0px 0px 10px;
	padding: 20px;
	width: 560px;
        background-color: #ffffff;
        text-align: left;
}
.handomadebox2 { /* ボックス2 */
	margin: 0px 10px 10px 0px;
	padding: 10px;
	width: 92px;
        background-color: #ffffff;
        float: left;
}
.handomadebox3 { /* ボックス3 */
	margin: 0px 0px 10px 0px;
	padding: 10px;
	width: 92px;
        background-color: #ffffff;
        float: right;
}

/* TOPおすすめ&新着*/
.double-box { /* おすすめ&新着ボックス */
	margin: 0px;
	padding: 0px;
	width: 445px;
	background: #f7f2df;
}
.double-box2 { /* おすすめ&新着ボックス */
	margin: 0px;
	padding: 0px 2px 0px 3px;
	width: 84px;
	float: left;
	height: 125px;
}
.double_img { /* おすすめ&新着画像 */
	margin: 0px;
	padding: 0px;
	width: 74px;
	height: 74px;
        border: 4px solid #ffffff;
}
/* 角丸背景画像 */
.rbroundbox { background: url(http://www.isis-gaia.net/img/nt.gif) repeat; }
.rbtop div { background: url(http://www.isis-gaia.net/img/tl.gif) no-repeat top left; }
.rbtop { background: url(http://www.isis-gaia.net/img/tr.gif) no-repeat top right; }
.rbbot div { background: url(http://www.isis-gaia.net/img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(http://www.isis-gaia.net/img/br.gif) no-repeat bottom right; }

/* 角丸高さと幅 */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 10px 15px; }
.rbroundbox { width: 470px; margin: 1em auto; }

/* 各カテゴリー変更予定 */
.cattable_ex{
	margin: 0px;
	padding: 0p 3px 0px 0px;
	height: auto;
        vertical-align: top;
	width: 630px;
}
.cat_ex{
	margin: 0px;
	padding: 1px 0px 2px 3px;
	height: auto;
        vertical-align: top;
}

/* TOPセンターフリーエリア*/
.centerfree-box { /* 全体ボックス */
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 470px;
}
.centerfree-img { /* 画像 */
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.centerfree-midashi { /* 全体見出し */
	margin: 0px 0px 5px;
	padding: 0px 5px 0px 7px;
	font-weight: bold;
        color:#FF3C00;
        border-left:#FF3C00 5px solid;
}
.centerfree-a-box { /* 特集-ボックス左 */
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 230px;
	height: 115px;
	float: left;
} 
.centerfree-b-box { /* 特集-ボックス右 */
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 230px;
	height: 115px;
	float: right;
} 
.centerfree-cap { /* 特集-キャプション */
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-size:10px;
}
.kadomaru-td { /* td */
	vertical-align: top;
}
.kadomaru-cap { /* キャプション */
	margin: 0px;
	padding: 0px 5px;
	font-size:10px;
	line-height: 1.2em;
}
a.kadomaru {
	color: #623826;
	text-decoration: none;
}
a:visited.kadomaru {
	color: #623826;
	text-decoration: none;
}
a:hover.kadomaru {
	color: #ff6600;
	text-decoration: underline;
}
a:active.kadomaru {
	color: #623826;
	text-decoration: none;
}
.kadomaru-img { /* おすすめ新着画像 */
	margin: 0px 5px 2px 5px;
	padding: 0px;
	width: 70px;
	height: 70px;
        border: 4px solid #ffffff;
}
a.kadomaru2 { /* 一覧テキスト用 */
	color: #623826;
	text-decoration: underline;
	font-size:10px;
	vertical-align:middle
}
a:visited.kadomaru2 {
	color: #623826;
	text-decoration: underline;
	font-size:10px;
	vertical-align:middle
}
a:hover.kadomaru2 {
	color: #FF6600;
	text-decoration: underline;
	font-size:10px;
	vertical-align:middle
}
a:active.kadomaru2 {
	color: #623826;
	text-decoration: underline;
	font-size:10px;
	vertical-align:middle
}
.topleftimg { /* 左バー画像 */
	margin: 0px;
	padding: 0px 0px 3px;
	width: 150px;
}

/* オーガニックコラム*/
table.organiccolum	{ /* テーブル */
	border-collapse: collapse;border-spacing: 0;
	border: 1px solid #cccccc;
	width: 650px;
	color: #623826;
	vertical-align : top;
}
.organiccolum th	{
	border-bottom: 1px dotted #cccccc;
	padding: 20px;
}
.organiccolum td	{
	padding: 20px;
}
.organiccolum-box { /* ボックス左 */
	margin: 0px;
	padding: 0px;
	width: 305px;
	float: left;
}
.organiccolum-box2 { /* ボックス右 */
	margin: 0px;
	padding: 0px;
	width: 305px;
	float: right;
} 
.organiccolum-img { /* 画像 */
	margin: 0px 0px 0px 20px;
	padding: 0px
	width: 280px;
}
.organiccolum-text { /* 記事内容 */
	margin: 0px;
	padding: 0px 0px 15px;
	line-height: 1.5em;
        text-align:justify;
        text-justify:distribute;
}
.organiccolum-title { /* タイトル */
	font-size: 16px;
	background-color:#c9f937;
}
/* メーカー紹介ページ */
#monthly-container {
 width: 640px;
 text-align:left;
}
#monthly-boxA {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	height: 280px;
	background: #ffffff;
}
#monthly-boxB {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 340px;
	height: 280px;
	background: #ffffff;
}
#monthly-boxC {
	margin: 5px 0px 10px 0px;
	float: left;
	width: 640px;
	vertical-align:middle;
	background: #ffffff;
}
#monthly-boxD {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 340px;
	text-align:left;
	background: #ffffff;
}
#monthly-boxE {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	text-align:right;
	background: #ffffff;
}
#monthly-boxF { /* おすすめ理由 */
	margin: 20px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	float: left;
	width: 600px;
	text-align:left;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	color: #333;
	line-height: 2;
}
.monthly-title1 { /* タイトル部分見出し */
	margin: 35px 0px 0px 10px;
	padding: 0px;
        font-size:14px;
        font-weight:bold;
        color:#333333;
}
.monthly-title2 { /* タイトル部分テキスト */
	margin: 0px 0px 10px 0px;
	padding: 0px;
        font-size:18px;
        font-weight:bold;
        line-height: 130%;
        color:#333333;
}
.monthly-text1 { /* 本文見出し */
        margin: 15px 0px 20px 0px;
        padding:10px 0px 0px 30px;
        background:url(http://isis-gaia.net/pic-labo/manufacturer_background.gif) no-repeat;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        color:#333;
}
.monthly-text2 { /* 本文小見出し1 */
	margin: 0px 0px 15px 0px;
	padding: 0px;
        font-size:16px;
        font-weight:bold;
        color:#E6801A;
}
.monthly-text3 { /* 本文小見出し2 */
	margin: 25px 0px 15px 0px;
	padding: 0px;
        font-size:16px;
        font-weight:bold;
        color:#E6801A;
}
.nyuka-text1 a {
	text-decoration:none;
}

.orange  { color:#333333;}
.orange a { color:#ff6600;text-decoration:underline;}
.orange a:hover { color:#ff6600;text-decoration:none;}

a.rob { /* カテゴリーボタン */
	display:block;   
	margin:5px 0px 5px 10px;
	padding: 0px;   
	width:210px;
	height:40px;   
	background:url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//bn02_back.gif) no-repeat;   
	color:#000;
	float:left;
	line-height:3.2em;
	text-indent:3em;
}
a.rob02 { /* カテゴリーボタン */
	display:block;   
	margin:5px 0px 5px 10px;
	padding: 0px;   
	width:210px;
	height:40px;   
	background:url(/USERTHEMEIMG/vol1/isisgaia.qj.shopserve.jp//bn02_back02.gif) no-repeat;   
	color:#000;
	float:left;
	line-height:3.2em;
	text-indent:3em;
}

img.big_cat { /* 大カテゴリー */
	margin:10px 0px 5px 0px;
}

img.small_cat { /* 小カテゴリー */
	margin:10px 0px 5px 0px;
}

.table20 { /* テーブルに20px空き */
	margin-top:5px;
}
.table20 td {
	padding:20px;
}

.midashi_subcomment{ /* 見出し2行・サブコメント付 */
	padding:5px 0px 5px 10px;
	margin:25px 0px 10px 0px;
	border-left:#BF9F60 5px solid;
	font-size: 20px;
	font-weight: bold;
	color:#BF9F60;
}

.midashi_subcomment span{
	display:block;
	font-size:small;
	color:#999999;
	margin-top:3px;
}

.midashi_subcomment2{ /* 見出し2行・サブコメント付 */
	padding:10px 10px 5px 12px;
	margin:10px 0px 10px 0px;
	border-left:#BF9F60 8px solid;
	font-size: 18px;
	font-weight: bold;
	color:#BF9F60;
	background-color:#F5F1E7;
}

.midashi_subcomment2 span{
	display:block;
	font-size:small;
	color:#666633;
	margin-top:3px;
}