/* テーマ：クール／ストリート */

body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	margin:0px auto;
	padding:0px;
	font-size:84%;
	line-height:135%;
	color:#111111;
	background:url(../img/body_img.gif) repeat;
}

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:#222222;text-decoration:underline}
a:hover {
	color:#333333;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 { /* 画像の周り込み解除 */
	clear:both;
	font-size:1px;
	visibility:hidden;
	overflow:hidden;
	height:1px;
	text-align:center
}

.button1{ /* inputボタン設定 */
	cursor:hand;
	color:#FFFFDD;
	background:#333333;
	border:1px solid #990000;
	border-top-color:#3F7BAE;
	border-right-color:#053B69;
	border-bottom-color:#053B69;
	border-left-color:#3F7BAE;
	font-weight:bold;
}

.text1 {border:1px solid #CCCCCC;}/* テキストエリアデザイン設定 */

.caution{ font-weight:bold;color:#FF0000;}/* エラーメッセージ */

.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:#FFFFFF;
	text-align:center;
}

.spacebox{/* スペース設定  */ 
	height:50px;
}

/********************************************************************/
/* 大枠テーブル（固定） */
#container {
	width:860px;
	text-align:left;
	border:1px solid #3E5B5B;
	background:/* url(../img/container.gif) */ #ffffff;
}

/* マイページ、ポップアップ画面 */
#enter {
	width:100%;
	text-align:left;
	background:#6C6851;
	border:1px solid #6C6851;
}

/* ヘッダー */
#header{
        background-position:left;
	width:100%;
	height:70px;
	background:url(../../../../pic-labo/bbw_header_w.gif) left no-repeat ;#ffffee;
}

td>#header { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:70px;
}

.shoplogo{ /* サイトロゴブロック（設定の場合） */
	padding:0px;
	margin:0px;
/*	width:580px;*/
}

.siteName { /* サイト名 h1 （テキスト） */
	margin:0px;
	padding:10px 10px 5px 10px;
	font-size:180%;
	line-height:1em;
}

.siteName a { color:#FFFFEE;text-decoration:none;}
.siteName a:hover { color:#FFFFFF;text-decoration:underline;}


.sitecopy{ /* サイトコピー h2 （ロゴがテキストの場合使用）*/
	padding:2px 10px 2px 10px;
	margin:0px;
	color:#FFFFED;
	font-weight:thin;
	line-height:1em;
}

.sitecopy a {color:#FFFFEE;text-decoration:none;}
.sitecopy a:hover {color:#FFFFFF;text-decoration:underline;}


/* ヘッダーメニュー */
#headMenu {
	width:100%;
	height:25px;
	background:url(../img/headmenu.jpg) ;
	clear:both;
}

.headnavi { /* ヘッダーメニューテキスト */
	padding:3px 20px 0px 20px;
	color:#CCCCCC;
	font-weight:bold;
	text-align:right;
}

.headnavi a{color:#CCCCCC;text-decoration:none;}
.headnavi a:hover {color:#FFFFFF;text-decoration:underline;}

.navi01 {/* ヘッダーメニューアイコン */
	background-position:left center;
	background-repeat:no-repeat;
	height:20px;
	/*background:url(../img/hnavi01.gif) ;*/
}

/* ヘッダー下装飾ライン */
.hline {border:1px solid #f111111;
	background:url(../img/hline.gif) no-repeat #ffffff;
}

/********************************************************************/

#leftSide { /* 左サイドtd */
	width:170px;
	padding:0px;
	margin:0px;
	background:#555555;
	vertical-align:top;
	/*background:url(../img/leftside.gif) ;*/
}

#rightSide { /* 右サイドtd （3列）*/
	width:170px;
	padding:0px;
	margin:0px;
	background:#555555;
	vertical-align:top;
	/* background:url(../img/rightside.gif) ;*/
}

#rightSide { /* 右サイドtd （3列 ブログ）*/
	width:170px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	/* background:url(../img/rightside2.gif) ;*/
}

#center1 { /* センター td （2列）*/
	width:690px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#ffffff;
	background:url(../img/center1.gif) repeat;
}

#center2 { /* センターtd （3列）*/
	width:520px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background:#ffffff;
	background:url(../img/center2.gif) repeat;
}

