@charset "utf-8";

/*【1】　基本設定
 ・1-1　タグ
 ・1-2　共通クラス
 ・1-3　フォント関連
 ・1-4　フォーム関連

【2】　メインレイアウト
 ・2-1　全体枠
 ・2-2　メイン
 ・2-3　コンテンツ
 ・2-4　コンテンツ2
 ・2-5　左
 ・2-6　右

【3】　ヘッダ
 ・3-1　ヘッダ
 ・3-2　グローバルナビ

【4】フッタ
 ・4-1　フッタメニュー
 ・4-2　フッタ
 ・4-3　コピーライト
 
【5】ボックス
*/


/*1-1　タグ*/
*{
	font-size :100%;
}
body {
	height : 100%;
	font-size : 12px;
	margin : 0;
	line-height : 140%;
	font-family: verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	background: url(_img2/bg_body.jpg) repeat-y 800px 0;
	padding: 0;
}
a:link { color: #0000FF;	text-decoration	: underline;}
a:visited { color: #660066;	text-decoration	: underline;} 
a:hover	,
a:active { color: #990000;text-decoration : none;}
img	{ border	:0px;}
h1 , h2 , h3 , h4 , h5 , p ,ul , ol , li , dl , dt , dd , div {
	margin : 0px;
	padding	: 0px;
	font-size: 100%;
}
ul {	list-style:none;}
li {
	list-style:none;
	list-style-position:outside;
}
hr {
	display:none;
}

/*1-2　共通クラス*/
.clear {
	clear:both;
	height: 0px;
	/*macIE5には\*/	overflow: hidden;/*は適用しません*/
}
/*clearfix*/
.clearfix { display: inline-block; } /*clearfix for Winf IE 7*/
  /* hide MacIE (S) clearfix for Winf IE 4-5.01-6\*/
  * html .clearfix { height: 1% }
  .clearfix {display:block;}
  /* hide MacIE (E)*/
.clearfix:after{/*clearfix for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


.wrap {
	width: 610px;
	float: right;
} /*content内再分割*/

.display {
	width:760px;
	margin:0 auto;
}
.display img {
	display:block;
}


/*1-3　フォント関連*/
/*1-4　フォーム関連*/
input , textarea {
	color:#666666;
	border:solid 1px #ccc;
}
input:hover , textarea:hover {
	background-color:#FFFFCC;
	border-color:#FF6600;
}

input:focus , textarea:focus {
	color:#000;
	background-color:#FFCCFF;
	border-color:#990000;
}

/*【2】　メインレイアウト*/
/*2-1　全体枠*/
#container {
	width:800px;
	margin: 2px 0 0;
	text-align: left;
}
#actionbar {
	position: absolute;
	top: 0px;
	left: 0;
	width:800px;
	height: 15px;
	z-index: 1;
	text-align:right;
}
#actionbar a {
	display:inline;
	margin:1px 5px 0 0;
	height: 15px;
}
/*2-2　メイン*/
#main {
	margin: 10px 0 24px;
}
/*2-3　コンテンツ*/
#contents {
	width:610px;
	float:right;
	overflow: hidden;
}
.shopping_guide #contents {
	width:auto;
	float:none;
}
/*2-4　コンテンツ2*/
#wrap #contents {
	width:410px;
}

/*2-5　左*/
#left {
	float:left;
	width:180px;
	overflow: hidden;
	display: inline;
	margin-left: 10px;
}
/*2-6　右*/
#right {
	float:right;
	width:180px;
	overflow: hidden;
	display: inline;
	margin-right: 10px;
}
/*2-7 補助枠*/
#wrap {
	width:610px;
	float:left;
}

/*【3】　ヘッダ*/
/*3-1　ヘッダ*/
#banner {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(_img2/bg_head.gif) no-repeat;
	width: 800px;
	z-index: 1;
}

#siteid {
	width: 96px;
	height: 84px;
