@charset "euc-jp";

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #fff;
 font-size: 12px;
}
#wrapper {
 width: 800px;
 margin: 0;
 padding: 0;
}
#border {
 border: 1px solid pink;
 margin: 0px;
 background-color: #fff;
 min-height: 776px;
 float: left;
 width: 800px;
}

* html #border {height:800px} /* IE Min-Height Hack */ 

a:link,a:visited {
color: #E03F72;
}

a:hover {
color: pink;
}

/* ------------------------- 見出し ---------------------*/
#header h1 {
 height: 70px;
 width: 200px;
 background-image: url(images/logo.gif);
 background-repeat: no-repeat;
 background-position: right bottom;
}

#header h1 a:link,#header h1 a:visited{
 display:block;
 outline:none;
 height: 70px;
 width: 200px;
 text-indent: -6666px;
}

#header h1 a:hover {
 background-image: url(images/logo_on.gif);
 background-repeat: no-repeat;
 height: 70px;
 width: 200px;
 background-position: right bottom;
}


h1 {
 font-size: 16px;
 color: #72C236;
}


/* ------------------------- ここまで ---------------------*/


/* ------------------------ ヘッダー -----------------*/
#header {
 text-align: left;
 height: 140px;
 width:100%;
 _width:802px;
 margin: 0px;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat-x;
}

.header1 {
 width:215px;
 float:left;
 background-color: blue;
 height: 125px;
}

.header1a {
 width:215px;
 float:left;
 background-color: navy;
 height: 90px;
 overflow: hidden;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat;
}

.header1b {
 width:215px;
 height: 50px;
 float:left;
 background-color: pink;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat-x;
}

.header2 {
 width:455px;
 float:left;
 height: 100%;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat;
}

.header3 {
 width:130px;
_width: 132px;
 float:left;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat-y;
 height: 100%;
}

/* ------------------------ ここまで -----------------*/




/* ------------------------ グローバルナビ -----------------*/
#globalnavi {
_width:802px;
clear:right;
color: #fff;
font-weight: bold;
margin: 0px;
background-image: url(images/b_2.jpg);
height: 21px;
padding: 0px;
}



/* ------------------------------------------
グローバルメニュー置換
------------------------------------------*/


#globalnavi a {
height: 21px;
}

#globalnavi ul {
padding:0px;
margin:0px;
}
#globalnavi li {
display:inline;
list-style-type:none;
padding:0px;
margin:0px;
}
#globalnavi li a {
height:21px;
display:block;
float:left;
text-indent:-9877em;
text-decoration:none;
overflow:hidden;
}
/*------off*/
#globalnavi li.g_navi01 a {
background:url(images/tub_01.gif) no-repeat 0px 0px;
width:110px;
}
#globalnavi li.g_navi02 a {
background:url(images/tub_02.gif) no-repeat 0px 0px;
width:79px;
}
#globalnavi li.g_navi03 a {
background:url(images/tub_03.gif) no-repeat 0px 0px;
width:78px;
}
#globalnavi li.g_navi04 a {
background:url(images/tub_04.gif) no-repeat 0px 0px;
width:63px;
}
#globalnavi li.g_navi05 a {
background:url(images/tub_05.gif) no-repeat 0px 0px;
width:62px;
}
#globalnavi li.g_navi06 a {
background:url(images/tub_06.gif) no-repeat 0px 0px;
width:124px;
}
#globalnavi li.g_navi07 a {
background:url(images/tub_07.gif) no-repeat 0px 0px;
width:83px;
}
#globalnavi li.g_navi08 a {
background:url(images/tub_mail.gif) no-repeat 0px 0px;
width:122px;
}

/*------hover*/

#globalnavi li.g_navi01 a:hover {
background:url(images/tub02_01.gif) no-repeat 0px 0px;
width:110px;
}
#globalnavi li.g_navi02 a:hover {
background:url(images/tub02_02.gif) no-repeat 0px 0px;
width:79px;
}
#globalnavi li.g_navi03 a:hover {
background:url(images/tub02_03.gif) no-repeat 0px 0px;
width:78px;
}
#globalnavi li.g_navi04 a:hover {
background:url(images/tub02_04.gif) no-repeat 0px 0px;
width:63px;
}
#globalnavi li.g_navi05 a:hover {
background:url(images/tub02_05.gif) no-repeat 0px 0px;
width:62px;
}
#globalnavi li.g_navi06 a:hover {
background:url(images/tub02_06.gif) no-repeat 0px 0px;
width:124px;
}
#globalnavi li.g_navi07 a:hover {
background:url(images/tub02_07.gif) no-repeat 0px 0px;
width:83px;
}
#globalnavi li.g_navi08 a:hover {
background:url(images/tub_mail02.gif) no-repeat 0px 0px;
width:122px;
}

/* ------------------------ ここまで -----------------*/


