@charset "UTF-8";
/* CSS Document */

/*----------RESET---------------*/

*    {
margin:0;
padding:0;
border:none;
color:#505050;
font-size:100%;
font-weight:normal;
font-style:normal;
text-decoration:none;
line-height:1.5;
}

/* font reset style */
body  {
font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
margin:0;  /*---Safari対策-------*/
padding:0;
background-color:#FFF;
}

table  {
font-size:inherit;
font:100%;
}


pre, code, kbd, samp, tt  {
font-famiy:monospace;
*font-size:108%;
line-height:100%;
}

img  {
margin:0;
padding:0;
border:0;
text-align:left;
}

div {
display: block;
}


h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin:0;  /*---Safari対策--各セレクタをつけてmargin,padding指定--------*/
	padding:0;
	}  

p {margin: 0px 0px 0px 0px;}
hr {display: none;}
ul, li   {margin:0; padding:0;}

/* -----------------------  */

/* clearfix --------------*/
.clearfix:after{
   content: " "; 
   display: block; 
   visibility: hidden; 
   clear: both; 
   height: 0.1px; 
   font-size: 0.1em; 
   line-height: 0;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

a  {
outline:none;
}

a:link {
	text-decoration: none;
	color:#505050;
}
a:visited {
	text-decoration: none;
	color:#505050;
}
a:hover {
text-decoration: underline;
color: #e04469;

}
a:active {text-decoration: underline;
outline:none;}

.clear {clear: both;float: none;border: none;}

/* -------------------------*/


#Wrap  {
width:1000px;
margin:0 auto;
background:url(../images/bg.gif) repeat-y;
}

#Container  {
width:940px;
margin:0 auto;
}


/*----------ヘッダー---------------*/

#Header_Wrap  {
width:940px;
margin:0 auto;
padding-top:15px;
}

#Logo_Wrap  {
width:940px;
}

#Logo_Wrap h1  {
float:left;
width:222px;
padding-top:10px;
}

#Header_Navi_Wrap  {
float:right;
width:430px;
}

#Header_Navi_Wrap p.banner_top  {
float:right;
width:240px;
padding-top:20px;
}


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

#Header_Navi_Wrap li  {
float:right;
margin:0;
padding:0;
height:13px;
text-indent:-9999px;
}

#Header_Navi_Wrap li a  {
text-decoration:none;
display:block;
height:13px;
}


/*--------------basic-----------------
-----------------------*/
#Header_Navi_Wrap li#cart {
background:url(../images/header_navi.gif) no-repeat 0px 0px;
width:111px;
}
#Header_Navi_Wrap li#mypage    {
background:url(../images/header_navi.gif) no-repeat -111px 0px;
width:98px;
}
#Header_Navi_Wrap li#guide  {
background:url(../images/header_navi.gif) no-repeat -209px 0px;
width:140px;
}
#Header_Navi_Wrap li#contact    {
background:url(../images/header_navi.gif) no-repeat -349px 0px;
width:81px;
}

/*--------------hover-------------------
-------------------------*/
#Header_Navi_Wrap li#cart a:hover {
background:url(../images/header_navi.gif) no-repeat 0px -13px;
width:111px;
}
#Header_Navi_Wrap li#mypage a:hover    {
background:url(../images/header_navi.gif) no-repeat -111px -13px;
width:98px;
}
#Header_Navi_Wrap li#guide a:hover  {
background:url(../images/header_navi.gif) no-repeat -209px -13px;
width:140px;
}
#Header_Navi_Wrap li#contact a:hover    {
background:url(../images/header_navi.gif) no-repeat -349px -13px;
width:81px;
}

/*-----------------------------
---------------------------------------------*/


#Main_Menu  {
width:940px;
height:39px;
float:left;
padding-top:20px;
}

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

#Main_Menu li  {
float:left;
margin:0;
padding:0;
height:39px;
text-indent:-9999px;
}

#Main_Menu li a  {
text-decoration:none;
display:block;
height:39px;
}



/*--------------basic-----------------
-----------------------*/
#Main_Menu li#wear {
background:url(../images/header_menu.gif) no-repeat 0px 0px;
width:106px;
}
#Main_Menu li#collar    {
background:url(../images/header_menu.gif) no-repeat -106px 0px;
width:183px;
}
#Main_Menu li#accessory  {
background:url(../images/header_menu.gif) no-repeat -289px 0px;
width:164px;
}
#Main_Menu li#living    {
background:url(../images/header_menu.gif) no-repeat -453px 0px;
width:115px;
}
#Main_Menu li#food    {
background:url(../images/header_menu.gif) no-repeat -568px 0px;
width:108px;
}
#Main_Menu li#care  {
background:url(../images/header_menu.gif) no-repeat -676px 0px;
width:105px;
}
#Main_Menu li#schnaterri    {
background:url(../images/header_menu.gif) no-repeat -781px 0px;
width:159px;
}