/*hide\*/	overflow:hidden;/*MacIE*/
	position: relative;
	left: 11px;
	top: 0px;
	z-index: 10;
}
#siteid img {
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#headc {
}
#headtext {
	width: 680px;
	height: 1.4em;
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 15px;
	left: 115px;
	color: #999999;
}
#headtext * {
	text-decoration:none;
	font-style:normal;
}
#description {
	width: 790px;
	font-weight: normal;
	margin: 5px 5px;
}
#description * {
	display:inline;
}
#guide {
	position: absolute;
	top: 29px;
	left: 110px;
	height: 61px;
	width: 690px;
}
#guide ul {
	margin: 0 0 0 38px;
}
#guide ul li {
	float: left;
	height:20px;
}
#guide ul li a {
	display:block;
	height:20px;
	text-indent: -9999px;
}
#guide ul .l1 {	width: 108px;}
#guide ul .l2 {	width: 130px;}
#guide ul .l3 {	width: 99px;}
#guide ul .l4 {	width: 99px;}
#guide ul .l5 {	width: 99px;}
#guide ul .l6 {	width: 100px;}
#guide p {
	float: left;
	height:40px;
	text-indent: -99999px;
}
#guide p a {
	display:block;
	height:40px;
}
#guide #pay{ width:280px;}
#guide #trans{ width:410px;}

/*3-2　グローバルナビ*/
#gnavi {
	width:800px;
	overflow: hidden;
	border-bottom: 2px solid #BA0000;
}
#gnavi ul {
	margin:0 10px 0 9px;
}
#gnavi li {
	float:left;
	display:inline;
	margin-left:1px;
}
#gnavi .l0 {
	float:right;
}
#gnavi li a{
	display:block;
	width:100px;
	text-align:center;
	background-image: url(_img2/bg_gnavi.gif);
	background-repeat:no-repeat;
	padding: 5px 0 3px 0;
}
#gnavi li a:link,
#gnavi li a:visited{
	background-position:100% 0%;
	text-decoration:none;
	color:#000;
}
#gnavi li a:hover,
#gnavi li a:active{
	color:#fff;
	background-position:0% 0%;
	text-decoration:none;
}

.futon #gnavi .l2 a:link,
.futon #gnavi .l2 a:visited{
	color:#fff;
	background-position:0% 0%;
	text-decoration:none;
}

/*3-3 パン屑*/
#pan {
	background:url(_img2/bg_pan.gif);
	line-height:2;
	padding:0 0 0 15px;
	color:#000;
}
/*clearfix*/
#pan { display: inline-block; } /*clearfix for Winf IE 7*/
  /* hide MacIE (S) clearfix for Winf IE 4-5.01-6\*/
  * html #pan { height: 1% }
  #pan {display:block;}
  /* hide MacIE (E)*/
#pan:after{/*clearfix for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#pan a:link ,
#pan a:visited {
	color:#000;
	text-decoration:underline;
}
#pan a:hover ,
#pan a:active {
	color:#000;
	text-decoration:none;
}

#pan li {
	display:inline;
	white-space:nowrap;
}
#pan ul {
	display:inline;
	background:url(_img2/bg_pan_li.gif) no-repeat 6px 50%;
	padding:0 15px 0 20px;
}
#pan ul li {
}
/*【4】フッタ*/
/* 4-2　フッタ*/
#foot {}
#foot a:link ,
#foot a:visited {
	color:#333;
}
#foot a:hover ,
#foot a:active {
	color:#333;
}

#foot li.last {}

#fnavi1 {
/*	background:#fff url(_img2/bg_fnavi1.gif) repeat 0 0;*/
	text-align:center;
	padding:5px 0;
	border-bottom:4px solid #8C8C8C;
}
#fnavi1 li {
	background:url(_img2/bg_fnavi1_li.gif) no-repeat 100% 50%;
	display:inline;
	white-space:nowrap;
	padding:0 16px 0 6px;
}
#fnavi2 {
	width:665px;
	padding:5px 0;
	float:left;
	display:inline;
	margin:0 0 0 8px;
}
#fnavi2 li {
	display:inline;
	border-right:1px solid #333;
	border-left:1px solid #333;
	padding:0 8px;
	margin:0 -1px 0 0;
}
#foot p {
	width:120px;
	float:right;
}
#foot p img {
	margin:5px 0 0;
	display:block;
}

/* 4-3　コピーライト*/
address {
	clear:both;
	line-height:2em;
	height:2em;
	text-align:center;
	color:#333;
	font-style:normal;
}

/*【5】ボックス*/
/* 5-0-0　ボックス総合*/
.box {}
.box .title {
	background-repeat:no-repeat;
	background-position:0 0;
}
/*clearfix*/
.box .title { display: inline-block; } /*clearfix for Winf IE 7*/
  /* hide MacIE (S) clearfix for Winf IE 4-5.01-6\*/
  * html .box .title { height: 1% }
  .box .title {display:block;}
  /* hide MacIE (E)*/