/* ------------------------画像-----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ ここまで -----------------*/


/* ------------------------ 左サイドバー -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 background-color: #fff;
 display: inline; /* IE Hack */
 width: 158px;
 float: left;
 background-image:url(images/side.gif);
 background-repeat: repeat-y;
 min-height: 700px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

#leftcolumn a:link {
 color: #FF6699;
 text-decoration: none;
}

#leftcolumn a:visited {
 color: #FF6699;
 text-decoration: none;
}

h2.side{
 text-align: center;
 margin: 0px;
}

h3.side{
 text-align: center;
 margin: 0px;
}

h4.side{
 text-align: center;
 margin: 0px;
}

h5.side{
 text-align: center;
 margin: 0px;
}

#leftcolumn p{
 line-height: 20px;
 padding: 0 5px 0 5px;
 margin-bottom: 15px;
}

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 140px;
 float: left;
 background-image:url();
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

span.pay{
text-decoration: underline;
 font-size: 16px;
 font-weight: bold;
}


/* ------------------------ ここまで -----------------*/

/* ------------------------ メインカラム -----------------*/
#rightcolumn {
/* border: 1px solid red;*/
 margin: 0px;
 display: inline; /* IE Hack */
 width: 640px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn-inner {
 margin: 10px;
 display: inline; /* IE Hack */
 width: 620px;
 float: left;
 min-height: 300px;
}

.maincontent {
 background-color: #fff;
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 620px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

#breadcrumb  {
 font-size: 15px;
 margin: 0px;
 width: 600px;
 height: 40px;
 background-image: url(images/catch_03.jpg);
 background-repeat: no-repeat;
 background-position: right top;
}

.main-left {
 background-color: #fff;
 float: left;
 width: 49%;
}

.main-right {
 background-color: #fff;
 float: right;
 width: 49%;
}

/* ------------------------ ここまで -----------------*/


/* ------------------------- フッター ---------------------*/
#footer {
 width: 802px;
 font-size: 10px;
 min-height: 50px;
 background-color: #FF6699;
 background-image: url(images/b_2.jpg);
 background-repeat: repeat-x;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer ul{
display: inline;
color: #fcfcfc;
}

#footer ul li{
display: inline;
color: #fcfcfc;
}

#footer ul li a{
color: #fcfcfc;
padding-right: 10px;
border-left:1px;
text-decoration: none;
}

#footer ul li a:hover{
color: #ededed;
text-decoration: underline;
}

.footermenu{
margin: 10px;
}

.copyright{
margin-top: 10px;
margin-left: 10px;
}

/* ------------------------- ここまで ---------------------*/


#globalnavi li {
 list-style: none;
 display: inline;
}

.valid {
 margin: 10px 0px 0px 10px;
}

input {
border: 1px solid #efefef;
width: 200px;
}



/* ------------------------ ここまで -----------------*/


/* ------------------------ グローバルナビ -----------------*/
#globalnavi {
 clear:right;
 color: #fff;
 font-weight: bold;
 margin: 0px;
 background-image: url(images/b_2.jpg);
 height: 21px;
 padding: 0px;
}


/* ------------------------------------------
メインメニュー
------------------------------------------*/