/*--------------hover-------------------
-------------------------*/
#Main_Menu li#wear a:hover {
background:url(../images/header_menu.gif) no-repeat 0px -39px;
width:106px;
}
#Main_Menu li#collar a:hover    {
background:url(../images/header_menu.gif) no-repeat -106px -39px;
width:183px;
}
#Main_Menu li#accessory a:hover  {
background:url(../images/header_menu.gif) no-repeat -289px -39px;
width:164px;
}
#Main_Menu li#living a:hover    {
background:url(../images/header_menu.gif) no-repeat -453px -39px;
width:115px;
}
#Main_Menu li#food a:hover    {
background:url(../images/header_menu.gif) no-repeat -568px -39px;
width:108px;
}
#Main_Menu li#care a:hover  {
background:url(../images/header_menu.gif) no-repeat -676px -39px;
width:105px;
}
#Main_Menu li#schnaterri a:hover    {
background:url(../images/header_menu.gif) no-repeat -781px -39px;
width:159px;
}

/*--------------active-------------------
-------------------------*/
#Main_Menu li#wear.active {
background:url(../images/header_menu.gif) no-repeat 0px -39px;
width:106px;
}
#Main_Menu li#collar.active    {
background:url(../images/header_menu.gif) no-repeat -106px -39px;
width:183px;
}
#Main_Menu li#accessory.active  {
background:url(../images/header_menu.gif) no-repeat -289px -39px;
width:164px;
}
#Main_Menu li#living.active    {
background:url(../images/header_menu.gif) no-repeat -453px -39px;
width:115px;
}
#Main_Menu li#food.active    {
background:url(../images/header_menu.gif) no-repeat -568px -39px;
width:108px;
}
#Main_Menu li#care.active  {
background:url(../images/header_menu.gif) no-repeat -676px -39px;
width:105px;
}
#Main_Menu li#schnaterri.active    {
background:url(../images/header_menu.gif) no-repeat -781px -39px;
width:159px;
}



/*-----------------------------
---------------------------------------------*/

#Menu_Under  {
width:940px;
padding:10px 0px;
background:url(../images/menu_under_bg.gif) repeat;
}

#Menu_Under p  {
color:#000;
font-size:0.9em;
font-weight:bold;
margin-top:5px;
margin-right:4px;
}

#Menu_Under p.select  {
margin-top:7px;
}

#Menu_Under #keyword_search  {
float:right;
padding-right:15px;
width:360px;
}

#Menu_Under #category_search  {
margin-right:385px;
}

#Menu_Under #keyword_search p,#Menu_Under #keyword_search form  {
float:right;
}

#Menu_Under #category_search p,#Menu_Under #category_search form  {
float:right;
}

input#keyword  {
width:200px;
height:20px;
border:solid 1px #e1e1e1;
border-top:solid 2px #e1e1e1;
border-right:solid 2px #e1e1e1;
font-size:0.9em;
}

input#search  {
border:0;
background:url(../images/search.gif) left bottom no-repeat;
width:57px;
height:18px;
margin-left:5px;
}

select#category  {
width:150px;
height:20px;
font-size:0.9em;
}

form#category_form  {
padding-top:5px;
}

/*----------リストボックス（1列）---------------*/


#Item  {
width:719px;
padding-bottom:30px;
}

#Item .itembox  {
float:left;
width:156px;
background:url(../images/item_bg.gif) repeat-x;
background-color:#f8f8f8;
padding:9px;
margin-right:7px;
}

#Item .itembox#last  {
float:right;
margin-right:0px;
}

#Item .itembox p  {
text-align:center;
font-size:0.9em;
}

#Item .itembox p a  {
line-height:1.4;
}

#Item .itembox p.item_name,p.price  {
padding-top:4px;
}

#Item .itembox p#brand  {
padding-top:10px;
}

#Item .itembox p#brand span#icon  {
float:left;
width:50px;
margin-right:2px;
}


/*----------フッター---------------*/

#Pagetop  {
float:right;
width:100px;
height:16px;
padding:100px 0px 15px;
}

#Footer  {
width:980px;
margin:0 auto;
text-align:center;
background-color:#000;
}

#Footer_Menu  {
padding:25px 0px;
font-size:0.9em;
color:#FFF;
}

#Footer_Menu a  {
color:#FFF;
padding:0px 10px;
}

#Copyright  {
padding-bottom:20px;
}