.box .title:after{/*clearfix for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.box .content {}
.box .subtitle {
	line-height:133%;
	height:133%;
	font-weight:normal;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color: #666;
}
/* 5-0-1　ボックス中央*/
#contents .box {}
#contents .title {
	line-height:1.42;
	margin: 0 6px 0 0;
	width: 400px;
}
#contents .title h1 {
	color:#fff;
	text-indent:5px;
}
#contents .title h2 {
	width:108px;
	height:17px;
	text-indent:-99999px;
	float:left;
}
#contents .title p {
	font-weight:normal;
	padding-left:12px;
	float: left;
}
#contents .content {
	margin: 0 0 1em;
}
#contents dl {
}
#contents dt {
}
#contents dt a:link , 
#contents dt a:visited {
}
#contents dt a:hover , 
#contents dt a:active {
}

#contents dt img {
}
#contents dd {
}
#contents dd .name {
}

#contents dd .price {
}
#contents dd a:link ,
#contents dd a:visited {
}
#contents dd a:hover ,
#contents dd a:active {
}

/* 5-0-2　ボックスサイド*/
.side .box {
	background:url(_img2/bg_sidebox.gif) repeat-y 0 0;
	padding: 0;
	margin: 0 0 10px;
	width: 180px;
}
.side .box .title {
	height:auto;
	background:url(_img2/bg_sidetitle.gif) no-repeat 0 0;
	background-color: #FFE1E1;
	color: #FF0066;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	line-height: 2;
}
.side .box .content {
	background:url(_img2/bg_sidecontent.gif) no-repeat 0 100%;
	padding: 5px 5px 6px;
	margin: 0;
}
/* 5-0-3　ボックス左*/
#left .side .box {}
#left .side .box .content {
}

/* 5-0-4　ボックス右*/
#right .side .box {}
#right .side .box .content {}
#right .box a:link , 
#right .box a:visited { color	: #FF0066;	text-decoration	: none;} 
#right .box a:active , 
#right .box a:hover	{ color: #CC0000;text-decoration : underline;}

#right .box .title {
}
#right .box .content {
}
/* 5-1　香水を探す*/
#search {
	border-bottom:1px solid #ccc;
	margin: 0 0 10px;
}
#search .title {
	background-image:url(_img2/bg_search_title.gif);
	text-indent: -99999px;
	height: 23px;
}
#search .subtitle {
	background:url(_img2/bg_search_subtitle.gif) repeat-x 0 100%;
	border: 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#search .content {
	width:180px;
	background: url(_img2/bg_search.gif) repeat-y 0 0;
	border-left: none;
	border-right: none;
	padding:0;
}
#search p {
	padding:0 5px 5px;
}
#search ul {
	padding: 3px 0 6px;
}
#search li {
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
	line-height: 150%;
}
#search .name {}
#search .name li {
	float:left;
	background:none;
	width:2.6em;
	padding:0;
	text-align: center;
}
#search .name .aa , 
#search .name .ka , 
#search .name .sa , 
#search .name .ta , 
#search .name .na , 
#search .name .ha , 
#search .name .ma , 
#search .name .ya , 
#search .name .ra , 
#search .name .wa {
	float:left;
	clear:left;
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
}
#search .name .yo {
	width:7.8em;
}
#search .name .name_etc {
	width:10.4em;
}