#center3 { /* センターtd （装飾用）*/
	vertical-align:top;	
	background:#ffffff;
	width:100%;
	*background:url(../img/center1.gif) ;
}


.header_area { /* ヘッダのフリーエリア */
	text-align:left;
	width:680px;
	margin:0px 5px 0px 5px;
	padding:0px;
}

.footer_area { /* フッタのフリーエリア */
	text-align:left;
	width:680px;
	margin:0px 5px 0px 5px;
	padding:0px;
}

.sidebox { /* サイド用ブロック（幅設定） */

	padding:1px 1px 5px 1px;
	margin:0px;
	/* background:url(../img/sidebox.gif) ;*/
}

.centerbox { /* センター用ブロック（幅設定） */
	margin:0px;
	padding:10px;
	/* background:url(../img/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:#003333;
	text-align:left;
}
.price.zoom{ /* 商品価格 （商品詳細） */
	font-size:125%;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{ /* 商品定価 */
	color:#333333;
	text-align:left;
}

h2.goods /* 商品名 （商品一覧）*/
a{color:#4B0909;font-weight:bold;text-decoration:underline;}
a:hover{color:#B43131;text-decoration:underline;}
	
/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin:0px ;
	padding:0px;
}

.topIMG td{
	margin:0px;
	padding:0px;
	background:#2B2424;
}

.shopCopy { /* サイト説明 */
	margin:0px;
	padding:3px 10px 3px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	padding:10px 0px 0px 40px;
	margin:0px;
	color:#004A5A;
	width:auto;
	height:22px;
	background:url(../img/title_bar01.jpg) repeat;
	line-height:100%;
	vertical-align:middle;
}

.title1{ /* タイトル1 h3 */
	padding:10px 0px 0px 40px;
	margin:0px;
	color:#004A5A;
	width:auto;
	height:22px;
	background:url(../img/title_bar01.jpg) repeat;
	line-height:100%;
	vertical-align:middle;
}
.title1 a{color:#004A5A;text-decoration:none;}
.title1 a:hover{color:#336666;text-decoration:underline;}

.title2{ /* タイトル2 h3 */
	padding:8px 0px 0px 40px;
	margin:0px;
	width:auto;
	color:#ffffee;
	height:22px;
	background:url(../img/title_bar02.jpg) repeat;
	line-height:100%;
	vertical-align:middle;
}
.title2 a{color:#ffffee;text-decoration:none;}
.title2 a:hover{color:#ffffff;text-decoration:underline;}

.title3{ /* タイトル3 h3 */
        padding:8px 0px 0px 40px;
        margin:0px;
        width:auto;
        color:#ffffee;
        height:22px;
        background:url(../img/title_bar02.jpg) repeat;
        line-height:100%;
        vertical-align:middle;
}

.rank{/* ランキングアイコン */
        text-align:left;
}

.mainCont { /* メインコンテンツ */

	padding:10px;
	margin:0px;
	width:auto;
	background:#ffffff;
	/* background:url(../img/maincont.gif) ;*/
}

.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;
	color:#083463;
}
li.sm1 { margin:4px ;display:block;}
li.sm2 { margin:0px 0px 0px -35px;display:block;}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding:5px 25px;
	color:#083463;
	background:url(../img/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 #999999;}

.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:#D4E1ED;} /* テーブル内カラー切り替え（タイトル部分） */
.backcolor2 { background:#FFFFFF;vertical-align:middle} /* コンテンツ内 */
.backcolor3 { background:#E0E0C2;padding:10px 0px;} /* カート部分 */


/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame{/* 大枠 table */
	margin:10px 0px 0px 0px;
	padding:2px;
	width:99%;
	background:#757575;
	background:url(../img/layoutframe.gif) repeat;
}
.layoutFrame td{
	text-align:center;
	margin:0px;
	padding:1px;
	vertical-align:top;
}

.layout1{ /* レイアウト */
	margin:1px;
	padding:3px;
	background:#ffffFF;
	/*background:url(../img/layout1.jpg) ;*/
}
.layout1 td{
	margin:0px;
	padding:3px;
	text-align:center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin:0px;
	padding:3px 10px;
	color:#ffffee;
	text-align:left;
	background:#333333;
}
#bread a { color:#ffffee;}

h4.title{
	margin:5px 0px;	
	padding:2px 0px;
	color:#2C1818;
	border-bottom:1px solid;
}

.mainFrame{ /* メイン大枠 */
	margin:0px;
	padding:5px;
	background:#504F4F;
	background:url(../img/layoutframe.gif) repeat;
}

p.title	{ margin:3px 0px;	
	padding:2px 0px;
	color:#FFF;
	border-bottom:1px dotted;
	font-weight:bold;
}
/* メールマガジンアイコン設定 */
.mailmag_ent{ /* 新規登録 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	padding:12px 0px 0px 60px;
	background:url(../img/icon_mailmag_can.gif) no-repeat;
}

#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(../img/icon_top.gif) no-repeat;
	font-size:76%;
	font-weight:bold;
	float:right;
}
.pageTop a{ color:#FFF;text-decoration:none;}
.pageTop a:hover{ color:#5a5a5a;text-decoration:none;}


/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	padding:0px;
	margin:0px;
	width:auto;
	height:40px;
	background:#222222;
	text-align:center;
	background:url(../img/footer.gif)  ;
}

td>#footer { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:40px;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding:5px 20px 5px 20px;
	color:#eeeeee;
}
.footnavi a{ color:#eeeeee;text-decoration:none;}
.footnavi a:hover { color:#eeeeee;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0px;
	margin:0px;
	width:auto;
	height:20px;
	color:#dcdcdc;
	background:#000000;
	text-align:center;
	background:url(../img/copyright.jpg) ;
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
	height:auto;
	min-height:20px;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding:6px 5px 12px 5px;
	margin:0px;
	width:auto;
	background:url(../img/search_img01.jpg) #DDDDDD;
}

#search label{
	padding:0px;
	margin:0px;
	color:#fffeee;
	font-weight:bold;
}

.fieldarea{padding:5px 0px 5px 0px;virtical-align:center;}

/* サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding:0px 0px;	
	display:block;
	line-height:130%;
	background:#FFFFFF;
	border-top:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	border-left:1px #FFFFFF solid;
	border-bottom:1px #E0D7B1 solid;
	/* background:url(../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;
	list-style:none;
}

li.ca1 {
	margin:0px;
	border-bottom:1px #dcdcdc solid;	
}

li.ca2 {
	margin:0px;
	border-bottom:1px #dcdcdc solid;
}
li.ca1 a{ padding:5px 3px 5px 15px;display:block;
	color:#4b0909;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #fefefe;
}

li.ca1 a:hover{ color:#fefefe;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #4b0909;
}

li.ca2 a{ padding:3px 3px 3px 20px;display:block;
	color:#682d2d;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #ededed;
}
li.ca2 a:hover{ color:#ededed;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #682d2d;
}

li.ca3 {
	margin:0px;
	border-bottom:1px #dcdcdc solid;	
}

li.ca3 a{ padding:5px 3px 5px 15px;display:block;
	color:#4b0909;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01.gif) no-repeat #fefefe;
}

li.ca3 a:hover{ color:#fefefe;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye01_ov.gif) no-repeat #4b0909;
}

li.ca4 {
	margin:0px;
	border-bottom:1px #dcdcdc solid;
}

li.ca4 a{ padding:3px 3px 3px 20px;display:block;
	color:#682d2d;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02.gif) no-repeat #ededed;
}

li.ca4 a:hover{ color:#ededed;font-weight:bold;text-decoration:none;
	background:url(../img/icon_eye02_ov.gif) no-repeat #682d2d;
}

.sline1 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:5px;
	background-color:#555555;
	/*background:url(../img/sline1.gif) repeat;*/
}

.sline2 { /* サイドバー下ライン */
	padding:0px;
	margin:0px;
	height:5px;
	background-color:#555555;
	/*background:url(../img/sline2.gif) repeat;*/
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin:0px;
	padding:5px;
	background: #FFFFFF;
	/* background:url(../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(../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:0px;
	padding:5px;
}

#count{ / * カウンター */
	margin:0px;
	padding:5px;
	color:#BCBCBC;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	padding:5px;
	margin:2px 0px;
	width:auto;
	/* background:url(../img/blogbox.gif) ;*/
}

.entry_title { /* ブログエントリータイトル h2 */
	padding:5px 0px 10px 0px;
	display:block;
	font-size:116%;
	color:#5B292A;
	/* background:url(../img/entry_title.gif) ;*/
}

.entry_date{
	display:block;
	padding:10px 0px 3px 0px;
	color:#973822;
	text-align:right;
}

.state{ /* ブログステータス */
	padding:2px 0px;
	text-align:right;
	border-top:#ded9c5 1px dashed;
}

.subtitle {/* h3 ブロックサブタイトル */
	padding:2px 0px;
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:110%;
	color:#4F2819;
	border-bottom:#4F2819 2px solid;
	/* background:url(../img/subtitle.gif) ;*/
}

 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:#D6C692;}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align:center;
	width:100%;
	height:83px;
}

.step_navi01 {
	background-image:url(../img/navi01.gif);
	background-repeat:no-repeat
}

.step_navi02 {
	background-image:url(../img/navi02.gif);
}

.step_navi03 {
	background-image:url(../img/navi03.gif);
}

.step_navi04 {
	background-image:url(../img/navi04.gif);
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━ ASE  CUSTOMIZE ━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/***************************************************/
/* ページ全体　レイアウト設定 */

body{
font-family:"MS UI Gothic", "ＭＳ Ｐゴシック";
text-align: center;
margin: 0px;
padding: 0px;
font-size: 80%;
line-height: 1.3;
color:#111;
background:url(http://baboowear.hs.shopserve.jp/hpgen/HPB/img/bg_window.gif) repeat  ;
	text-align:center;
 } /* ページ背景色，文字サイズ，行間 */


/***************************************************/
/* 3段組カラム　レイアウト設定 */

#container, #leftSide, #rightSide{
border: none;
background-image: none;
background:url(http://baboowear.hs.shopserve.jp/hpgen/HPB/img/bg_side.gif) repeat  ;
	text-align:center;
 }/* 大枠全体，左カラム，右カラム背景色：黄緑 */

#container{
width: 860px; }

#center2{
width: 520px;
background:url(http://baboowear.hs.shopserve.jp/hpgen/HPB/img/bg_center.gif) repeat  ;
	text-align:center;
 } /* 中央カラム背景色：ピンク */


/***************************************************/
/* ヘッダー　レイアウト設定 */

#header{
width:860px;
height:165px;
 } /* ヘッダー全体の背景色：黄緑 */

.shoplogo{
padding: 0px;
margin:0px;
text-align:left;
width:860px; } /* ロゴ画像位置 */

.shoplogo img.float_left{
float:none; }

.siteName{
display:none; } /* テキストサイト名（現在は無し）*/

.siteName a:link, .siteName a:visited{
color:#FFF;
text-decoration:none; }

.siteName a:hover, .siteName a:active{
color:#FFF;
text-decoration:underline; }

.sitecopy{
padding: 10px 0px 5px 10px;
margin: 0px;
line-height: 1.2;	
font-weight: bold;
font-size: 11px; } /* マイクロコンテンツ */

.sitecopy a:link, .sitecopy a:visited{
color:#111;
text-decoration:none; }

.sitecopy a:hover, .sitecopy a:active{
color:#111;
text-decoration:underline; }

#headMenu{
clear:both;
width:auto;
margin:0px;
color:#DC7C88;
border-bottom: 1px solid #FFF;
background-image: none;
background-color:#006B33; } /* ヘッダーメニュー背景色：緑 */

.headnavi{
padding:4px 5px 5px 1px;
font-weight:normal;
text-align:right;
color:#FFF; }

.headnavi a:link, .headnavi a:visited{
padding:5px 5px 5px 5px ;
margin:5px 0px;
font-weight:bold;
text-decoration:none;
color:#FFF; } /* ヘッダーメニュー　リンク色（通常） */

.headnavi a:hover, .headnavi a:active{
text-decoration:underline;
color:#FFF; } /* ヘッダーメニュー　リンク色（over時） */

.hline{
display:none; }


/***************************************************/
/* フッター　レイアウト設定 */

.footer_area{
width: 690px;
margin: 0px;
padding: 13px 0px 0px;
background:url(http://baboowear2.ja.shopserve.jp/hpgen/HPB/img/bg_side.gif) repeat  ;
text-align:center;
  } /* Infomation周囲色：黄緑 */

.footer_area table{
width: auto;
margin: 0px 13px 0px 0px;
background-color: #FFF; } /* Infomation背景色：白 */

.footer_area table td{
font-weight: normal;
text-align:left;
padding: 13px;
width: 315px; }

#footer{
padding: 0px; 
width: auto;
height: 69px; 
text-align:center; 
margin-top:1px;
color:#FFF;
background-image: none; 
background-color:#006B33; } /* フッター全体の背景色：緑 */

.footnavi{
padding: 8px 0px;
margin: 0px;
color:#FFF;
text-align: center; } /* フッターメニュー */

.footnavi a:link, .footnavi a:visited{ 
text-decoration: none;
font-weight:normal;
color:#FFF; } /* フッターメニュー　リンク色（通常） */

.footnavi a:hover, .footnavi a:active{
text-decoration:underline;
color:#FFF; } /* フッターメニュー　リンク色（over時） */

#copyright{
padding: 8px 0px;
margin: 0px;
width: auto;
color:#FFF;
text-align:center;
background:#003333; } /* Copyright背景色：濃緑 */


/***************************************************/
/* コンテンツ　レイアウト設定 */

#search {
background-image: none;
background:#006B33; } /* 左商品検索BOX　背景色：緑 */

h3{
margin: 0px; }

.title1, .title2, .title3, .free_title{
padding: 7px 0px 1px 15px;
margin: 0px;
background: #006B33;
color: #FFF; } /* タイトル背景色：緑、テキストカラー：白 */

.title1 a:link, .title1 a:visited{
color: #FFF; } /* タイトル（リンク有）テキストカラー（通常）：白 */

.title1 a:hover, .title1 a:active{
color: #FFF; } /* タイトル（リンク有）テキストカラー（over）：白 */

.title3{
padding: 7px 0px 1px;
margin: 0px;
text-align:center; } /* ランキングタイトル中央寄せ */

.sidebox{
padding: 10px 0px 0px;
margin: 0px;
width: 170px;
border: none;
} /* 左右コンテンツ幅、上余白 */

.sidemain1{
width: 170px;
padding: 0px;
margin: 0px;
background: #FFF; }/* 左右コンテンツ背景色：白 */

.layoutFrame{
margin: 0px;
background: #FFF; }/* 中央コンテンツ背景色：白 */

.carender{
font-family: Arial, "ＭＳ Ｐゴシック", Osaka; } /* カレンダーフォント */

.carender table{
border-collapse:collapse;
margin: 0px;
text-align: center;
background-color:#FFF; }

.carender table th, .carender table td{
padding:2px 3px;
border-collapse:collapse;
text-align:right;
border:1px solid #CCC;	} /* カレンダー表ボーダー色 */

.carender .chert{ 
margin:5px 8px;
font-size: 84%; }　/* 定休日表示色説明枠 */

.chert{
text-align:left; }

.carender .chert table td{
border-collapse:separate;
padding:0px 0px 0px 5px;
border:2px solid #FFF; } /* カレンダー表背景色 */

.sline1, .sline2{
height: 1px;
background-color: #A2ED2E;
display:none; } /* 左右コンテンツ下のボーダー非表示 */


/***************************************************/
/* 左メニュー　レイアウト設定 */

.list{
width: 158px;
padding: 0px;
margin: 5px 5px 0px;
line-height:1.3; }

ul.listbox{
list-style:none; }

ul.listbox li{
border: none; }

ul.listbox li a{
border: none;
border-bottom: 1px solid #DCEDC3;
font-weight: normal;
text-decoration:none; }

/* メニュー第一階層 */

li.ca1 a:link, li.ca1 a:visited{
border: none;
border-bottom: 1px solid #DCEDC3;
font-weight: normal;
padding:5px 3px 5px 15px;
color: #555;
background:url(http://babooclothing.com/pic-labo/ic_list.gif) no-repeat 8px 9px #FFF; } /* メニュー背景色（通常） */

li.ca1 a:hover, li.ca1 a:active{
border: none;
border-bottom: 1px solid #DCEDC3;
font-weight: normal;
padding:5px 3px 5px 15px;
color: #FFF;
background:url(http://babooclothing.com/pic-labo/ic_list_ov.gif) no-repeat 8px 9px #006B33 ; } /* メニュー背景色（over時） */

/* メニュー第二階層 */

li.ca2 a:link, li.ca2 a:visited{
border: none;
border-bottom: 1px solid #DCEDC3;
font-weight: normal;
padding:3px 3px 2px 23px;
color: #555;
background-image: none;
background-color:#FFF; } /* メニュー背景色（通常） */

li.ca2 a:hover, li.ca2 a:active{
border: none;
border-bottom: 1px solid #DCEDC3;
font-weight: normal;
padding:3px 3px 2px 23px;
color:#008A1D;
background-image: none;
background:#E6F7CC; } /* メニュー背景・テキスト色（over時） */

/* ブランドメニュー */

ul.free_listbox li{
border: none; }

li.ca3 a:link, li.ca3 a:visited{
border: none;
border-bottom: 1px solid #A2ED2E;
padding: 5px 3px 5px 10px;
color: #003333;
background-image: none;
background-color: #E6F7CC; } /* メニュー背景色（通常） */

li.ca3 a:hover, li.ca3 a:active{
border: none;
border-bottom: 1px solid #A2ED2E;
padding: 5px 3px 5px 10px;
color: #008A1D;
background-image: none;
background: #FFF; } /* メニュー背景・テキスト色（over時） */


/***************************************************/
/* 次ページ　レイアウト設定 */

.center1, .center3{
background-image: none;
background-color: #A2ED2E; } /* 次ページ右カラム背景色：黄緑 */

.centerbox{
margin: 0px;
padding: 9px; } /* 中央コンテンツ背景色：ピンク */

.centerbox a img{
border: 1px solid #999; } /* 中央カラム　Border：グレー */

.centerbox div.layoutp3 a img{
border: none; } /* 次ページ　アイコン　Border： 取消 */

.mainCont{
padding: 9px;
margin: 0px; }

.mainFrame{
padding: 5px;
background-image: none;
background-color: #FFF; } /* コンテンツエリア背景色：白 */

.pageTop{
margin: 0px;
padding: 10px 10px 0px 17px;
float:none;
clear:both;
background-image: none;
text-align:right; } /* pagetop フロート解除 */

.pageTop a:link, .pageTop a:visited{
color:#343434;
text-decoration:none;
padding: 5px 0px 1px 17px;
background:url(../img/icon_top.gif) no-repeat left bottom; }

.pageTop a:hover, .pageTop a:active{
color:#5a5a5a;
padding: 5px 0px 1px 17px;
text-decoration:none;
background:url(../img/icon_top.gif) no-repeat left bottom; }

.clear_both{
clear:both;
height: 1px;
margin: 0px;
padding: 0px;
line-height: 0;
font-size: 0px; } /* フロートクリア */