.header2 ul {
	padding:5px;
	margin:5px;
}
.header2 li {
	display:inline;
	list-style-type:none;
	padding:0px;
}
.header2 li a {
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-bottom: 2px;
}
/*------off*/
.header2 li.menu01 a {
	background:url(images/botan_vibe.gif) no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu02 a {
	background:url(images/botan_vagina.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu03 a {
	background:url(images/botan_les.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu04 a {
	background:url(images/botan_books_new.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}
.header2 li.menu05 a {
	background:url(images/botan_dildo1.gif)  no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu06 a {
	background:url(images/botan_bodycare.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu07 a {
	background:url(images/botan_ftm.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu08 a {
	background:url(images/botan_dvd_new.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}

.header2 li.menu09 a {
	background:url(images/botan_lotion_01.gif) no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu10 a {
	background:url(images/botan_safer_01.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu11 a {
	background:url(images/botan_boys.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu12 a {
	background:url(images/botan_zakka.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}
.header2 li.menu13 a {
	background:url(images/botan_anal.gif)  no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu14 a {
	background:url(images/botan_fe.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu15 a {
	background:url(images/botan_shitagi.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu16 a {
	background:url(images/botan_set2_01.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}
/*------hover*/

.header2 li.menu01 a:hover {
	background:url(images/botan_vibe2.gif) no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu02 a:hover {
	background:url(images/botan_vagina02.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu03 a:hover {
	background:url(images/botan_les2.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu04 a:hover {
	background:url(images/botan_books_new2.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}
.header2 li.menu05 a:hover {
	background:url(images/botan_dildo2.gif)  no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu06 a:hover {
	background:url(images/botan_bodycare02.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu07 a:hover {
	background:url(images/botan_ftm2.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu08 a:hover {
	background:url(images/botan_dvd_new2.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}

.header2 li.menu09 a:hover {
	background:url(images/botan_lotion_02.gif) no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu10 a:hover {
	background:url(images/botan_safer_02.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu11 a:hover {
	background:url(images/botan_boys02.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu12 a:hover {
	background:url(images/botan_zakka2.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}
.header2 li.menu13 a:hover {
	background:url(images/botan_anal2.gif)  no-repeat 0px 0px;
	width:101px;
	height:23px;
}
.header2 li.menu14 a:hover {
	background:url(images/botan_fe2.gif)  no-repeat 0px 0px;
	width:125px;
	height:23px;
}
.header2 li.menu15 a:hover {
	background:url(images/botan_shitagi02.gif)  no-repeat 0px 0px;
	width:90px;
	height:23px;
}
.header2 li.menu16 a:hover {
	background:url(images/botan_set2_02.gif)  no-repeat 0px 0px;
	width:111px;
	height:23px;
}


/* ------------------------------------------
トップナビ
------------------------------------------*/


.header3 ul {
	padding:5px;
	margin:15px 5px;
	width: 50px;
}
.header3 li {
	display:inline;
	list-style-type:none;
	padding:0px;
}
.header3 li a {
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	margin-bottom: 2px;
}

/*------off*/
.header3 li.top01 a {
	background:url(images/home01.gif) no-repeat 0px 0px;
	width:43px;
	height: 31px;
}
.header3 li.top02 a {
	background:url(images/shop01.gif)  no-repeat 0px 0px;
	width:43px;
	height: 31px;
}
.header3 li.top03 a {
	background:url(images/ENGLISH01.gif)  no-repeat 0px 0px;
	width:60px;
	height: 31px;
}


/*------hover*/

.header3 li.top01 a:hover {
	background:url(images/home02.gif) no-repeat 0px 0px;
	width:43px;
	height: 31px;
}
.header3 li.top02 a:hover {
	background:url(images/shop02.gif)  no-repeat 0px 0px;
	width:43px;
	height: 31px;
}
.header3 li.top03 a:hover {
	background:url(images/ENGLISH02.gif)  no-repeat 0px 0px;
	width:60px;
	height: 31px;
}

/* ------------------------ ここまで -----------------*/


/* ------------------------ 検索ボタン -----------------*/

#header input#search_text {
            float: left;                        /* 左寄せ */
            width: 75px;                       /* 入力欄の幅 */
            height: 20px;                       /* 入力欄の幅 */
            margin: 5px 5px 0 5px;             /* 入力欄の外側余白調整 */
            border-width: 2px 1px 1px 1px;    
            border-color: #cccccc;
        }
        
img.search {
position: absolute; /* 絶対配置 */
top: 100px;
}

img.cart {
position: absolute; /* 絶対配置 */
top: 95px;
left: 125px;
}


/* ------------------------ ここまで -----------------*/


h2.shopnews{
color: #DC3D94;
padding: 3px;
margin-top: 10px;
border-bottom: #DC3D94 2px dotted;
font-size: 12px;
}

.pinkbox {
background: #fff;
padding: 3px;
margin-bottom:15px;
}

ul.shopnews{
list-style-type: none;
}

ul.shopnews li{
list-style-type: none;
margin-bottom: 5px;
}

span.newsdate{
font-size: 90%;
margin-right: 5px;
}


.box{
margin-bottom:5px;
background: #fff;
height: 120px;
}

.box p{
margin-bottom:10px;
}


.boxleft{
float: left;
width: 110px;
border: 1px purple solid;
}

.boxright{
float: right;
width: 180px;
}

h3.product{
background: #DC3D94;
color: #fff;
margin-bottom:10px;
padding: 2px;
}

.address {
background: #fff;
padding: 3px;
margin-top:10px;
margin-bottom:15px;
text-align: right;
}

.address p  {
color: #6A5ACD;
margin-top:10px;
}


.ranking {
background: #FCDDE8;
padding: 10px;
height: 15px;
margin-top:10px;
}

.ranking2 {
background: #FCDDE8;
padding: 10px;
height: 180px;
margin-bottom:15px;
}

.rank{
background: #DC3D94;
color: #fff;
padding:3px;
margin-right: 2px;
margin-bottom: 2px;
width: 15px;
float:left;
height:30px;
}

.item{
background: #fff;
padding:3px;
width: 250px;
float:right;
height:30px;
margin-bottom: 2px;
}

.green {
background: #F5FFFA;
padding: 5px;
margin-bottom:15px;
border: 3px solid #00CED1;
}

h2.blue{
background: #00CED1;
color: #F5FFFA;
padding: 5px 3px 1px 3px;
font-size: 12px;
}

img.catalog{
margin-right: 10px;
}