/* 5-2　香水ランキング*/
#rank {
	margin: 0 0 10px;
}
.box#rank .title {
	background:#f9c url(_img2/bg_rank_title.gif) no-repeat 0 0;
	text-indent: 38px;
	color: #F53066;
	font-weight: bold;
	height: auto;
	padding: 4px 0 2px;
	background-color: #FF99CC;
	text-align: left;
}
.box#rank .content {
	padding:0;
	border-bottom:none;
	background:#FFCCFF url(_img2/bg_rank_bottom.gif) no-repeat 0 100%;
}
#rank ol {
	padding: 3px 0 0;
	margin: 0;
}
#rank li {
	text-indent:1px;
	line-height: 150%;
	list-style-type:none;
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
}
#rank .li1 {	background:url(_img2/rank1.gif) no-repeat 5px 0;}
#rank .li2 {	background:url(_img2/rank2.gif) no-repeat 5px 0;}
#rank .li3 {	background:url(_img2/rank3.gif) no-repeat 5px 0;}
#rank .li4 {	background:url(_img2/rank4.gif) no-repeat 5px 0;}
#rank .li5 {	background:url(_img2/rank5.gif) no-repeat 5px 0;}
#rank .li6 {	background:url(_img2/rank6.gif) no-repeat 5px 0;}
#rank .li7 {	background:url(_img2/rank7.gif) no-repeat 5px 0;}
#rank .li8 {	background:url(_img2/rank8.gif) no-repeat 5px 0;}
#rank .li9 {	background:url(_img2/rank9.gif) no-repeat 5px 0;}
#rank .li10 {	background:url(_img2/rank10.gif) no-repeat 5px 0;}

/* 5-3　新着香水*/
#latest {}
#latest .content {
	padding:0;
}
#latest .title {
	text-indent:5px;
}
#latest ul {
	padding: 3px 0 6px;
}
#latest li {
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
	line-height: 150%;
}


 /*個別エントリ内*/
 .wrap #latest {
	float:right;
	width:180px;
	display: inline;
	margin-right: 10px;
 }
 .wrap #latest .title {
	height:auto;
	margin: 0;
	border: 1px solid #ccc;
	text-indent: 10px;
	background-color: #FF99CC;
	color: #F53066;
	line-height: 150%;
	width: auto;
 }
 .wrap #latest .content {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
 }

/* 5-4 人気香水*/
#favorite {}
#favorite .title {
	background:url(_img2/bg_favorite_title.gif) no-repeat 0 0;
}
#favorite .content {
	padding:0;
}
#favorite dl {
	float:left;
	width: 94px;
	display: inline;
	margin-right: 8px;
} 
#favorite dt {
	font-weight: bold;
}
#favorite dt a:link , 
#favorite dt a:visited {
	display:block;
	border:1px solid #fff;
}
#favorite dt a:hover , 
#favorite dt a:active {
	border:1px dashed #576AED;
}
#favorite dt img {
	width:92px;
	height:92px;
	display:block;
}
#favorite dd {
	line-height:1.2em;
	height:3.6em;
	width:94px;
	overflow:hidden;
	text-align: left;
	display:block;
}
#favorite dd .name {
	font-size: 10px;
}

#favorite dd .price {
	text-align:right;
	color: #f00;
	font-weight: bold;
}
#favorite dd a:link ,
#favorite dd a:visited {
	font-weight:normal;
	color:#000;
}
#favorite dd a:hover , 
#favorite dd a:active {
	color:#576AED;
}

 /*個別エントリ内人気香水*/
 .wrap #favorite {
	width:410px;
	float:left;
	margin-left: 10px;
	display: inline;
 }


/* 5-5 セール香水*/
#sale {}
#sale .title {
	background:url(_img2/bg_sale_title.gif) no-repeat 0 0;
}
#sale dl {
	float:left;
	width: 94px;
	display: inline;
	margin-right: 8px;
} 
#sale dt {
	font-weight: bold;
}
#sale dt a:link , 
#sale dt a:visited {
	display:block;
	border:1px solid #fff;
}
#sale dt a:hover , 
#sale dt a:active {
	border:1px dashed #576AED;
}
#sale dt img {
	width:92px;
	height:92px;
	display:block;
}
#sale dd {
	line-height:1.2em;
	height:3.6em;
	width:94px;
	overflow:hidden;
	text-align: left;
	display:block;
}
#sale dd .name {
	font-size: 10px;
}
#sale dd .price {
	text-align:right;
	color: #f00;
	font-weight: bold;
}
#sale dd a:link ,
#sale dd a:visited {
	font-weight:normal;
	color:#000;
}
#sale dd a:hover , 
#sale dd a:active {
	color:#576AED;
	font-weight:normal;
}


