@charset "euc-jp";

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #fff;
 font-size: 14px;
}
#wrapper {
 clear: right;
 float: left;
 width: 800px;
 background-color: #fff;
 margin: 0;
 padding: 0;
 border: 1px solid 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: 470px;
 float: left;
 min-height: 700px;
 text-align: left;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

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


#leftcolumn a:link {
 color: #ff4268;
 font-weight: bold;
  text-decoration: underline;
}

#leftcolumn a:visited {
 color: #ff4268;
 text-decoration: underline;
}

#leftcolumn a:hover {
color: #fa99c5;
}


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

h2.purple {
 font-size: 16px;
 color: #CC66CC;
 margin-bottom: 5px;
}

h2.history {
 font-size: 16px;
 color: #fff;
 background: #CC66CC;
 margin-bottom: 5px;
 padding:3px;
}

h3.purple {
 font-size: 16px;
 color: #CC66CC;
 margin-bottom: 5px;
}

#leftcolumn h3{
 margin-top: 10px;
}

#leftcolumn h4{
 font-size: 16px;
 color: #CC66CC;
  margin-bottom: 5px;
  margin-top: 10px;
}


#leftcolumn h5{
 font-size: 12px;
 color: #999;
 margin: 5px;
 font-weight: normal;
}

hr {
    margin: 1em 0 1em;
    height: 1px;
    border: #666 1px dotted;
}

#leftcolumn ul{
        padding:0px;
        margin:0px;
        list-style: none;
}


#leftcolumn ul li {
        padding:0px;
        margin:0px;
        margin-bottom: 5px;
        list-style: none;
}


span.pagetop {
        background: #efefef;
        color: #ffffff;
}

a.span :link { color:#ffffff; }

.textfoot {  font-size: 0.8em; color: #FFFFFF; text-decoration : 

none; }
A.textfoot:link { color:#ffffff; }
A.textfoot:visited { color:#ffffff; }
A.textfoot:active { color:#ffffff; }
A.textfoot:hover { color:#ffffff;text-decoration : underline; }

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

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

#rightcolumn-inner {
 margin: 12px 0px 0px 20px;
 display: inline; /* IE Hack */
 width: 290px;
 float: left;
 min-height: 300px;
 clear:right;  /* leftでもrightでも可能 */
}


#rightcolumn ul{
        padding:0px;
        margin:0px;
        margin-top:10px;
        list-style: none;
}

#rightcolumn ul li {
        padding:0px;
        margin:0px;
        margin-bottom: 5px;
        list-style: none;
        color: #333;
}


#breadcrumb  {
 clear:both;
 font-size: 12px;
 margin: 10px 0 0 20px;
 width: 600px;
 height: 30px;
 background-image: url(images/catch_03.jpg);
 background-repeat: no-repeat;
 background-position: right top;
}

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


/* ------------------------- フッター ---------------------*/
#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;
}

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

div.history{
background: #ededed;
padding: 15px;
margin-bottom: 20px;
}

div.sideprofile{
background: #fff;
border: 1px purple solid;
padding: 15px;
margin-bottom: 20px;
}

div.sideprofile p{
line-height: 20px;
 margin-bottom: 5px;
}

h2.purple2{
background: purple;
color: #efefef;
padding: 3px;
font-size: 14px;
}

h3.pink{
 color: #ff4268;
}

h2.faq {
 color: #ff4268;
font-size: 14px;
}