/* 5-6 新入荷香水*/
#new {}
#new .title {
	background:url(_img2/bg_new_title.gif) no-repeat 0 0;
}
#new .content {
	padding:0;
}
#new dl {
	float:left;
	width: 94px;
	display: inline;
	margin-right: 8px;
} 
#new dt {
	font-weight: bold;
}
#new dt a:link , 
#new dt a:visited {
	display:block;
	border:1px solid #fff;
}
#new dt a:hover , 
#new dt a:active {
	border:1px dashed #576AED;
}
#new dt a:hover , 
#new dt a:active {
	border:1px solid #fff;
}
#new dt img {
	width:92px;
	height:92px;
	display:block;
}
#new dd {
	line-height:1.2em;
	height:3.6em;
	width:94px;
	overflow:hidden;
	text-align: left;
	display:block;
}
#new dd .name {
	font-size: 10px;
}

#new dd .price {
	text-align:right;
	color: #f00;
	font-weight: bold;
}
#new dd a:link ,
#new dd a:visited {
	font-weight:normal;
	color:#000;
}
#new dd a:hover ,
#new dd a:active {
	font-weight:normal;
}

/* 5-7　商品概要*/
#showcase {
/*	margin-right:8px;*/
}
/*中央箱*/
.content-center {
	margin: 6px 12px 10px;
}
 #entrytitle {
	font-size: 16px;
	margin: 1em 0 1em 12px;
 }
 /*商品説明*/
 .shopping_guide #entrybody {
 	background-color:#fff;
 	margin:0 12px 18px;
 }

 #entrybody {
	margin:0 0 18px 0;
	padding:9px 9px 1px;
	background-color: #FFFFCC;
	border: 1px solid #BA0000;
 }
 #entrybody p {
 	margin:0 0 1em;
	line-height:1.4;
 }
 #entrybody dl {
 	border-top:1px dashed #666;
 	border-bottom:1px dashed #666;
	margin:-1px 0 0;
	padding:1em 0 0;
 }
 #entrybody dt {
 	border-left:4px solid #BA0000;
	padding:0 0 0 5px;
	margin:0 0 .5em;
	color:#000;
 }
 #entrybody dd {
 	padding:0 0 1em 0;

 }



/*右箱*/
.content-right {
	float:right;
	width:275px;
	margin-bottom: 12px;
}
 #showcase .content-right #price {
	font-weight: normal;
 }
 #showcase .content-right #price span {
 	font-size:16px;
	color:#FF0000;
 }
 #showcase .content-right #sex {}
 #showcase .content-right #classes {}
 #showcase .content-right .note {
	width:257px;
	margin: 0;
	padding:6px 3px;
	display:block;
 }
 #showcase .content-right .note dl {
 	margin:0;
 }
 #showcase .content-right .note dt {
	display:inline;
	vertical-align: top;
 }
 #showcase .content-right .note dd {
	display:inline;
	width:auto;
	height: auto;
 }
 #showcase .content-right #topnote {
	background-color:#F0FCFF;
	margin-top: 12px;
 }
 #showcase .content-right #middlenote { background-color:#DFF9FF;}
 #showcase .content-right #lastnote {
	background-color:#C8F4FF;
 }
 #shop {
 	width:275px;
 }
 .cart a {
 	padding:0;
 	display:block;
	margin:5px 5px 5px 0px;
	text-indent:-999999px;
 	background-image:url(_img2/bt_cart.gif);
	background-repeat:no-repeat;
	width:140px;
	height:23px;
 } 
 .cart a:link , 
 .cart a:visited {
 	background-position:0 0;
	text-align:center;
	color:#000000;
	text-decoration:none;
 }
 .cart a:hover {
 	background-position:0 -30px;
	text-decoration:none;
 } 
 .cart a:active {
 	background-position:0 -60px;
	text-decoration:none;
 }
 #shop .contact a { width:16em;} 

/*左箱*/
.content-left {
	float:left;
	width:300px;
	display: inline;
	margin-left: 12px;
}

/*下箱*/
.content-bottom {
	clear:both;
	margin:6px 12px 10px;
}
 #showcase .content-bottom #types {
 	margin:0 0 10px;
 }
 #showcase .content-bottom #scene {
 	margin:0 0 10px;
 }
 #showcase .content-bottom h2 {
	padding:1px 0;
	color: #FFFFFF;
	margin: 0 0 5px;
	text-indent: 5px;
	background-color: #BA0000;
	line-height: 1.5;
 }
 #showcase .content-bottom h3 {
	color: #5669EB;
 }
 #showcase .content-bottom dl {
	margin: 0 0 5px 2px;
	float: left;
	width: 102px;
	display: inline;
	border: 1px #CCCCFF solid;
 }
 #showcase .content-bottom dt {
	display:block;
	text-align:center;
	display:block;
	background-color: #E2E6FC;
	color: #7777FF;
	border-bottom: 1px #CCCCFF solid;
 }
 #showcase .content-bottom dd {
	text-align:center;
	display:block;
	background-color: #fff;
	width: 100px;
	color: #666666;
	height: 1.5em;
	line-height: 1.5em;
 }
 #showcase .content-bottom #custom1 {
	width:auto;
	height:auto;
	float: none;
	border: 0;
	margin: 0 0 20px;
	display: block;
 }
 #showcase .content-bottom #custom1 dt {
	width:auto;
	height:auto;
	background-color:#5680CC;
	color:#fff;
	line-height:2;
	border: 0;
 }
 #showcase .content-bottom #custom1 dd {
	width:auto;
	height:auto;
	border: 1px solid #5680CC;
}
 #showcase #af1 {
	padding: 10px;
 }
 #showcase #af1 li {
	list-style-type:none;
	margin:0px 0px 5px;
 }
 #showcase #af1 li a {
	background-color:#dedede;
	display:inline-block;
	padding:2px 5px;
	font-weight:bold;
}
 #showcase #af1 li a:link , 
 #showcase #af1 li a:visited {
	border:2px outset #666;
	color:#000;
	text-decoration:none;
}
 #showcase #af1 li a:hover , 
 #showcase #af1 li a:active {
	border:2px inset #666;
	color:#000;
	text-decoration:none;
}
 #showcase #af1 .li1 a:link , 
 #showcase #af1 .li1 a:visited {
	border:2px outset #B80000;
	color:#B80000;
	background-color:#FFDFDF;
}
 #showcase #af1 .li1 a:hover , 
 #showcase #af1 .li1 a:active {
	border:2px inset #000;
	color:#fff;
	background-color:#B80000;
}
 #showcase #af1 .li2 a:link , 
 #showcase #af1 .li2 a:visited {
	border:2px outset #17387B;
	color:#17387B;
	background-color:#E3EBED;
}
 #showcase #af1 .li2 a:hover , 
 #showcase #af1 .li2 a:active {
	border:2px inset #000;
	color:#fff;
	background-color:#17387B;
}
 #showcase #af1 .li3 a:link , 
 #showcase #af1 .li3 a:visited {
	border:2px outset #FF5F00;
	color:#FF5F00;
	background-color:#FFE4CA;
}
 #showcase #af1 .li3 a:hover , 
 #showcase #af1 .li3 a:active {
	border:2px inset #000;
	color:#fff;
	background-color:#FF5F00;
}
 #showcase #taglist {
	display:block;
	float: none;
	margin: 0 12px 20px;
 }
 #showcase #taglist dt {
 	display:inline;
 }
 #showcase #taglist dd {
	display:inline;
	width: auto;
	height: auto;
 }

/*コメント・トラックバック*/
 #trackbacks {
	margin: 10px;
 }
 #trackbacks .content {
	margin: 0 10px;
 }
 #comments {
	margin: 10px;
 }
 #comments .content {
	margin: 0 10px;
 }
 #contents #comment-text {
 	display:block;
	height:100px;
 }

/* 5-8 カテゴリ*/
#category {}
#category .title {
	font-weight: bold;
	background-color: #BA0000;
}
#category .content {
	padding:0;
}
#contents #category .title h2 , 
#contents #category .title p {
	font-weight: bold;
	text-indent: 6px;
	color: #FFFFFF;
	width: auto;
}
#category dl {
	float:left;
	width: 94px;
	display: inline;
	margin-right: 8px;
} 
#category dt {
	font-weight: bold;
}
#category dt a:link , 
#category dt a:visited {
	display:block;
	border:1px solid #fff;
}
#category dt a:hover , 
#category dt a:active {
	border:1px dashed #576AED;
}
#category dt img {
	width:92px;
	height:92px;
	display:block;
}
#category dd {
	line-height:1.2em;
	height:3.6em;
	width:94px;
	overflow:hidden;
	text-align: left;
	display:block;
}
#category dd .name {
	font-size: 10px;
}

#category dd .price {
	text-align:right;
	color: #f00;
	font-weight: bold;
}
#category dd a:link ,
#category dd a:visited {
	font-weight:normal;
	color:#000;
}
#category dd a:hover ,
#category dd a:active {
	font-weight:normal;
}

 /*個別エントリ内カテゴリ*/
 .wrap #category {
	width:410px;
	float:left;
	display: inline;
	margin-left: 10px;
 }

/* 5-9 サイトマップ*/
.tree ul {   
    padding:0;   
    margin:0;   
    background-position: -9px 15px;    
    background-image: url('_img2/ul.gif');    
    background-repeat: repeat-y   
}   
.tree li {   
    font-size: 1em;   
    font-weight:bold;   
    margin: 0px;    
    padding: 3px 0 3px 24px;    
    list-style-type: none;   
}   
.tree li a {   
    text-decoration:none;   
color:#000;   
}   
.tree li a:hover {   
    text-decoration:underline;   
}   
.tree ul ul {   
    background-position: -1px 15px;   
    background-image: url('_img2/ul.gif');    
    background-repeat: repeat-y;   
}   
.tree ul li {   
    background-position: 0px 7px;    
    background-image: url('_img2/li.gif');    
    background-repeat: no-repeat;   
}   
.tree ul li a {   
    font-weight:bold;   
    text-decoration:underline;   
}   
.tree ul li a:hover {   
    text-decoration:none;   
}   
.tree ul ul li {   
    background-position: 8px 7px;   
    background-image: url('_img2/li.gif');    
    background-repeat: no-repeat;      
}   
.tree ul ul li a {   
    background-position: 0px 7px;    
    font-size:1em;   
    color:#666;   
    text-decoration:none;   
}   
.tree ul ul ul li a {   
    background-position: 0px 7px;    
    font-size:0.8em;   
    color:#999;   
    text-decoration:none;   
}   

/*5-10　ブランド一覧*/
#brand {
	width:593px;
	margin: 0 0 0 12px;
}
#brand .title {}
#brand ul {}
#brand li {
	width:296px;
	overflow:hidden;
	float:left;
}
#brand li a {
	display:block;
	width:286px;
	height:2em;
	line-height:2em;
	margin-bottom:8px;
	border:1px solid #ccc;
	text-indent:1em;
}
#brand li a:hover {
	border:1px solid #999;
	background-color:#CC99CC;
}
/*5-11 香水名50音順*/
#name50 {
	width:593px;
}
#name50 .title {}
#name50 ul {}
#name50 li {
	width:118px;
	overflow:hidden;
	float:left;
}
#name50 li.yo {
	width:355px;
}
#name50 li a {
	display:block;
	width:110px;
	height:2em;
	line-height:2em;
	margin-bottom:8px;
	border:1px solid #ccc;
	text-indent:1em;
}
#name50 li a:hover {
	border:1px solid #999;
	background-color:#CC99CC;
}

/*5-12 ブログ*/
#blogrss {
	margin: 0 0 10px;
	background:url(_img2/bg_blogrss.gif) repeat-y 0 0;
}
.box#blogrss .title {
	text-align:center;
	text-indent:0;
	background:#f9c url(_img2/bg_blogrss_title.gif) no-repeat 0 0;
	color: #CC0099;
	font-weight: bold;
}
.box#blogrss .content {
	background:url(_img2/bg_blogrss_content.gif) no-repeat 0 100%;
}
#blogrss ul {
	padding: 3px 2px 0px 0;
	margin:0 0 6px;
}
#blogrss li {
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
	line-height: 150%;
}
/*5-13 バナーエリア*/
#bnr {
	background:none;
}
#bnr .content {
	background:none;
	text-align:center;
	padding:0;
}
#bnr .content p {
	margin:0 0 10px;
}
#bnr .content img {
}

/*5-14 検索結果*/
.search #showcase {
	margin:0 10px;
}
#searchresults {
}
#searchresults .search-results-header {
	margin:0 0 1em;
}
#searchresults .content {}
#searchresults h3 {
}
#searchresults h3 a {
}
#searchresults h3 a img {
	width:100px;
	height:100px;
	float:left;
}
#searchresults .shop {
	width:auto;
	margin-left:110px;
}
 .shop .contact a { width:16em;} 

#searchresults .price {
	color:#f00;
}
#searchresults ul li {
	margin:0 0 10px;
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
}

#searchresults .entry-tags h4.entry-tags-header{
	display:inline;
}
#searchresults ul.entry-tags-list {
	display:inline;
}
#searchresults ul li.entry-tag {
	margin:0;
	border:none;
	padding:0 10px 0 0;
	display:inline;
}
.search #showcase #af1 {
	padding: 10px;
 }
.search #showcase #af1 li {
	list-style-type:disc;
	list-style-position:outside;
}
/*5-15 タグクラウド*/
.box#tagcloud {
	margin:0 0 10px;
}
.box#tagcloud .title {
	background:url(_img2/bg_tagc_title.gif) no-repeat 0 0;
	text-align:center;
	text-indent:0;
	color: #fff;
	font-weight: bold;
	background-color: #CC0066;
	height: auto;
	padding: 2px;
}
.box#tagcloud .content {
	text-align: center;
	border-left:1px solid #CC0066;
	border-bottom:1px solid #CC0066;
	border-right:1px solid #CC0066;
	padding:2px;
}
#tagcloud .content ul { list-style: none; }
#tagcloud .content li {
	display: inline;
	line-height:1.5;
}
#tagcloud .content li.taglevel1 { font-size: 19px; }
#tagcloud .content li.taglevel2 { font-size: 17px; }
#tagcloud .content li.taglevel3 { font-size: 15px; }
#tagcloud .content li.taglevel4 { font-size: 13px; }
#tagcloud .content li.taglevel5 { font-size: 11px; }
#tagcloud .content li.taglevel6 { font-size: 9px; }
#tagcloud .content a:link ,
#tagcloud .content a:visited {
	color: #CC0066;
}
#tagcloud .content a:hover ,
#tagcloud .content a:active {
	color: #CC0066;
}
/*5-16 インフォメーション*/
#info {
	margin: 0 0 10px;
}
.box#info .title {
}
.box#info .content {
	padding:0;
}
#info ul {
	padding: 3px 2px 0px 0;
	margin: 0;
}
#info li {
	background:url(_img2/bg_li.gif) no-repeat 5px .3em;
	padding-left:20px;
	line-height: 150%;
}

/*5-17　投票*/
#vote {
	margin:0 12px 10px;
}
#vote .title {
	background-color: #BA0000;
	color: #FFFFFF;
	line-height: 1.5;
	text-indent: 5px;
	padding: 1px 0;
	width: auto;
}
#vote p {
	margin:5px;
}

/*5-18　お知らせ一覧*/
#information {
	margin: 0 12px 10px;
	padding:9px 9px 1px;
	background-color: #FFFFCC;
	border: 1px solid #BA0000;
}
#information .title h1 {
	color: #BA0000;
	margin: 0 0 5px;
}
#information h2 {}
#information p {
	text-indent: 1em;
	margin: 0 0 5px;
}

/*5-19　ショッピングガイド一覧*/
#shoppingguide form {
	margin:0;
	padding:0;
}
#shoppingguide .title h1 {
	color: #BA0000;
	margin: 0 0 5px;
}
#shoppingguide h2 {}
#shoppingguide {
	margin: 0 12px 10px;
	padding:9px 9px 1px;
	background-color: #FFFFCC;
	border: 1px solid #BA0000;
}
#shoppingguide p {
	text-indent: 1em;
	margin: 0 0 1em;
}

/*5-20　お問い合わせ */
.shopping_guide .inquiry #contents .title {
 	color:#000066;
	border-bottom:1px solid #000;
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	width:auto;
}
.shopping_guide .inquiry .hissu {
	font-weight:normal;
	font-size:10px;
	color:#FF0000;
}
.shopping_guide .inquiry table {
	width:700px;
	margin:0px auto 150px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
.shopping_guide .inquiry caption {
	margin:30px 0 10px;
	padding:0;
	font-weight:bold;
	text-align:center;
}
.shopping_guide .inquiry th ,
.shopping_guide .inquiry td {
	vertical-align:top;
	padding:5px;
	border-right:1px solid #999;
	border-top:1px solid #999;
}
.shopping_guide .inquiry th {
	background-color:#efefef;
}
.shopping_guide .inquiry td {}
.shopping_guide .inquiry .bt {
	text-align:center;
}

/*5-21 ホームページランキング*/
#hprank {}
#hprank .content {
	padding:5px;
}
#hprank ul {}
#hprank ul li { text-align:center;}
#hprank ul li img { margin:0 auto 5px;}
#hprank {}

